@charset "utf-8";
/* CSS Document */

body  {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 85%;
	background: #003366;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
}

#container {
	width: 980px;
	margin: 0 auto;
	text-align: left;
} 

#header {
	padding: 0 10px 0 20px;
	background-image: url(../images/headerBack.jpg);
	background-repeat: no-repeat;
	height: 136px;
} 

#header h1 {
	margin: 0;
	position: absolute;
	top: -400px;
}

#border {
	border: solid 2px #abb2b8;
	width: 960px;
	margin-left: 8px;
	background-color: #FFF;
	text-align: left;
}

#menu { height:62px }

#homeslide {
	height:373px
}

#systemMenu {
	height:93px
}

#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 370px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 10px;
	border-left: solid 2px #cccccc;
	margin-top: 20px;
}

#mainContent {
	margin: 0 395px 0 0;
	padding: 20px 15px;
} 

#mainContent h1{
	font-size:140%;
	margin:0;
	padding:0;
}


#mainContentFull {
	margin: 0;
	padding: 20px 15px;
} 

#mainContentFull h1{
	font-size:140%;
	margin:0;
	padding:0;
}



#footer {
	padding: 0 10px 0 20px;
	height: 76px;
	background-image: url(../images/footerBg.jpg);
	background-repeat: repeat-x;
} 

#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: 20px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #FFF;
	font-size: 80%;
}

#footer a:link { color: #ffffff; text-decoration:none; }
#footer a:visited { color: #ffffff; text-decoration:none;}
#footer a:hover { color: #ff9900; text-decoration:none; font-weight:bold;}
#footer a:active { color: #ffffff; text-decoration:none;}

.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;
}

.clearit {
	clear: both;
}

h2 {
	color:#003366;
	font-size:120%;
	font-variant: small-caps;
}

hr {
	color:#cccccc;
	height:2px;
}

a:link { color:#00C; text-decoration:underline;}
a:visited { color:#00C; text-decoration:underline}
a:hover { color:#990000; text-decoration:none;}
a:active { color:#00C; text-decoration:underline}