body {
	margin: 0;
	font: 12px/20px "Lucida Grande", Lucida, Verdana, sans-serif;
	background: #3e6e89 url(images/wallpaper.jpg) repeat-x 0 top;
}

img {
	border: none;
}

.redtext_big {
	font-family: Verdana, Arial, "Arial MT", Geneva,  "MS Sans Serif", sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #990033;
	text-decoration: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


/* @group Sidebar */

#sidebarWindow {
	width: 225px;
	float: left;
	overflow: hidden;
	display:inline;
	background-color: #f5f1e8;
	padding-left: 25px;
}

.sideContent {
	background: url(../images/sidegradient.gif) no-repeat 0 bottom;
	width: 195px;
	font-size: 11px;
	line-height: 15px;
	color: #2c2c2c;
	padding: 15px;
}

.sideContent p {
	margin-bottom: 15px;
	margin-top: 0;
}

.sideTitle {
	color: #7c100e;
	margin-top: 20px;
	background: url(images/divider.gif) no-repeat 0 bottom;
	width: 225px;
	height: 22px;
	font-weight: bold;
	font-size: 18px;
	font-variant: small-caps;
}



/* @end */

ul.red {
	list-style-type: disc;
	color: #7c100e;
}

#header {
	background-image: url(images/header.gif);
	width: 576px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 26px;
	height: 82px;
	padding-left: 324px;
}

#allcontent {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	background: url(images/body_bg.gif) repeat-y;
}

/* @group Buttons */

#menu {
	height: 25px;
	width: 860px;
	background-image: url(images/nav_bg.gif);
	margin: 0 20px;
}

.buttons {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	overflow: hidden; /* for ie to hide extra height*/
}

.buttons a {
	display: block;
	float: left;
	overflow: hidden;
	height: 25px;
	border-style: none;
}

* html a:hover {
	visibility: visible;
}

.buttons a:hover img {
	visibility: hidden
}

/* @end */

#main_content {
	width: 860px;
	margin: 0 20px;
	background: url(images/bodyback.gif) repeat-y;
}

#footer {
	
	background: url(images/footer_bg.gif) 0 bottom;
	width: 900px;
	height: 20px;
}

#footer_content a {
	text-decoration: none;
	border-bottom: 1px dotted #f5f1e8;
	color: #f5f1e8;
	font-weight: bold;
}

#footer_content {
	color: #fff;
	text-align: left;
	font-size: 10px;
	background-image: url(images/footer.gif);
	width: 830px;
	height: 23px;
	padding-left: 15px;
	padding-right: 15px;
	clear: both;
	padding-top: 8px;
}

#copyright {
	position: absolute;
	right: 15px;
	
	top: 0px;
	padding-top: 8px;
}

#notices {
	width: 840px;
	height: 57px;
	background-image: url(images/notice_bg.gif);
	margin: 0 20px;
	padding-left: 20px;
	font-weight: bold;
	font-size: 13px;
	color: #1258a0;
}

#notices p a {
	border: 1px solid #5586c9;
	background-color: #cedff7;
	padding: 1px 2px;
}

#notices p a:hover {
	text-decoration: none;
	background-color: #5586c9;
	color: #fff;
}

#notices p {
	color: #474541;
}

#notices a {
	color: #1258a0;
	text-decoration: none;
}

#notices a:hover {
	text-decoration: underline;
}

.noticeDot {
	background: url(images/arrow.gif) no-repeat 0 center;
	padding-left: 15px;
}

#notices ul {
	margin-top: 5px;
	margin-bottom: 5px;
}

#notices li {
	list-style-image: url(images/arrow.gif);
}

.homelist {
	width: 380px;
	margin-left: 50px;
	margin-top: -30px;
	height: 60px;
}

.list1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	/*line-height: 1.5em;*/
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #660000;
	text-decoration: none;
	background-color: #ffffff;
	text-indent: 5px;
	list-style-position: outside;
	list-style-image: url(images/reddot.gif);
	padding: 0px;
	margin: 0px;
}

/* @group Main */

#mainWindow {
	width: 480px;
	margin-left: 250px;
	padding: 25px;
}

/* @end */

/* @group Bug Fixes */

/* reduce the right margin to account for 3pixels*/
* html #sidebarWindow {margin-right:-3px;}

/* fix 3 pixel jog and account for 3 pixels extra padding*/
* html #mainWindow {height:1%;margin-left:247px}/* margin is 3 pixels less than normal*/


/* @end */

h1 {
	color: #8d3134;
	margin-top: 30px;
	margin-bottom: 10px;
	font: bold 18px "Lucida Grande", Lucida, Verdana, sans-serif;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}



h2 {
	color: #925152;
	margin-top: 30px;
	font-size: 16px;
	font-weight: bold;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	color: #233354;
}

.formstyle {
	border: 1px solid #bebebe;
	color: #7c100e;
	background-color: #f8f8f8;
}
.formtext {
	font-weight: bold;
}

/* columns */
#sideLeft {
	width: 120px;
	margin-right: 20px;
	float: left;
	list-style-type: none;
	font: 10px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#sideLeftContent {
	padding: 10px;
}

.sideLeftTitle {
	font-size: 14px;
	color: #3a567d;
	border-bottom: 1px solid #3a567d;
	margin-top: auto;
}

.sideWindowContent {
	padding: 20px;
}

.sideWindowContent h1 {
	font-size: 14px;
	background: url(images/titlemark.gif) no-repeat;
	font-weight: bold;
	padding-left: 28px;
	padding-top: 4px;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #fff;
	border-bottom-style: none;
	padding-bottom: 4px;
}

.sideWindowContent h2 {
	color: #fefadb;
	font-weight: bold;
	font-size: 12px;
	margin: 10px 0 20px;
}

/* sideWindow is 210 pixels */
#sideWindow {
	color: #fff;
	width: 255px;
	margin-left: 605px;
	background: url(images/side_bg.jpg) no-repeat 0 top;
}

#sideWindow a {
	text-decoration: none;
	color: #b6e6fe;
}

#sideWindow a:hover {
	text-decoration: underline;
}

/* contentWindow is 474 pixels */
#contentWindow {
	width: 440px;
	float: left;
}

#contentWindow a {
	color: #3875d7;
	text-decoration: none;
}

#contentWindow a:hover {
	text-decoration: underline;
}

/* @group Bug Fixes */

/* reduce the right margin to account for 3pixels*/
* html #contentWindow {margin-right:-3px;}

/* fix 3 pixel jog and account for 3 pixels extra padding*/
* html #sideWindow {height:1%;margin-left:602px}/* margin is 3 pixels less than normal*/

/* @end */

.border {
	background: url(images/border.gif) repeat-x;
	height: 3px;
	margin-top: 15px;
	margin-bottom: 15px;
}

#ad {
    margin-left:88px;
	margin-top:8px;
}