/* CSS Document */

*{
   margin:0;
   padding:0;
   }
   
body {
	background-image:url(../images/bg.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height:125%;
	color:#0c3179;
}

a:link {color:#8b0000; font-weight:bold; }

#wrapper {
	margin:3px auto 0 auto;
	width:904px;
	border-color:#FFF;
	border-width:medium;
}
#masthead {
	width:904px;
	height:291px;
	background-image:url(../images/masthead-home.jpg);
	background-repeat:no-repeat;
	}
#submasthead {
	width:904px;
	height:265px;
	background-image:url(../images/masthead-sub.jpg);
	background-repeat:no-repeat;
}
	
#main {
	background-image:url(../images/bg-repeating.jpg);
	background-repeat:repeat-y;
	width:904px;
}
#sidebar {
	background-image:url(../images/bg-left.jpg);
	background-repeat:no-repeat;
	width:172px;
	float:left;
	margin-left:0;
}
#subsidebar {
	background-image:url(../images/bg-left-sub.jpg);
	background-repeat:no-repeat;
	width:172px;
	float:left;
	margin-left:0;
}

#sidebar ul li{
		background:url(../images/bullet.gif) left 14px no-repeat;
		list-style-type:none;
		padding-left:15px;
}

#subsidebar ul li{
		background:url(../images/bullet.gif) left 14px no-repeat;
		list-style-type:none;
		padding-left:15px;
}

#subsidebar a {color:#8b0000; font-weight:bold; text-decoration:none;}
#sidebar a {color:#8b0000; font-weight:bold; text-decoration:none;}

#menu {
	margin-top: 85px;
	margin-left: 30px;
	line-height:260%;
	width:130px;
	
}
#submenu {
	margin-top: 48px;
	margin-left: 40px;
	line-height:260%;
	width:120px;
}

#content {
	float:right;
	background-image:url(../images/bg-right.jpg);
	background-repeat:no-repeat;
	width:732px;
	float:right;
}

#hometext {
	width:650px;
	padding-top:35px;
}

#subcontent {
	float:right;
	background-image:url(../images/bg-right-sub.jpg);
	background-repeat:no-repeat;
	width:732px;
	float:right;
}

#subtext {
	width:650px;
	min-height:300px;
	margin:0 auto 0 auto;
}

#footer {
	width:904px;
	height:53px;
	background-image:url(../images/footer.jpg);
	background-repeat:no-repeat;
	clear:both;
}
#copyright {
	text-align:center;
	font-weight:bold;
	font-size:10px;
	color:#FFFFFF;
	width:904px;
	padding-top:15px;
	padding-left:35px;
}

#copyright a {
	color: #fff;
	font-weight:bolder;
}

#copyright a:hover {
	color: #000;
	font-weight:bolder;
}

h2 {
	font-weight:bolder;
	font-size:15px;
	color:#8b0000;
	padding-top:15px;

}

h3 {
	font-weight:bolder;
	font-size:19px;
	color:#8b0000;
	padding-bottom:13px;

}
#centeredredbold {
	width: 532px;
	padding-left: 85px;
}

.corevalues {
	font-size:15px;
	font-weight:bold;
}
ul {
	padding-left:15px;
}
#flash {
	width: 275px;
	height: 250px;
	padding-top: 27px;
	padding-left: 88px;
}

