@charset "iso-8859-1";

body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	line-height: 150%;
	background: #E6E6E6 url(../images/background.png) repeat-x 0px 0px;
}
.twoColFixRtHdr #container {
	width: 984px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF url(../images/side_bk.gif) repeat-y 1px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #003366;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixRtHdr #header {
	background: #003366 url(../images/masthead.jpg) no-repeat;
	padding: 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. */
	height: 282px;
} 
.twoColFixRtHdr #header_g {
	background: #003366 url(../images/masthead-g.jpg) no-repeat;
	padding: 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. */
	height: 282px;
}

#navbar {
	background: #3FA9F5;
	height: 25px;
	width: 745px;
	top: 101px;
	float: right;
	padding-left: 19px;
	position: relative;
	left: 160px;
}
#language a {
	color: #FFF;
}
#Phone {
	font-size: 130%;
	font-weight: bold;
	text-align: left;
	float: left;
	margin-left: 15px;
	letter-spacing: 1px;
	vertical-align: baseline;
	padding-top: 3px;
	height: 22px;
	color: #FFF;
}

.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-weight: normal;
}



.twoColFixRtHdr #mainContent {
	margin: 0 -30px 0 0; /* the right margin on this div element creates the column down the right 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: 0 30px 0 40px;
	color: #8397A0;
} 
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 228px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 12px;
	color: #003366;
	margin-left: 20px;
}
#demo {
	font-weight: bold;
	color: #FFF;
	background: #0055A5;
	-webkit-border-radius: 5px;
	width: 214px;
	padding: 2px 0px 2px 10px;
	vertical-align: middle;
	font-size: 120%;
	margin-bottom: 10px;
}
#demo a:hover {
	color: #BEE1FC;
	text-decoration: none;
}
#demo a  {
	color: #FFF;
	text-decoration: none;
}

.twoColFixRtHdr #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#0055A5;
	color: #FFF;
	font-size: 80%;
	line-height: 120%;
	text-align: left;
} 
.twoColFixRtHdr #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 */
	color: #FDFAF6;
}
#CEmark {
	float: right;
	width: 200px;
	text-align: right;
	padding-top: 5px;
}


#footer p a {
	color: #A1CDEA;
}
#mainContent h1 {
	font-weight: normal;
	font-size: 180%;
	margin-top: 20px;
}
#mainContent h2 {
	font-weight: normal;
	margin-bottom: -5px;
	font-size: 150%;
}

.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;
}
.Newsheader {
	font-size: 120%;
	font-weight: bold;
	color: #FFF;
	background: #0055A5;
	height: 28px;
	width: 210px;
	padding: 5px 5px 0px 10px;
	margin: 0px;
}
.bullet {
	margin-right: 5px;
}
.news {
	font-size: 90%;
	color: #0055A5;
	background: #E0F1FE;
	margin: 0px 0px 10px;
	padding: 10px;
	width: 203px;
	border-right: 1px solid #0055A5;
	border-bottom: 1px solid #0055A5;
	border-left: 1px solid #0055A5;
}
.people {
	padding: 10px 10px 0px;
	margin-bottom: 20px;
	border: 1px solid #CCC;
	height: 100%;
}
.formfield {
	font-family: Arial, Helvetica, sans-serif;
	color: #0055A5;
	width: 95%;
	margin-bottom: 5px;
	border: 1px solid #CCC;
	background: #E0F1FE;
	padding: 2px;
	height: 22px;
}
.formfieldsmall {
	font-family: Arial, Helvetica, sans-serif;
	color: #0055A5;
	width: 50%;
	height: 25px;
	margin-bottom: 5px;
	border: 1px solid #CCC;
	background: #E0F1FE;
	padding: 2px;
}
.formfieldTextarea {
	font-family: Arial, Helvetica, sans-serif;
	color: #0055A5;
	width: 95%;
	margin-bottom: 5px;
	border: 1px solid #CCC;
	background: #E0F1FE;
	padding: 2px;
}
#contact {
	font-weight: bold;
	color: #FFF;
	background: #0055A5;
	-webkit-border-radius: 5px;
	width: 214px;
	padding: 2px 0px 2px 10px;
	vertical-align: middle;
	font-size: 120%;
	margin-bottom: 10px;
}
#contact a:hover {
	color: #BEE1FC;
	text-decoration: none;
}
#contact a {
	color: #FFF;
	text-decoration: none;
}
.imagepad {
	margin-right: 10px;
	cursor: hand;
}
.caption {
	margin-top: -10px;
	margin-bottom: 10px;
	text-align: center;
}
#bodytext {
	width: 670px;
}
.bodyContainer {
	width: 670px;
}
#language {
	float: right;
	height: 20px;
	width: 160px;
	padding-top: 5px;
	color: #FFF;
	font-size: 10px;
	position: relative;
	text-align: left;
}
#holder {
	width: 660px;
}
