@charset "utf-8";
/* CSS Document */
body {
	background: #0E1E40 url(images/bkgd2_02.jpg) repeat-y center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #od1f3f;
	font-size: 11px;
	padding:0;
	margin: 0;
}
a {color: #006fb4;}
a:hover {
	color: #CC0000;
}
h1 {
	font-size: 16px;
	color:#0E1E40;
	margin: 5 0 15px 0;
	padding: 0;
	border-bottom:1px solid #999999;
}
h2 {
	font-size: 18px;
	color:#666666;
	margin: 0;
	padding: 10px 0 5px 0;
	font-weight:100;
}
h3 {font-size: 12px; padding: 15px 0 0 0; margin: 0; font-style:italic}
p {line-height: 1.4; padding: 8px 0 0 20px; margin: 0;}
form {padding: 0; margin: 0;}
.pic {border: 1px solid #666666;}
.bios {padding-left: 0;}
.copyright {padding-left: 0; font-size: 11px;}
.red {color:#990000;}
.bold {
	FONT-WEIGHT: bold; FONT-SIZE: 9pt; COLOR: #666666; FONT-STYLE: normal; FONT-FAMILY: Verdana, Arial, Geneva, Helvetica, sans-serif
}table,img{border:0}
#wrapper {
	text-align: center;
	min-width: 1004 px;
}
#header {
	margin:0 auto;
	width:1004 px;
	text-align: center;
}

#content {
	clear: left;
}
.subcontent {padding: 20px;}

#footer {
	width: 956px;
	margin :0 auto;
	background:url(images/bottom.jpg) no-repeat;
	height: 90px;
	padding: 25px;
	text-align: center;
	line-height: 20px;
}
#flash {
	margin: 0px;
	padding: 0px;
	height: 263px;
	width: 538px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #101624;
}
#footer a {color: #003d75; text-decoration: none}
/* TEXT LINKS COLOR & BORDER OF DROP DOWN BOXES COLOR */

#TopNav a{
	color:#fff;
	padding-bottom: 1px;
	text-decoration:none;
	display:block;
	border:1px solid #fff;
	white-space:nowrap;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

/*BACKGROUND OF DROP DOWN BOXES*/
#TopNav a.TopNavSB{
	padding:2px;
	height:1%;
	margin-bottom:1px;
	background:#006fb4;
}

/*HOVER LINK COLOR OF LINKS - Drop Down Box Mouse ON*/
#TopNav a:hover{
	color:#FFFFFF;
	text-decoration:none;
	background:#CC0000;
	font-weight: bold;
	background-color: #122243;
}


/*NO NEED TO CHANGE*/
#TopNav li.TopNavl1{float:left;	}


/*NO NEED TO CHANGE*/
ul#TopNav{padding:0;margin:0;list-style:none}


/*NO NEED TO CHANGE*/
#TopNav li{
	display:inline;
	position:relative;

}


/*LOWER LAYER BG PROPERTIES GIVES 3D LOOK*/
li.TopNavl1 ul{

	display:none;

	position:absolute;

	left:0;

	border:1px solid #373e43;

	margin:0px;

	background:#373e43;

}


/*SPACE BETWEEN MAIN LINKS NOT DROPDOWNS NO NEED TO EDIT*/
.MenuBr{float:left}



#TopNav li>ul{top:auto;left:auto;}

#TopNav li:hover ul,li.over ul{display:block}

div#navcontainer {xbackground-color:#005eaa;}
div#navbar {
	margin: 0 auto;
	width: 1004px;
	padding:0;
	position:relative;
	height: 147px;
	z-index: 999;
}
div#headercontainer {xbackground-color: #005eaa;
}div#contentcontainer {
	width: 1004px;
	position: relative;
	xbackground:url(images/bodybg2.gif) center center repeat-y;
	margin: 0 auto;
	padding: 0;
}div#content  {
	width: 1004px;
	position: relative;
	margin: 0 auto;
	padding: 0;
}
	/* button 
---------------------------------------------- */
.button {
	display: inline-block;
	zoom: 1; /* zoom and 
display = ie7 hack for display:inline-block */
	*display: inline;
	vertical-align: baseline;
	margin: 0 2px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% Arial, Helvetica, sans-serif;
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.button:hover {
	text-decoration: none;
}
.button:active {
	position: relative;
	top: 1px;
}

.medium {
	font-size: 12px;
	padding: .4em 1.5em .42em;
}

 
/* color styles 
---------------------------------------------- */

/* red */
.red2 {
	color: #faddde;
	border: solid 1px #980c10;
	background: #d81b21;
	background: -webkit-gradient(linear, left top, left bottom, from(#ed1c24), to(#aa1317));
	background: -moz-linear-gradient(top,  #ed1c24,  #aa1317);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed1c24', endColorstr='#aa1317');
}
.red2:hover {
	background: #b61318;
	background: -webkit-gradient(linear, left top, left bottom, from(#c9151b), to(#a11115));
	background: -moz-linear-gradient(top,  #c9151b,  #a11115);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#c9151b', endColorstr='#a11115');
}
.red2:active {
	color: #de898c;
	background: -webkit-gradient(linear, left top, left bottom, from(#aa1317), to(#ed1c24));
	background: -moz-linear-gradient(top,  #aa1317,  #ed1c24);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#aa1317', endColorstr='#ed1c24');
}

