body {
	margin:0px;
	padding:0px;
	color:#000000;
	font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size:12px;
	background:#FFFFFF url(../images/background.gif);
	text-align:center;
}

h1 {
	color:#a6131c;
	font-weight:normal;
	font-size:24px;
}

h2 {
	color:#a6131c;
	font-weight:normal;
	font-size:20px;
}

h3 {
	color:#a6131c;
	font-weight:normal;
	font-size:18px;
}

img {
	border:0px;
}

a{
	text-decoration:none;
	color:#2b55aa
}

a:hover{
	text-decoration:underline;
}

#header {
	width:100%;
	background:#2b55aa;
	text-align:center;
}

.headerimage {
	margin:0 auto;
	width:812px;
	/*width:745px;*/
	height:180px;
	background:url(../images/header.gif);
	text-align:left;
}

.headerflash{
	margin:0px 36px 0px 312px;
	/*margin:0px 33px 0px 250px;*/
	border-left:1px solid #ffffff;
	border-right:1px solid #ffffff;
	border-bottom:1px solid #ffffff;
}

#navigation{
	background:#a6131c;
	text-align:center;
}

#navigation a{
	color:#FFFFFF;
	padding:0px 11px 7px 11px;
	text-decoration:none;
	font-size:12px;
	font-weight:200;
}

.darkline{
	background:#3c070a;
}

.lightline{
	background:#bf565c;
}

#container {
	margin:0px auto;
	width:745px;
}
.topText {
	padding:0px 22px 0px 22px;
}
.content {
	text-align:left;
	margin:0px;
	padding:0px 15px 10px 15px;
}
.contentline {
	height:19px;
	background:url(../images/linepattern.gif);
	margin:2px;
	text-align:left;
	font-weight:bold;
	padding:5px 0px 0px 15px;
}

#footer{
	background:#dfe6f2;
	margin:15px 0px 15px 0px;
}
.footerlinks{
	margin:0px auto;
	width:745px;
	padding:7px 0px 7px 0px;
	text-transform:uppercase;
	font-size:10px;
	color:#2b55aa;
}

#subfooter {
	margin:0px auto;
	width:745px;
	font-size:10px;
}

#author {
	margin:10px auto;
	width:745px;
	font-size:10px;
}

div.hline {
	height:17px;
	margin: 1px 0px 0px 0px;
	background:url(../images/h-dash.gif) center left no-repeat;
}



/*--------------------------------------------------------------------------------------------------------*/
/* Controls for drop down menu                                                                            */
/*--------------------------------------------------------------------------------------------------------*/

/* main container for the menu bar */
div.menuBar {
	padding: 0px 0px 0px 0px;
	text-align: left;
}

/* Off state for the links in the main menu bar */
div.menuBar a.menuButton {
	color: #000000;
	cursor: default;
	left: 0px;
	margin: 1px;
	padding: 0px 0px 0px 0px;
	position: relative;
	text-decoration: none;
	top: 0px;
	z-index: 100;
}

/* On state for the links in the main menu bar */
div.menuBar a.menuButtonActive, div.menuBar a.menuButtonActive:hover, div.menuBar a.menuButton:hover {
	text-decoration: underline;
}

/* container for the drop down menu */
div.menu {
	background-color: #a6131c;
	border:1px solid #740d14;
	left: 0px;
	padding: 0px 1px 1px 0px;
	position: absolute;
	top: 0px;
	visibility: hidden;
	z-index: 101;
	text-align:left;
}

/* menu items for the drop down menu */
div.menu a.menuItem {
	color: #ffffff;
	cursor: default;
	display: block;
	padding: 3px 5px 3px 25px;
	margin:0px 0px 0px 0px;
	text-decoration: none;
	white-space: nowrap;
	background:url(../images/sub-arrow.gif) left center no-repeat;
}

/* menu items for the drop down menu (hover state) */
div.menu a.menuItem:hover {
	background:#cd1b28 url(../images/sub-arrow.gif) left center no-repeat;
}

/* menu item seperators */
div.menu div.menuItemSep {
	border-top: 1px solid #740d14;
	margin: 1px 0px 0px 0px;
}