@charset "utf-8";
/* CSS Document */
html, body {
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	overflow:hidden;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:100%;
}

h1,h2,h3,h4,h5,h6 {
	color:#08137a;
	margin:0;
}
h1 {
	font-size:250%;
}
h2 {
	font-size:200%;
}
h3 {
	font-size: 150%;
	text-align: center;
}
h4 {
	font-size:125%;
}
h5 {
	font-size:100%;
	font-style:italic;
}
h6 {
	font-size:80%;
	font-style:italic;
	margin-top:1%;
}

a :active {
	font-weight:bold;
	text-decoration:overline;
}

hr {
	border-top: 1px solid #e19798;
}
	

#background{
	position:absolute;
	z-index:1;
	width:100%;
	height:100%;
}
	
#scroller {
	position:absolute;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	overflow:auto;
	z-index:2;
} 

#content {
	padding:0% 2% 2% 2%;
}
p {
	line-height:1.5em;
	text-align:justify;
	font-size: 90%;
}
#fixed {
	position:absolute;
	top:25px;
	left:10px;
	width:150px;
	z-index:10;
	color:#567;
	border:1px solid #000;
	padding:10px;
}

#container {
	margin-left:auto;
	margin-right:auto;
	width:74%;
	text-align:left;
	padding:.0% 0% 0% 0%;
}

#sidebar1 {
	float: left;
	width: 19%; /* since this element is floated, a width must be given */
	text-align: center;
	padding-top:2em;
	padding-left:0;
	font-size:85%;
	line-height:1.5em;
	color:#08137a;
}

#sidebar1 ul {
	list-style:none;
	line-height:1.5em;
}

#sidebar1 ul li {
	list-style-position:outside;
	font-size:90%;
}

#sidebar1 img {
	width:100px;
	height:100px;
}

.mainContent {
	margin: 0; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
	text-align: left;
	overflow: auto;
	padding:1em;
	height:575px;
	padding-top:1em;
	line-height:1.25;
	font-size:85%;
	text-align:justify;
} 

.mainContent h5 {
	font-size:120%;
	font-style:italic;
	font-style:oblique;
	padding-bottom:.25em;
	padding-top:1em;
}

#protectedBlock {
	margin: 0 0 0 0; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
	text-align: center;
	overflow: auto;
	width:200px;
} 

#protectedBlock img {
	padding-top:.5em;
	padding-bottom:1em;
}

#header {
	text-align:center;

}

#header img {
	width:75%;
	height:75%;
}

#footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	padding-top:1em;
	text-align: center;
	font-size:80%;
} 
.twoColElsLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align:center;
	font-size:80%;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.floatLeft {
	float:left;
}

.floatRight {
	float:right;
	text-align: center;
}

#credits {
	font-size:80%;
	font-style:italic;
	color:#08137a;
	text-align:center;
	text-decoration:underline;
}
#interestBlock {
	font-style:italic;
	font-size:70%;
	color:#08137a;
}

#roundbar-grey {
		clear:left;
		float:left;
		width:100%;
		font-size: 80%;
		border-top:1px solid #e19798;
		overflow:hidden;
	}
	#roundbar-grey ul {
		clear:left;
		float:left;
		list-style:none;
		margin:0;
		padding:0;
		position:relative;
		left:50%;
		text-align:center;
	}
	#roundbar-grey ul li {
		display:block;
		float:left;
		list-style:none;
		margin:0;
		padding:0;
		padding-left:1em;
		padding-right:1em;
		position:relative;
		right:50%;
		border-left:1px solid #e19798;
		background-image:url(../images/new_Backgrnd2.gif)
		
	}
	#roundbar-grey ul li a {
		display:block;
		margin:0;
		padding:.4em .8em;
		line-height:1.3em;
		
	}
	#roundbar-grey ul li a span {
		display:block;
	}
	#roundbar-grey ul li.active a {
		font-weight:bold;
		background-color:#fccece;
		color:#D40000;
	}
	#roundbar-grey ul li a:hover {
		color:#08137a;
		background-color:#fccece;
	}
#sidebarNav {
		font-size: 100%;
	}
	#sidebarNav ul {
		list-style:none;
		padding:0;
		text-align:center;
	}
	#sidebarNav ul li {
		display:block;
		list-style:none;
		margin:0;
		padding:0;
	}
	#sidebarNav ul li a {
		display:block;
		margin:0;
		padding-bottom:1em;
		line-height:1.3em;
	}
	#sidebarNav ul li a span {
		display:block;
	}
	#sidebarNav ul li.active a {
		font-weight:bold;
	}
	#sidebarNav ul li a:hover {
		color:#08137a;
		font-weight:bold;
	}
#popitmenu{
position: absolute;
background-color: #fccece;
border:3px solid #08137a;
font: normal 12px Verdana;
line-height: 18px;
z-index: 100;
visibility: hidden;
padding:.25em;
color:#08137a;
}

#popitmenu a{
text-decoration: none;
padding-left: 6px;
color: #063ffa;
display: block;
text-align:center;
}

#popitmenu a:hover{ /*hover background color*/
background-color: #CCFF9D;
}
table {
	font-size:90%;
}

form {
	 padding: 3px;
	 width:100%;
	 text-align:left;
	 font-size:85%;
	 color:#08137a;
}

form label { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 125px; 
	padding-right: 3px; 
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right; 
}

form input {
	float:left;
	width:140px;
}

form input#submit, form input#reset { 
	float: none; 
	display: inline; 
	margin:0;
	padding:0;
}
	
form br {
	clear:left;
}

form fieldset {
	border:2px outset #fccece;
	
}

form fieldset legend {
	font-size:115%;
	font-weight:bold;
}

form fieldset label:first-letter { /* use first-letter pseudo-class to underline accesskey, note that */
	text-decoration:underline;    
}
	


input {
	color:#08137a;
	background: #f6e1e1;
}

select {
	color: #08137a;
	background: #e19798;
	border: 1px outset #e19798;
	font-weight:bold;
}

.button input{
	border: 1px outset #e19798;	

} 

form textarea {
	color: #08137a;
	background: #f6e1e1;
	border: 2px inset #fccece;

	
}

dt {
	
	padding-bottom:1.0em;
	padding-top:1.5em;
	text-align:left;
	color: #08137a;
}

dd {
	text-align:justify;
	line-height:1.25em;
	font-size:90%;
}
