/* CSS Document */
body {
	background-position:left top;
	background-repeat:repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #1476C8;
	background-image: url(img/bg-main.gif);
}

/* Default Link styles */

a:link {
	color: #003399;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #003399;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #CC0000;
	text-decoration: underline;
}


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

#container {
	width:90%;
	text-align: left;
	float: left;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #003366;
}

#rightBG {
	width:50px;
	float:left;
	height:99%;
	background-image: url(img/bg-right.gif);
	background-repeat: repeat-y;
	background-position: left top;
}

/* Main content layout div */

#top {
	width: 100%;
	text-align: left;
	background-image: url(img/bg-top.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	height: 100px;
}

#mainContent {
	width: 100%;
	background-color: #FFFFFF;
	background-image: url(img/main_bg.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #003366;
}

#maincontentIndent {
	width:95%;
	text-align:left;
	padding-top: 20px;
	padding-left: 10px;
	padding-right: 0px;
	padding-bottom: 20px;
}

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

/* Footer style */

#footer {
	width:100%;
	height:30px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #003366;
	background-image: url(img/bg-footer.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
#footerLeft {
	text-align: left;
	float: left;
	padding-left:10px;
	padding-top:10px;
	padding-bottom:10px;
	
	
}
#footer a{
	color: #003399;
}

#footerRight {
	text-align:right;
	padding-top: 4px;
	padding-right: 10px;
	font-size: 10px;
	float: right;
}

/* Paragraphs used in the testimonials */

P.testname {
	font-family:	sans-serif;
	text-align:	right;
	margin-left:	20pt;
	margin-right:	20pt;
	margin-top:	0pt;
	margin-bottom:	2em;
}
P.testbody {
	font-family:	sans-serif;
	font-style:	italic;
	margin-left:	20pt;
	margin-right:	20pt;
	margin-bottom:	0pt;
}
