@charset "iso-8859-1";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;  /* default font */
	color: #14213D; /* default text color*/
	margin: 0; /* default space outside div box */
	padding: 0; /* default space inside div box */
	background: #CFD3D9 url(../_images/background.jpg) repeat-x; /* ovarall background color and image with repeat */
}
.main #container {
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	/* background: #FFFFFF; 
	border: 1px solid #000000; */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
}
.main #header {
	background: #DDDDDD;
	padding: 0px 0px 0px 0px;  /* space inside the div box - zero when image used*/
}
.main #headermenu {
	height:40px;
	width:960px;
	margin: 3px 0px 3px 0px;
}
.main #sidebarRight {
	float: right; /* since this element is floated, a width must be given */
	width: 250px; /* actual width includes padding and border */
	background: #14213D; /* background color displayed only for the length of the column */
	color: #FFFFFF;  /* sidebar text color*/
	padding: 10px 20px 15px 20px; /*space inside the div box */
	margin-top:3px;
	height:750px;
}
.main #sidebarLeft {
	float: right; /* since this element is floated, a width must be given */
	width: 250px; /* actual width includes padding and border */
	background: #EBEBEB; /* background color displayed only for the length of the column */
	padding: 15px 10px; /* space inside the div box */
	color: #000000;  /* sidebar text color*/
	height:500px;
}
.main #box1 {
	float:left; /* since this element is floated, a width must be given */
	width:320px; /* actual width includes padding and border */
	height:420px;
	background: url(../_images/box1.gif) no-repeat;
	margin: 10px 10px 10px 10px;
	padding: 20px 20px 20px 20px; /* space inside the div box */
	color: #FFFFFF;  /* sidebar text color*/
}
.main #mainLeft {
	margin: 0 290px 0 20px; /* space outside div box - allow for sidebar */
	padding: 0 20px 0 0; /* space inside the div box */
}
.main #mainRight { /* for use with a left sidebar */
	margin: 0 0 0 300px; /* space outside div box - allow for sidebar */
	padding: 0 0 0 20px; /* space inside the div box */
}
.main #mainFull { /* for use with no sidebar */
	margin: 0px 0px 0px 0px; /* space outside div box */
	padding: 0px 20px 0px 20px; /* space inside the div box */
}
.main #footer {
	padding: 10px 10px 10px 10px;  /* space inside the div box */
	border-top: 3px solid #FFFFFF;	
	background: #14213D;  /* background color */
	text-align: center;  /* center text */
	color: #FFFFFF; /* text color */
}
.floatright { /* 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: 0px 0px 10px 8px;
}
.floatleft { /* this class can be used to float an element left in your page */
	float: left;
	margin: 0px 10px 10px 0px;
}
.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;
}
a {
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
}
a:link, a:visited {
	color:#14213D;
	text-decoration:none;
}  /* default color for links */
a:hover, a:active {
	color:#B10005;
	text-decoration:none;
}  /* color for links when hovering */
a.imagelink:link, a.imagelink:visited {
	color:#14213D;
	text-decoration:none;
	margin: 2px 2px 2px 2px; /* space outside div box */
}
a.imagelink:hover, a.imagelink:active {
	color:#B10005;
	text-decoration:none;
}
a.headermenu:link, a.headermenu:visited {
	color:#FFF;
	text-decoration:none;
	display:block;
	text-align:center;
	vertical-align:middle;
	width: 137px;
	font-size: 14px;
	float:left;
	line-height:40px;
}
a.headermenu:hover, a.headermenu:active {
	color:#11213A;
	background:#FFFFFF;
}
h1 {
	font-size: 24px;
	font-weight:bold;
}
h2 {
	font-size: 20px;
	font-weight:bold;
}
h3 {
	font-size: 18px;
	font-weight:bold;
}
h4 {
	font-size: 16px;
	font-weight:bold;
}
p {
	font-size: 14px;
	font-weight:normal;
}
ul {
	font-size: 15px;
	font-weight:bold;
	line-height:150%;
}
ul.lowercase {
	font-size: 15px;
	font-weight:normal;
	line-height:110%;
}
ul.sub {
	font-size: 14px;
	font-weight:normal;
	line-height:100%;
}
ul.sub1 {
	font-size: 14px;
	font-weight:normal;
	line-height:100%;
}
ol {
	font-size: 14px;
	font-weight:normal;
}
