body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
h1 {font-size: 30px ;font-weight: bold ;}
h2 {font-size: 25px ;font-weight: bold ;}
img {
	border: none;
}
a:hover {color: black; text-decoration: underline;}
a:active {color: black; text-decoration: underline;}
#wrapper {
	overflow: hidden;
	min-width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 90%;
	padding: 30px;
}
#titlesuite {
	text-align: center;
	position: relative;
}
#navbarhoriz {
	font-weight: bold;
	background-color: #000077;
	overflow: hidden;
	height: 24px;
	margin-left: auto;
	margin-right: auto;
}
#navbarhoriz ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#navbarhoriz a {
	white-space: nowrap;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: EBEBEB;
	color: EBEBEB;
	text-decoration: none;
	padding-top: 3px;
	padding-right: 15px;
	padding-bottom: 4px;
	padding-left: 15px;
}
#navbarhoriz a:hover {
	color: 336666;
	background-color: #EBEBEB;
	padding-bottom: 1px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: 999999;
	border-bottom-color: 999999;
	padding-right: 13px;
}
#textwrapper {
	padding: 30px;
}
#textcolumnleft {
	float: left;
	position: relative;
	width: 45%;
	left: 20px;
	top: 20px;
	padding: 10px;
}
#textcolumnleft  img {
	padding-top: 20px;
	padding-right: 15px;
	padding-bottom: 15px;
}
#textcolumnright {
	position: relative;
	float: left;
	text-align: center;
	width: 45%;
	left: 40px;
	top: 20px;
	overflow: hidden;
	padding: 10px;
	background-color: #FFB14E;
}
#copyrightbottom {
	clear: both;
	font-size: 10px;
	font-style: italic;
	top: 40px;
}
#login {
	font-size: small;
	color: DDDDDD;
	text-align: center;
	font-style: italic;
}
#login a {
	color: DDDDDD;
}
