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

body {
	margin:0px;
	padding:0px;
	background-color:#444851;
	background-image:url(../images/bgtile.gif);
	background-repeat:repeat-x;
	font-family:Myriad, Arial, Helvetica, sans-serif;
	font-size:12px;
}
.page {
	width:778px;
	margin-left:auto;
	margin-right:auto;
}
.menu {
	height:30px;
	background-image:url(../images/menubg.gif);
	background-repeat:repeat-x;
	border-bottom:1px solid #939598;
	border-left:2px solid #ffc332;
	border-right:2px solid #ffc332;
}
.wrapper {
	position:relative;	/* This fixes the IE7 overflow hidden bug */
	clear:both;
	width:747px;			/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
	padding:14px;
}

.content {
	background-image:url(../images/yellowsides.gif);
	background-repeat:repeat-y;
}


/*******************************************  LEFT  ***********************************************/
.left {
	margin:0px;
	padding:0px;
	width:181px;
}


/*******************************************  RIGHT  ***********************************************/
.right {
	float:right;
	width:545px;
}

.right h1 {
	color:#00386c;
	margin-top:0px;
	margin-bottom:2px;
	border-bottom:2px solid #ffc332;
	font-size:18px;
	font-weight:bold;
}
.right h2 {
	color:#00386c;
	margin-top:0px;
	margin-bottom:2px;
	font-size:12px;
	font-weight:bold;
}

.right h4 {
	color:#666666;
	font-size:15px;
	margin-top:2px;
	margin-bottom:6px;
}	
.right h4 {
	color:#666666;
	font-size:12px;
	margin-top:2px;
	margin-bottom:6px;
}	
.yellowunder {
	border-bottom:2px solid #ffc332;
}

.right a:link, .right a:visited {
	color:#1c5285;
	text-decoration:underline;
}
.right a:hover, .right a:active {
	color:#000;
	text-decoration:underline;
}

.endcap {
	background-image:url(../images/whitebottomcorners.gif);
	height:14px;
}
.subheaderimage {
	margin-top:14px;
}

.right .banner {
	margin-top:2em;
}

.blogmenu {
	width:80px;
	float:right;
	border-left:1px dashed #c5c6c7;
	margin:5em 1em 1em 1em;
	padding:1em;
}
/*******************************************  NEWS  ***********************************************/
table.news {
	width:532px;
}
.news th {
	background-color:#ffc332;
	border:1px solid #ffc332;
	color:#012f5a;
	text-align:left;
	padding:8px;
	vertical-align:middle;
	margin-bottom:0px;
}
.news th h2 {
	font-size:16px;
	margin-bottom:0px;
	margin-top:0px;
}
.news th a {
	float:right;
	font-weight:normal;
	font-size:11px;
}
.news td.outer {
	color:#393e44;
	background-color:#e1e1e1;
	border-top:1px solid #e1e1e1;
	border-left:1px solid #c5c6c7;
	border-right:1px solid #c5c6c7;
	border-bottom:1px solid #c5c6c7;
}
.news td.outer td {
	padding:9px;
}
.news td h4 {
	color:#012f5a;
	margin:0px;
}
.news td p {
	font-size:11px;
	margin-top:4px;
	margin-bottom:2px;
}
.news a {
	font-weight:bold;
}
.news a:link, .news a:visited {
	color:#012f5a;
	text-decoration:none;
}
.news a:hover, .news a:active {
	color:#012f5a;
	text-decoration:underline;
}


/*******************************************  SUBMENU  ***********************************************/
.subnav {
	margin:0px 0px 14px 0px;
	padding:0px;
	width:177px;
	border-right:2px solid #939598;
	border-left:2px solid #939598;
}
.subnav li {
	width:177px;
	list-style-type:none;
	margin:0px;
	padding:0px;
	text-align:center;
}
ul.subnav li a:link, ul.subnav li a:visited {
	color:#fff; 
	text-align:center; 
	line-height:30px; 
	font-size:13px; 
	display:block; 
	text-decoration:none; 
	overflow:hidden;
	background-image:url(../images/menubg.gif);
	background-position:0px 0px;
	background-repeat:repeat-x;
}
ul.subnav li a:hover, ul.subnav li a:active {
	color:#fff; 
	text-align:center; 
	line-height:30px; 
	font-size:13px; 
	display:block; 
	text-decoration:none; 
	overflow:hidden;
	background-image:url(../images/menubg.gif);
	background-position:0px -30px;
	background-repeat:repeat-x;
}
ul.subnav li:hover a {
	color:#fff; 
	background-image:url(../images/menubg.gif);
	background-position:0px -30px;
	background-repeat:repeat-x;
}


/*******************************************  FOOTER  ***********************************************/
.footer {
	margin-top:14px;
}
.ftop {
	background-image: url(../images/ftop.gif);
	background-repeat:no-repeat;
	height:13px;
}
.fmid {
	background-image:url(../images/fmid.gif);
	background-repeat:repeat-y;
}
.fbtm {
	background-image:url(../images/fbtm.gif);
	background-repeat:no-repeat;
	height:13px;
}
.fnav {
	font-size:11px;
}
.fmid ul {
	margin-left:0px;
	margin-top:0px;
	margin-bottom:5px;
	padding:0px;
	text-align:center;
}
.fmid li {
	margin:0px;
	display:inline;
}
.fmid a:link, .fmid a:visited {
	color:#fff;
	text-decoration:none;
	margin-left:5px;
	margin-right:5px;
}
.fmid a:hover, .fmid a:active {
	color:#fff;
	text-decoration:underline;
	margin-left:5px;
	margin-right:5px;
}
.fmid h3 {
	text-align:center;
	color:#fff;
	font-size:15px;
	margin-top:10px;
	margin-bottom:0px;
}

/*******************************************  CREDITS  ***********************************************/
.credits {
	color:#e7e3cb;
	font-size:10px;
}
.credits a {
	color:#e7e3cb;
	text-decoration:none;
}
.credits .lft {
	width:44%;
	float:left;
	text-align:center;
}
.credits .rgt {
	width:55%;
	float:right;
	text-align:center;
}




/********************* SITE MAP **************************/
.m1 {
	font-weight:bold;
	font-size:120%;
}
.m2 {
	list-style-type:square;
	margin-left:2em;
}
.m3 {
	list-style-type:circle;
	margin-left:4em;
	font-size:90%;
}






