/* screen */

/* INITIATE FONT SIZE AND NEUTRALIZE PADDING AND MARGINS */

* {margin:0; padding:0;} /*after body tag declaring overall page's margin from edge of window, removes any inherited margin or padding*/

body {font-size:83.333%;}	/*sets 1em to 10px for ease of scaling. 1.2em = 12px ; .8px = 8px etc. */
						/*body scaling to 10px doesn't work in IE - all h tags will inherit text size from parent. */
						/*add these constants for h tags for IE fix*/
h1 {font-size:2em;}		/* displayed at 24px */
h2 {font-size:1.5em;}	/* displayed at 18px */
h3 {font-size:1.25em;}	/* displayed at 15px */
h4 {font-size:1em;}		/* displayed at 12px */
h5 {font-size:.83em;}	/* displayed at 10px */
h6 {font-size:.75em;}	/* displayed at 9px */

						/*Forms and Tables inherit font size in IE as well*/
						/*add this fix for IE*/
input, select, td, td {font-size:1em;}
						/*List items within list items will shrink and shrink and shrink unless next line is there*/
li li, li p, td p, blockquote p {font-size:1em;}
						/*and links in lists get shrinky too - they should inherit their size from the ul or ol */
ul a, ol a {font-size:inherit;}

/* general typography */

body,p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #3E4965;
}

hr {
	/*margin: .5em 2em;*/
	border-bottom: solid 1px #405948;
	clear: both;
}

a:link {text-decoration:underline; color: #3E4965;}
a:visited {text-decoration:underline;color: #3E4965;}
a:hover {text-decoration:none;color:#73585B;}
a:active {color: #3E4965;}

a.pdf:after {
	content:" [pdf file - acrobat reader required]";
	/* font-size: 0.75em; */
	color: #666666;
	font-weight: lighter;
	line-height: 0.3em;
}

/* DIV layout */

body {
	background-color: #FFFFFF;
	background-image:url(background.jpg);
	background-attachment:fixed;
	background-repeat:no-repeat;
}

.content {
	padding-left:3%;
	padding-right:3%;
	padding-top:2%;
	padding-bottom:2%;
	line-height:1.5;
	font-size:12px;
}

.memberTables {
	padding-left:1%;
	padding-right:1%;
	padding-top:2%;
	padding-bottom:2%;
	line-height:1.5;
	font-size:12px;
}

#container {
	position:relative; /* needed for footer positioning*/
	margin:0 0 0 104px; /* center, not in IE5 104 */
	width:auto;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	/*border: 1px solid #FF0000;*/
}

#header {
	padding:12px 0px 0em;
	/*border: 1px solid #FF0000;*/
}

.contentpane {
	padding:1em 0px 10em 0px; /* bottom padding for footer */
	margin:0px 5px 0px 0px; /* default left margin was 10px */
	/*border-left: 2px #3E4965 solid;*/
	padding-left: .25em;
	padding-right: .25em;
	width:72%;
	float:left;
}

.rightpane {
	background-color:transparent;
	padding: 1em .25em 10em .25em;
	width:23%;
	margin: 0px 2px 0px 0px;
	float:left;
}

.bottompane {
	background-color:transparent;
	padding-left: .25em;
	padding-right: .25em;
	width:99%;
	margin: 25px 0px 0px 0px;
	clear:both;
}

#footerNavigation {
	position:absolute;
	width:100%;
	height: 5em;
	min-height:5em;
	bottom:0px;
}

#header {
	font-size: 0.75em;
}

.MainMenu_MenuContainer {
	background-color: transparent; 
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:21px;
	/*background-color: Transparent;*/
	background: url(headerNav_background.gif) center;
}
.MainMenu_MenuItem {
	border-left: #BF8A83 0px solid; 
	border-bottom: #BF8A83 0px solid; 
	border-top: #BF8A83 0px solid; 
	border-right: #BF8A83 0px solid;
	cursor: pointer; 
	cursor: hand; 
	color: #FFFFFF; 
	font-size:11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	background-color: #845D58;
}
.MainMenu_MenuIcon {
	background-color: #BF8A83; 
	border-left: #BF8A83 0px solid; 
	border-bottom: #BF8A83 0px solid; 
	border-top: #BF8A83 0px solid; 
	border-right: #BF8A83 0px solid;
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 21px;
}
.MainMenu_SubMenu {
	background-color: transparent;  
	border-style:none;
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
}
.MainMenu_MenuBreak {
	height: 1px;
}
.MainMenu_MenuItemSel {
	background-color: #BF8D83; 
	cursor: pointer; 
	cursor: hand; 
	color: #FFFFFF; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px; 
	font-weight: normal;
	height: 21px;
}
.MainMenu_MenuArrow {
	border-right: #cad5ea 0px solid; 
	border-bottom: #cad5ea 0px solid; 
	border-top: #cad5ea 0px solid;
	border-left: #BF8A83 0px solid; 
	font-family: webdings; 
	font-size: 11px; 
	cursor: pointer; 
	cursor: hand; 
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}


.title  {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-weight:bold;
	border-bottom: 1px solid #405948;
	color: #000000;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

/* ContentPane typography & design*/

.loginStyle {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color:#CCCCCC;
}

ul {
	margin-top:5px;
}

ul li {
	margin-left:30px;
	list-style-type: disc;
	line-height:2;
}


.nobullet {
	list-style-type: none;
}

.boldText {
	font-weight: bold;
}


/* table formatting */
table.members {
	background-color: #DFE9FF; 
	width: 95%; 
	font-size: 12px;
	border:1px;
}

tr.d0 td {
	background-color: #FFFFFF; 
	border-left:none;
	border-top:none;
	border-bottom:none;
	border-right:1px solid #CCCCCC;
}
tr.d1 td {
	background-color: #DFE9FF; 
	border-left:none;
	border-top:none;
	border-bottom:none;
	border-right:1px solid #CCCCCC;
}





th.members {
background-color:#3E4965;
color:#FFFFFF
}

tr.subheading th{
background-color:#8EA1CF;
border:none;
}

table.members td {
	background-color: #DFE9FF; 
	border-left:none;
	border-top:none;
	border-bottom:none;
	border-right:1px solid #CCCCCC;
	padding:5px 5px 0px 5px;
}






