/* Reset HTML defaults */
html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, code, address, variable, form, fieldset, blockquote {
 padding: 0;
 margin: 0;
 font-size: 100%;
 font-weight: normal;
}
table { border-collapse: collapse; border-spacing: 0; }
td, th, caption { font-weight: normal; text-align: left; }
img, fieldset { border: 0; }
ol { padding-left: 1.4em; list-style: decimal; }
ul { padding-left: 1.4em; list-style:square; }
q:before, q:after { content:''; }
/* End reset */

.homeWrapper {
	/*padding: 0px 0px 0px 100px;*/
	width: 1000px; 
	margin-left: auto;
	margin-right: auto; 
	font-family: 'Rosario', "Lucida Grande", Arial, sans-serif;
	min-height: 100%;
}

.bannerImg {
	width: 100%;
	padding: 0px 0px 0px 0px;
	background-color: #41627E;
}

#contactInfo {
	float: right;
	padding-left: 10px;
}

#header {
    float:left;
    width:100%;
    <!--background:#DAE0D2 url("bg.gif")
      repeat-x bottom;-->
    font-size:93%;
    line-height:normal;
    }

#header li {
  	float:left;
  	background:url("images/tableftJ.gif")
    	no-repeat left top;
  	margin:0;
  	padding:0 0 0 5px;
   	border-bottom:1px solid #765;
	display: inline; 
}

#header a {
  	float:left;
  	display:block;
  	background:url("images/tabrightJ.gif")
  	  no-repeat right top;
  	padding:5px 15px 4px 6px;
  	text-decoration:none;
  	font-weight:bold;
  	color:#765;
}

#header a:visited { color: #41627E; }
#header a:active { color: #111; }
#header a:hover { 
	color: #00008B; 
	background-color: #C0C0C0; 
}

li { 
	font-size: 1.1em;
	margin-bottom: 7px; 
}

.homeWrapper a.homeLink, .homeWrapper a.homeLink:visited {
	background-color: white;
	color: #6666FF;
}

.homeWrapper p { font-size: 1.15em; }

.content {
	width: 1000px;
	padding-top: 20px;
	overflow:auto;
	padding-bottom: 100px;
}

p {
	padding-top: 10px;
	font-family: 'Rosario', 'Signika Negative', "Lucida Grande", Arial, sans-serif;
	font-size: 1.5em;
}

a {
	text-decoration: none;
	color: #41627E;
}

a:visited { color: #41627E; }
a:hover { color: #00008B; }

h1 { 
	font-size: 1.5em;
	font-family: 'Rosario', sans-serif;
	font-weight: bold;
	padding-top: 13px;
	padding-bottom: 10px;
}

h2 { 
	font-size: 1.25em;
	font-family: 'Rosario', sans-serif;
	font-weight: bold;
	padding: 1.0em 0em 0.5em 0em;
}

h3 { 
	font-size: 1.15em;
	font-family: 'Rosario', sans-serif;
	font-weight: bold;
	padding: 0.5em 0em 0.25em 0em;
}

td { vertical-align: top; }

#sponsors {
	text-align:center;
}

#sponsors img {
	padding: 0 40px 0 40px;
}

.floatLeft {
	float: left;
	width: 65%;
}

.floatRight {
	float: right;
	width: 35%;
}

.floatRight img {
	width: 250px;
	text-align: right;
	padding-top: 60px;
	padding-left: 40px;
}

.copyright { 
	text-align: center;
	margin: 40px 0px 40px 0px;
	padding: 100px 0px 20px 0px;
	position: relative;
	margin-top: -150px; /* negative value of footer height */
	height: 30px;
	clear:both;
}

form, button{border:0; margin:0; padding:0;}
.spacer{clear:both; height:1px;}
/* ----------- My Form ----------- */
.myform{
margin:0 auto;
width:400px;
padding:14px;
}

/* ----------- stylized ----------- */
#stylized{
border:solid 2px #b7ddf2;
background:#ebf4fb;
}
#stylized h1 {
font-size:14px;
font-weight:bold;
margin-bottom:8px;
}
#stylized p{
font-size:11px;
color:#666666;
margin-bottom:20px;
border-bottom:solid 1px #b7ddf2;
padding-bottom:10px;
}
#stylized label{
display:block;
font-weight:bold;
text-align:right;
width:140px;
float:left;
}
#stylized .small{
color:#666666;
display:block;
font-size:11px;
font-weight:normal;
text-align:right;
width:140px;
}
#stylized input{
float:left;
font-size:12px;
padding:4px 2px;
border:solid 1px #aacfe4;
width:200px;
margin:2px 0 20px 10px;
}
#stylized button{
clear:both;
margin-left:150px;
width:125px;
height:31px;
background:#666666 url(img/button.png) no-repeat;
text-align:center;
line-height:31px;
color:#FFFFFF;
font-size:13px;
font-weight:bold;
}

