 

/* HTML redefined */ 
p {
	font-size: 80%;
	line-height: 150%;
	padding-left: 20px;
	padding-right: 20px;
	}
 
h1 {
	text-align: center;
	font-size: 140%;
	font-weight: bold;
	padding-top: 10px;
	color: #455086;	
	}
	
h2 {
	text-align: left;
	font-size: 100%;
	color: #455086;
	padding-left: 10px;
	font-variant: small-caps;
	}	
h3 {
	text-align: center;
	font-size:80%;
	color: #455086;
	padding-left: 10px;
 	font-style:italic;
	}	
		
br {clear: both;} 

ul {
	font-size: 70%;
	line-height: 120%;
	 

	}

/* Layout Stylesheet */ 

body {
 	margin: 0px;
	background-image: url(graphics/layout/bground.jpg);
	background-repeat: repeat-y;
 }

#outer {
	top: 0px;
	left: 50px; 
	width: 700px;
	margin-left: 126px;
	background-repeat: repeat-y;
 }

#hdr {
	height:92px;
	color: #CCCCCC;
	background-color: #eeeeee;
	/*background-image: url(graphics/layout/top_bground.gif);
	background-repeat: no-repeat;*/
	padding-top: 0px; 
	padding-left:  0px;
 }

#bar {
	height:27px;
	color: #4A4A7C;
	border:solid #4A4A7C;
	border-width:1px 0 1px 0;
	background-color: #B4BFDF;
	background-repeat: no-repeat;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-weight: bold;
	padding-right: 20px;
	padding-top: 5px;
 }
#purpBar {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding-top: 4px;
	height:28px;
	font-size: 70%;
	text-align: right;
	color: #e7e8d9;
	border:solid #000000;
	border-width:1px 0 1px 0;
	background-image: url(graphics/layout/purple_bar.png);
	background-repeat: repeat-x;
 } 
 

#bodyblock {
	position:relative;
	background-color: #FFFFFF;
	color: #FFFFFF;
	width:700px;
	padding:0;
	float: none;
 }

.rightcol {
	position: absolute;
	width: 224px;
	line-height: 150%;
	font-family: Verdana, Helvetica, Arial;
	left: 427px;
	top: 60px;
	 
	  
 }

.rightcol h6 {
	color: #FFFFFF;
	padding-left:5px;
	margin-bottom: -10px;
	background-image: url(graphics/layout/purple_bar.png);
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #CCCCCC;
}

.rightcol img {
	margin-top: 20px;
	border: 3px double #455086;	
}

.rightcol p, .rightcol li  {
	font-size: 70%;
	line-height: 150%;
	padding-left: 8px;
	padding-right: 8px;
	}

#cont {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width:450px;
	color: #333333;
	text-align:left;
 }

#ftr {
	font-size: 70%;
	padding: 20px;
	height: 18px;
 	color: #97A02B;
	border:solid #4A4A7C;
	border-width:1px 0 1px 0;
 	text-align: center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
 }
#topPadding{
	padding-top: 60px;
	} 
 
.logo {
	float: left;
	margin: 0px;
	position: absolute;
	left: 60px;
	top: 0px;
	z-index: 20;
	} 
 .dropCap {
 	 float:left;
	 color:#B4BFDF;
	 font-size:50px;
	 line-height:30px;
	 padding-top:8px;
	 font-family: Times, serif, Georgia;
	 }
.floatRight{
	float: right;
	padding-right: 10px;
	}


/* *-*-*-*-    Begin list Menu Rules    *-*-* * */

#button {
	width: 200px;
	margin-bottom: 0em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	position: absolute;
	font-size: 120%;
	font-weight: bold;
	padding-top: 10px;
	left: 57px;
	top: 16px;
	background-color: #edefda; 
	}
		
#button ul {
		list-style: none;
		border: none;
		}
		
#button li {
		padding-top: 8px;	
		}

#button li a {
		display: block;
		/*border-top: 1px solid #CCCCCC;
		border-left: 1px solid #CCCCCC;*/
		border-right: 1px solid #000066;
		border-bottom: 1px solid #000066; 
		width: 200px;
		padding-left: 10px;
		padding-top: 8px;
		color: #000099;
		text-decoration: none;
		background-image:  url(graphics/layout/button_up.gif);
		}

body #button li a {
	width: auto;
	height: 36px;
 	}

#button li a:hover {
	border-top: 1px solid #000066;
	border-left: 1px solid #000066;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC; 
	background-image:  url(graphics/layout/button_over.gif);
	color: #4a4979;
	text-decoration: underline;
	}

.menu a.menuItem:hover, div.menu a.menuItemHighlight {
  background-color: #4a4979;
  color: #ffffff;
}

.menu a.menuItem span.menuItemText {}

.menu a.menuItem span.menuItemArrow {
 /* margin-right: -.75em;*/
}

.menu div.menuItemSep {
  border: 1px inset #e0e0e0;
  margin: 4px 2px;
}
