/***************************************************************************
*                                                                          *
* 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!                                 *
*                                                                          *
* Version: 1.01 (May 17, 2006)                                             *
***************************************************************************/
*{
	padding:0;
	margin:0;
}

body {  background-color:"#FFFFFF";
        color: #333333;
        font-family:Verdana, Arial, Sans-serif;
	font-size:83%;
	margin:20px auto;
	width:750px;
        padding-left:10px;
        padding-right:10px;
        
}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, dl, 
fieldset, address { margin:0.75em 0;}

h1 {font-size:167%;}

h2 {font-size:139%;}

h3 {font-size:120%;}

h4 {font-size:100%;}

h5 {font-size:83%;}


li, dd { 
	margin-left:2em;
}

a {
        color: #3366CC;
        background-color: #FFFFFF;
        font-weight: normal;
        text-decoration: none;
	outline:none;
}

a:hover {
        color: #0033CC;
        background-color: #FFFFFF;
        font-weight: normal;
        text-decoration: underline;
}

.image_paragraph_right {
	float: right;
	margin-top:0px;
	margin-left:20px;
	margin-bottom:5px;
}

.image_paragraph_left {
	float: left;
	margin-top:0px;
	margin-right:20px;
	margin-bottom:5px;
}

.image_section_right {
	float: right;
	margin-top:20px;
	margin-left:20px;
	margin-bottom:10px;
}

.image_section_left {
	float: left;
	margin-top:20px;
	margin-right:20px;
	margin-bottom:10px;
}

.image_title_left {
	float: left;
	margin-top:0px;
	margin-right:3px;
	margin-bottom:3px;
}

#title {
        color:#000000;
        background-color:#FFFFFF;
        font-size:300%;
        font-weight:normal;
	  margin:0px 0px 0px 0px;
        float:center;
	  font-family:Georgia, Times New Roman, Serif;
	  text-align:center;
}

#title2 {
        color:#000000;
        background-color:#FFFFFF;
        font-size:180%;
        font-weight:normal;
	  margin:0px 0px 10px 0px;
        float:center;
	  font-family:Georgia, Times New Roman, Serif;
	text-align:center;
}

#slogan {
	color:#000000;
	background-color:#5882FA;
	font-size:200%;
	font-weight:normal;
	padding:0px 0px 0px px;
	float:left;
	margin:0px 0px 10px 0px;
	font-family:Georgia, Times New Roman, Serif;

}

ul#nav {
	clear:both;
	float:left;
	margin: 0;
	padding: 0;
	list-style: none;
	width:750px;
}

ul#nav li {
	margin: 0;
	padding: 0;
	float: left;
	width:16.6666%;
	text-align: center;
}

ul#nav li a {
	display: block;
	font-size: 90%;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	background: #5588CC;
	padding: 2px 0px 2px 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; }

#maincontent {
	font-size:100%;
	padding:0px 5px 5px 0px;
	margin:10px 0px 10px 0px;
	width:750px;
	float:left;
	text-align:justify;
}

#footercontent {
	font-size:103%;
	padding:0px 5px 0px 0px;
	margin:10px 0px 10px 0px;
	width:750px;
	float:left;
	border-top:1px solid #0033CC;
}

#footer {
	color:#000000;
	background-color:#FFFFFF;
	border-top:1px solid #0033CC;
	font-size:80%;
	line-height:1.5em;
	width: 750px;
	clear:both;
	padding:0px 5px 5px 0px;
	margin:10px 0px 10px 0px;
}

#footer a {
        color:#3366CC;
        background-color:#FFFFFF;
        text-decoration: none;
}

#footer a:hover {
        color:#0033CC;
        background-color:#FFFFFF;
        font-weight: normal;
        text-decoration: underline;
}

#copyright {
	color:#000000;
	background-color:#FFFFFF;
	padding:5px 20px 5px 0px;
	float:left;
}

#footercontact {
	color:#0033CC;
	background-color:#FFFFFF;
	padding:5px 0px 5px 0px;
	float:right;
}
