/* CSS Document */
body {
	background-color:styles.cs;
	background-position:left top;
	background-repeat:repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #1C4C9E;
}

/* Default Link styles */
a {
	font-weight: bold;
}

a:link {
	color: #003399;
	text-decoration: none;
}
a:visited {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #0066FF;
	text-decoration: none;
}


/* Site container left align - cancels out div center */

#container {
	width:700px;
	text-align: left;
}

/* Main content layout div */

#pageheading {
	padding-top: 5px;
	padding-bottom: 5px;
	width: 760px;
	text-align: left;
}
#mainContentIndex {
	width: 700px;
	background-color: #FFFFFF;
	background-image: url(images/index-bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

#mainContent {
	width: 700px;
	background-color: #FFFFFF;
}

#maincontentIndent {
	width:670px;
	text-align:left;
	padding-top: 20px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 30px;
	margin-top: 20px;
}

#maincontentLeft {
	width: 300px;
}
#maincontentRight {
	width: 280px;
	background-color:#057CB1;
	border: 1px solid #376FC7;
	padding: 10px;
}

/* Footer style */

#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	padding-bottom: 5px;
	text-align: left;
	width: 700px;
	padding-top: 5px;
}
#footer a{
	color: #FFFFFF;
}

#footerIndent {
	width:680px;
	text-align:right;
}
