body {
	font: 100% "Verdana", sans-serif;
	text-align: center;
	margin: 0;
	padding: 0;
	background:#191D7E url(/images/wrapper.jpg) repeat-x;
	color:#222222;
}

#wrapper {
	position: relative;
	width: 770px;
	margin: auto;
	text-align: left;
}

#main-padding{
	padding:5px 10px 0 12px;
}

#main {
	font-size: 0.9em;
	line-height: 1.4em;
	width: 552px;
	margin:-16px 0 0 0;
	padding:0;
	border-bottom:1px solid #DEDEDE;
	background:#DCDCDC;
	min-height:235px;
	overflow:hidden;
}

#main img {
	/*border-top: 2px solid #181C77;
	border-bottom: 2px solid #181C77;
	margin:8px;*/
}

.breadcrumb {
	font-size: 0.8em;
	margin: 1em 0 0 0;
}

blockquote{
	font-style:italic;
	margin:0 15px;
	padding:0;
	font-size:0.9em;
}

.pullquote{
	display:none;
}
#sidebar{
    width:150px;
	float:right;
	background:#C6C4D9;
	font-size:90%;
	padding:0;
	margin-top:30px;
	font-style:italic;
	background:url(/images/sidebar-body.gif) repeat-y center;
}
#sidebar-content{
padding:4px;
font-size:80%;
font-style:normal;   
}


div#sidebar img {
 border:none;
 padding:0;
 margin:0;
}

.three_buttons{
	height:340px;
	width:210px;
	position:absolute;
	right:-38px;
	top:440px;
	background:url(/images/three-buttons.png) no-repeat;
	list-style:none;
	padding-top:5px;
}

.three_buttons li a{
	color:#fff;
	width:165px;
	height:47px;
	display:block;
	line-height:47px;
	padding:0 0 0 0px;
	font-weight:bold;
	font-size:0.7em;
	text-decoration:none;
	text-transform:uppercase;
}

.three_buttons li a:hover{
	color:#fff;
	text-decoration:underline;
}



.bulletin{
	padding-top:5px;
}

a:hover{
	text-decoration:none;
	color:#000;
}

a{
	color:#000AAF;
}

dd{
	margin-bottom:10px;
}

dd em{
	font-weight:bold;
	font-size:0.85em;
}

/*-------------------------------------------------------------------- USER LOGIN ----------------------------------*/

#loginform{
	position:relative;
	left:-10px;
	float:right;
	width:175px;
	background:url(/images/members-login.jpg) no-repeat;
	padding:30px 12px 0 10px;
	font-size:0.8em;
	height:163px;
	color:#fff;
	
}

form#loginform p {
	width: 100%;
	clear: both;
	font-size:0.85em;

}

form#loginform p label {
	width: 30%;
	float: left;
	text-align:right;
}

form#loginform p input, form#loginform p textarea, form#loginform p select {
	float: right;
	width: 60%;
	border:1px solid #680202;
	margin-bottom:16px;
}

form#loginform #login {
	background:url(/images/login-btn.jpg) no-repeat;
	width:71px;
	height:28px;
	cursor:pointer;
	_cursor:hand;
	position:relative;
	top:-12px;
	left:18px;
	border:none;
}

form#loginform  #logout{
	background:url(/images/logout.jpg) no-repeat;
	width:71px;
	height:28px;
	cursor:pointer;
	_cursor:hand;
	position:relative;
	top:-6px;
	left:18px;
	border:none;

}

form#loginform p#user-name{
	text-align:center;
}


p#error_msg{
	text-align:center;
	text-transform:uppercase;
	color:#181C75;
	font-weight:bold;
	padding:0;
}

#banner{
	background:url(/images/masthead-logo-new.jpg) no-repeat;
	height:225px;
	margin: 0;
	padding:0;
	position:relative;
	z-index:10;

}
#banner-flash{
position:absolute;
top:0;
right:0;
}
/*---------------------------------------xhtml elements ------------------------------------------*/

h1 {
	margin: 0;
	padding:0;
	text-indent:-999em;
	height:0;
}

h2 {
	font-size: 1.6em;
	/*font-weight:500;*/
	color:#011955;
	height:83px;
	margin:0;
	line-height:125px;
	padding:0px 0 0 9px;
	width:560px;
	background:url(/images/main-top.jpg) no-repeat;
}

h3 {
	color:#000AAF;
	font-size: 1.2em;
}


h5{
	color:#181C77;
}

/*-------------------------------------------------------------------- search box ----------------------------------*/

#searchform {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 315px;
	right: 205px;
	width: 250px;
	/*height:104px;
	padding:42px 0 0 10px ;
	background:url(/images/search_box.jpg) no-repeat;*/

}
#searchform input {
	width: 150px;
	float: none;
}

input#search_button{
	width:73px;
	font-weight:bold;
	text-transform:uppercase;
	padding:3px;
	font-size:0.7em;
	/*cursor:hand;
	_cursor:pointer;
	height:27px;
	border:none;
	position:relative;
	left:0px;
	top:3px;
	background:url(/images/search.jpg) no-repeat;*/
}
/*-------------------------------------------------------- tables --------------------------------------------------*/
/*
table {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
td, th {
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	padding: 0.3em;
}
*/
/*---------------------------------------------turn off print stuff ------------------------------------------*/

#printlogo {
	display:none;
}

/*------------------------------------------------------ FOOTER ---------------------------------------------------*/

#background-repeat{
	background:url(/images/wrapper-footer.jpg) bottom repeat-x;
}

#footer {
	font-size: 0.7em;
	clear: both;
	margin:0;
	padding-bottom:5px;
	width:552px;
	text-align: right;
	height:57px;
	background:url(/images/footer.jpg) no-repeat;
}

#footer p{
	margin:0 0 0 0;
	padding:12px 10px 0 0;

}

#footer p strong{
	color:#565656;
	font-weight:normal;

}

#footer a {
	text-decoration: none;
	color:#222222;
}

#disclaimer{
	float:left;
	width:200px;
	position:relative;
	left:10px;
	text-align:left;
	font-size:0.8em;
}

#aa_footer{
	float:right;
	width:230px;
	/*border:1px solid #f00;*/
}

.inline-tabsprip {
	padding:1em 0;
	margin:0;
	width:100%;
}
.inline-tabsprip li {
	display:block;
	float:left;
	color:#444444;
font-weight:bold;
	text-transform:uppercase;
	margin-left:-1px;
	
	width:132px;
	height:32px;
	line-height:32px;
	text-align:center;
	background:url(/images/tabstripover.jpg) no-repeat;
}

.inline-tabsprip li a {
	color:#444444;
	display:block;
	text-decoration:none;
	text-transform:uppercase;
	width:132px;
	height:32px;
	line-height:32px;
	background:url(/images/tabstrip.jpg) no-repeat;
}
.inline-tabsprip li a:hover {
	text-decoration:underline;
}