.pagestyle1 {
	background-color: #162F63;
}
.body1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	font-weight: bold;
}
.body2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.body3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: normal;
}
.Title3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.buttonscontainer {
	width: 195px;
	height: 35px;
	background-color: #DDDDDD;
}
/*padding: 2px 2px 2px 10px; padding-left: 9px;*/
.buttons a {
	color: #000000;
	border: 0px solid;
	background-color: #DDDDDD;
	padding-left: 0px;
	padding-top: 5px;
	padding-bottom: 0px;
	padding-right: 0px;
	text-decoration: underline;
	border-color: #FF0000 #FF0000 #FF0000 #FF0000;
	display: block;
	margin: 0px;
	width: 100%;
	text-align: left;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
/*padding-left: 10px;*/
.buttons a:hover {
	border: 0px solid;
	padding-left: 0px;
	padding-top: 6px;
	padding-bottom: 0px;
	padding-right: 0px;
	background-color: #FFCC66;
	border-color: #0000FF #0000FF #0000FF #0000FF;
	color: #000000;
	text-decoration: none;
}

/*.buttonscontainer2 {
	width: 170px;
	height: 35px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.buttons2 a {
	border: 0px solid;
	background-color: #000099;
	padding: 0px 0px 0px 0px;
	border-color: #FF0000 #FF0000 #FF00FF #FF00FF;
	display: block;
	margin: 0px;
	width: 100%;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.buttons2 a:hover {
border: 0px solid;
padding-left: 0px;
padding-top: 0px;
padding-bottom: 0px;
padding-right: 0px;
background-color: #FFCC66;
border-color: #0000FF #0000FF #0000FF #0000FF;
color: #000000;
text-align: center;
text-decoration: none;
}*/
.call {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	position: absolute;
	left: 600px;
	top: 55px;
	font-weight: bold;
	border-width: 0;
}
.leftmenugroup {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #162F63;
	text-decoration: none;
}
.leftmenugrouplink a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #162F63;
	text-decoration: none;
}
.leftmenugrouplink a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #333333;
	text-decoration: underline;
}
.leftmenuitem a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
.leftmenuitem a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: underline;
}
.footer1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
}
body {
	background: #162F63;
	margin: 0px 0px 0px 0px; /* good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /*  centers  container in IE 5* . Text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}
.twoColFixLtHdr #container {
	width: 900px;  /* using 20px less than full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* overrides the text-align: center on the body element. */
}
.twoColFixLtHdr #header {
	background: #ffffff;
	padding: 0px 10px 0px 0px;  /*  padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing margin of last element in  #header div will avoid margin collapse - an unexplainable space between divs. If div has border around it, this is not necessary as that also avoids  margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep element away from edges of div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #DDDDDD; /* background color will be displayed for length of the content in column, but no further */
	padding: 0px 10px 15px 20px;
}
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 250px; /* left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 10px 10px 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.twoColFixLtHdr #footer {
	padding: 0 0px 0 200px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
}
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.twoColFixLtHdr #flash {
	background: #FFFFFF;
	padding: 0px 0px 0px 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin: 0px 0px 0px 250px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
}

