/**************************************************************
*                                                                          *
* contented3 - An open source xhtml/css website template by Contented      *
* Designs.  You're free to modify it and use it for any purpose without    *
* cost or obligation. We'd prefer that you leave the link to our website   *
* in the footer but it's not required.                                     *
*                                                                          *
* If you have comments or questions, please contact us at                  *
* http://www.ContentedDesigns.com. Thanks!                                 *
*                                                                          *
**************************************************************/

* {
	padding:0;
	margin:0;
}

body {
	background-image:url('/img/sky.jpg');
	background-repeat:no-repeat;
	background-attachment:fixed;
	color: #333333;
	font-family:Arial, sans-serif;
	font-size:0.83em;
	margin:0px ;
	width:800px;
  padding:10px 10px 10px 10px;
}

/* GLOBAL NAVIGATION */
.navglobal {width:1000px;
	position:absolute;
	top:160px; z-index:3;
	margin-top:0px;
	padding-top:0px;
}

.navglobal ul {font-weight:normal;text-align:center}	

.navglobal li {display:inline; list-style:none;}

.navglobal li a {display:block; float:left;
	padding:0px 20px 0px 20px;
	text-align:center; color:#000080; font-weight:bold;
	text-decoration:none;
	font-size:100% !important /*Non-IE6*/;
	font-size:100% /*IE6*/;}

.navglobal a:hover {text-decoration:none; color:red;}

h1 {margin:0; 
	position:absolute;
	top:190px;
	width:800px;
	padding:0px 0px 0px 0px;
	border-top:solid 2px #000080;  
	border-bottom:solid 2px #000080; 
	color:#000080;
	font-weight:bold; font-size:26pt;
	font-style:italic;text-align:center;}

h2 {font-size:1.39em;}

h3 {font-size:1.2em;}

h4 {font-size:1em;}

li, dd { 
	margin-left:2em;
}

.image_paragraph_right {
	float: right;
	width:100px;
	margin-top:0px;
	margin-left:20px;
	margin-bottom:5px;
}

.image_paragraph_left {
	float: left;
	width:100px;
	margin-top:0px;
	margin-right:20px;
	margin-bottom:5px;
}

.image_section_right {
	float: right;
	width:100px;
	margin-top:20px;
	margin-left:20px;
	margin-bottom:10px;
}

.image_section_left {
	float: left;
	width:100px;
	margin-top:20px;
	margin-right:20px;
	margin-bottom:10px;
}

ul#nav {
	clear:both;
	float:left;
	margin:0;
	padding:0;
	list-style:none;
	width:800px;
}

ul#nav li {
	margin:0;
	padding:0;
	float:left;
	width:10%;
	text-align:center;
}

ul#nav li a {
	display:block;
	font-size:small;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
	background:#5588CC;
	padding: 1px 0px 1px 0px;
}

ul#nav li a:hover { background: #3366CC; color: #FFFFFF; }
ul#nav a.selected:link { background: #3366CC; color: #FFFFFF; }
ul#nav a.selected:visited { background: #3366CC; color: #FFFFFF; }

#refxx {
	margin:0px 0px 0px 280px !important /*Non-IE6*/;
	margin:0px 0px 0px 140px /*IE6*/;	
}

#hdrcontent {
	font-size:1.0em;
	float:left;
	padding-bottom:20px;
	margin:0px;
	width:800px;
	border-bottom:2px solid #0033CC;
}

#MenuBox {
	font-size:1.0em;
	position:absolute;
	left:300px;
	top:49px;	
	padding:0px;
	margin:0px;
}
		
#maincontent {
	font-size:1.0em;
	float:left;
	padding-top:20px;
	margin:0px;
	width:800px;
}

.blink {text-decoration:blink;}
	

/************/
/*  FOOTER  */
/************/
.footer {clear:both;
	width:800px; padding:0;
	left:10px;
	border-top:solid 0px #000080;  
	background-color:rgb(127,162,202);
	padding: 3px 0px 3px 0px;
	font-size:0.9em !important /*Non-IE6*/;
	font-size:0.9em /*IE6*/; overflow:visible !important	/*Non-IE6*/; overflow:hidden /*IE6*/;}

.footer p {clear:both; line-height:1.2em;	
	text-align:center; color:#ffffff;
	font-weight:bold; font-size:100%;}

.footer p.credits {clear:both; font-weight:bold;}

.footer a, .footer a:visited
	{color:#ffffff;font-weight:bold;text-decoration:none;	}

.footer a:hover {text-decoration:none; color:#000000;}



