@charset "UTF-8";
body {
	background: #ffffff;
	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: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
}
.oneColFixCtrHdr #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: auto;
}
.oneColFixCtrHdr #header {
	background-color: #FFFFFF;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #90BECE;
	height: 118px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
}
.oneColFixCtrHdr #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 */
}
.oneColFixCtrHdr #mainContent {
	position: relative;
	background-color: #DEE0E6;
	background-repeat: no-repeat;
	height: 310px;
	width: 800px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-image: url(images/backglobe.png);
}
#taglinearea {
	margin-left: 30px;
	width: 480px;
	padding-top: 20px;
}
#mastgraphic {
	height: 160px;
	margin-left: 30px;
	margin-top: 3px;
}
.panelborder {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
#mainpanels {
	background-color: #FFFFFF;
	height: auto;
	width: 800px;
}
#borderthick {
	background-color: #20A5E1;
	height: 26px;
	width: 800px;
	background-image: url(images/curve-left.png);
	background-repeat: no-repeat;
}
.floatright {
	float: right;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px;
	background: #90BECE;
}
.panelpadding {
	padding: 10px;
}
.panelarea {
	height: auto;
	width: 250px;
	padding-top: 10px;
	padding-right: 7px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.floatleft {
	float: left;
	padding-right: 10px;
}
#navigation {
	float: right;
	width: 500px;
	margin-top: 35px;
}
#contactusarea {
	height: 25px;
	width: 480px;
	font-size: 10px;
	text-align: right;
}
#contactusarea a, #contactusarea a:visited {
	color: #20A5E1;
	text-decoration: none;
}
#logoarea {
	height: 59px;
	width: 239px;
	margin-left: 10px;
	padding-top: 20px;
}
.oneColFixCtrHdr #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: #FFFFFF;
}
#mainContent-int {
	position: relative;
	background-color: #FFFFFF;
	background-image: url(images/int-backleft.png);
	background-repeat: repeat-y;
	height: auto;
	width: 800px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}
#int-mast {
	height: 75px;
	width: 800px;
}
#leftnavigation {
	float: left;
	height: auto;
	width: 200px;
}
#int-content {
	height: auto;
	width: 550px;
	margin-top: 10px;
	margin-left: 0px;
	float: right;
	margin-right: 25px;
}
#int-content h1 {
	font-size: 1.5em;
	font-weight: normal;
	color: #20A5E1;
}
#leftnavigation li {
	padding-top: 10px;
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	padding-bottom: 10px;
}
#leftnavigation a, #leftnavigation a:visited {
	color: #333333;
	text-decoration: none;
}
#featurearea {
	height: auto;
	width: 200px;
	float: left;
}
#leftcolumn {
	min-height: 400px;
	width: 200px;
}
#leftnavigation a:hover {
	text-decoration: underline;
}
.oneColFixCtrHdr #footer a {
	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: #FFFFFF;
	text-decoration: none;
}
.highlight-quote {
	background-color: #20A5E1;
	padding: 10px;
	height: auto;
	width: 200px;
	float: right;
	margin-left: 10px;
	font-size: 120%;
	color: #FFFFFF;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #666666;
	border-left-color: #CCCCCC;
}
.floatrightFlash {
	float: right;
	height: 313px;
	width: 258px;
}
.ulmargin {
	margin-left: 9px;
	padding-left: 9px;
}
#int-content a, #int-content a:visited {
	color: #1885B4;
	text-decoration: underline;
}
#int-content a:hover {
	color: #333333;
	text-decoration: none;
}
.panelarea a, .panelarea a:visited {
	color: #666666;
}
.panelarea a:hover {
	color: #666666;
		text-decoration: none;

}

.panelarea_more {
	height: auto;
	width: 250px;
	padding-top: 0px;
	padding-right: 7px;
	padding-bottom: 10px;
	padding-left: 10px;
}
