* {

padding:0;

margin:0;

}

h1, h2, h3, h5, h6, pre, blockquote, form, label, ul, ol, dl, fieldset, address { margin:20px 0; }

li, dd, blockquote { margin-left: 40px; }

fieldset { padding:10px; }

img { border: 0px; }
/* @end */

/* @group HTML, Body */
body {
	text-align: center;
	font-family: Arial, sans-serif;
	font-size: 12px;
}



#logo {
	width: 100px;
	height: 75px;
	margin: 0 0 5px 0;
	position: absolute;
	display: inline;
	left: 8px;
	top: 18px;
}

#outer {
	width: 702px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	padding-top: 16px;
}

#body-top {
	width: 702px;
	height: 48px;
	background: url(../images/body-top.gif) no-repeat;
	overflow: hidden;
}
#body-middle {
	width: 702px;
	padding: 1px 0;
	background: url(../images/body-middle.gif) repeat-y;
}
#body-bottom {
	width: 702px;
	height: 25px;
	background: url(../images/body-bottom.gif) no-repeat;
	overflow: hidden;
}
#main-col {
	width: 404px;
	float: left;
	margin-left: 32px;
	display: inline;
}
#nameplate-top {
	width: 404px;
	height: 8px;
	background: url(../images/nameplate-top.gif) no-repeat;
	overflow: hidden;
}
#nameplate-middle {
	background-color: #fff;
	padding: 4px 2px;
}
#nameplate-middle img {
	float: left;
	display: inline;
}
#nameplate-middle p {
	float: right;
	text-align: right;
	margin: 0;
	line-height: 27px;
	color: #D2B118;
	text-transform: uppercase;
	font-size: 80%;
	display: inline;
}
#nameplate-bottom {
	width: 404px;
	height: 8px;
	background: url(../images/nameplate-bottom.gif) no-repeat;
	overflow: hidden;
	margin-bottom: 5px;
}
#content-top {
	width: 403px;
	height: 8px;
	background: url(../images/content-top.gif) no-repeat;
	overflow: hidden;
}
#content-wrapper {
	width: 387px;
	border-right: 8px solid #c5d6e8;
	border-left: 8px solid #c5d6e8;
	color: #D2B118;
}
#content {
	background-color: #fff;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	padding: 0 0;
	color: #D2B118;
}
#content div {
	padding: 5px 10px;
	border-bottom: 1px solid #c5d6e8;
}
#content-bottom {
	width: 403px;
	height: 8px;
	background: url(../images/content-bottom.gif) no-repeat;
	overflow: hidden;
}
#side-col {
	width: 221px;
	float: right;
	margin-right: 34px;
	display: inline;
}

#side-col a:link {text-decoration:none; color:#3A4885;}

#side-col a:visited {text-decoration:none;}

#side-col a:hover {text-decoration:underline; }

.side-box-top {
	width: 221px;
	height: 7px;
	background: url(../images/side-box-top.gif) no-repeat;
	overflow: hidden;
}
.side-box-middle {
	width: 221px;
	background-color: #c6d8e8;
	padding: 1px 0;
	text-align: center;
}
.side-box-bottom {
	width: 221px;
	height: 7px;
	background: url(../images/side-box-bottom.gif) no-repeat;
	overflow: hidden;
	margin-bottom: 10px;
}
#footer {
	text-align: center;
	
}





ul#main-nav {
	background: url(../images/nav-tabs.gif) no-repeat;
	height: 27px;
	margin: 14px 0 0 30px;
	overflow: hidden;
}
ul#main-nav li {
	float: left;
	list-style-type: none;
	width: 139px;
	margin: 0;
	text-align: center;
	line-height: 28px;
}
ul#main-nav li#right-tab {
	margin-left: 83px;
}




ul#main-nav a:link, ul#main-nav a:visited {
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 120%;
}

ul#main-nav a:hover {
	color: #D2B118;
}

li#right-tab a:hover {
	color: #3a4885;
}

	
h1 {
	font-size: 130%;
	font-weight: bold;
	color: #CEAF16;
	margin: 5px 0;
}
h2 {
	font-size: 110%;
	font-weight: normal;
	color: black;
	margin: 5px 0;
	}
h3 {
	font-size: 110%;
	font-weight: normal;
	color: black;
	margin: 5px 0;
	line-height: 1.75;
}
h4 {font-size: 130%;
	color: #3A4885;
	margin: 0;
	font-weight:bold; }
h5 { line-height: 1.2;
		color: #2E0E92;
		font-weight: normal; }
h6 {  line-height: .1;
		color: #2E0E92;
		font-weight: normal;
		font-size: 95% }



/* @end */

/* @group Text Styles */
#content div p {
	margin: 10px 0;
	color: black;
	line-height: 180%;
}
#login-box {
	color: #fff;
}
div#footer {
	color: #666666;
}
/* @end */

/* @group Links - link visited hover active */
div#content a:link, div#content a:visited {
	color: #3A4885;
	text-decoration: none;
}
div#content a:hover {
	text-decoration: underline;
}

div#footer a:link, div#footer a:visited {
	color: #cccccc;
	text-decoration: none;
}
div#footer a:hover {
	text-decoration: underline;
}
/* @end */

/* @group Misc */
.clear {
	clear: both;
}

/* Clearfix Method from: http://www.positioniseverything.net/easyclearing.html */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}



* html .clearfix {height: 1%;}
.clearfix {display: block;}

td { color: #2E0E92; font-size: 90%; font-weight:bold;}


#contact { line-height: 2;
		color: black;
		font-weight: bold;
		font-size: 100%; text-align:center; }		

.top a:
