/* CSS Document */
/* Body Styles */
body{
margin: 0px;
font-size:100%;
font-family:Geneva, Arial, Helvetica, sans-serif;
background-color:#ffee4a;}
/* Selectors and content styles */
h1{
margin: 0px 0px 0px 0px;
font-size:1em;}

a{
color:#f50000;}

a:link{
color:#f50000;
text-decoration:underline;}
a:hover{
color:#000;
text-decoration:none;}

.who{
visibility:hidden;}

p{
margin:0px 0px 0px 0px;}

.bold{
font-weight:bold;}

.left{
text-align:left!important;}

.red{
color:#f50000;}

.biggerText{
font-size:1.3em;}

.thickBorderBottom{
border-bottom:solid #000000 2px;}


input, select, option{
	background-color:#FFFF99;
	color:#000000;
	font-weight:bold;
	border-top: solid #000 1px;
	border-left: solid #000 1px;
	border-right: solid #ccc 1px;
	border-bottom: solid #ccc 1px;}

/* Div Programming */
#wrapper{
width:850px;
margin-left: auto; margin-right: auto;}

#header{
	width:850px;
	height:146px;
	background-image:url(../img/logo.jpg);
	background-repeat:no-repeat;
	background-position: 0px 0px;
	overflow:visible;
	text-align:right;
	z-index: 100;
}

#main{
width:850px;}
/* Navigation Div */

#mainLeft{
width:150px;
float:left;
margin: 10px 0px 0px 0px;
text-align:center!important;}

#mainLeft p{
font-size:0.8em;
text-align:center;
margin: 0px 0px 0px 0px!important;}

#mainLeft a{
color:#f50000;
font-size:0.9em;
font-weight:bold;
text-decoration:underline;
margin: 0px 0px 0px 20px;}

#mainLeft a:Hover{
color:#000000;
text-decoration:none;}

#mainLeft img{
margin: 0px 0px 0px 0px;}

#mainRight{
width:700px;
float:right;
background-image:url(../img/mainBg.jpg);
background-repeat:repeat-y;}

#homeTable{
padding:0px;
width:668px;
margin:0px 0px 0px 10px;
border-collapse:collapse;
background-image:url(../img/himSelf.gif);
background-repeat:no-repeat;
background-position:0px 50px;}

#mainRight h1{
margin: 0px 0px 0px 10px;
font-size:1.3em;}

#mainRight h2{
margin: 0px 0px 0px 10px;
font-size:1em;}

#mainRight p{
margin: 0px 20px 0px 10px;
font-size: 0.8em;}

#topArt{
width:691px;
height:25px;}

#bottomArt{
width:691px;
height:14px;}

#footer{
	width:691px;
	margin-left:150px;
	text-align:center;
	background-image:url(../img/yellowshim.gif);
	z-index: 100;
}

#footer p{
margin: 0px 0px 0px 0px;
font-size:0.7em;
color:#000000;
font-weight:bold;}

/* Nav CSS */
#nav{
position:absolute;
width:686px;
height:25px;
background-image:url(../img/navImages.jpg);
background-repeat:no-repeat;
text-align:center;
padding:3px 0px 0px 0px;
font-size:0.8em;
font-weight:bold;
letter-spacing:2px;
visibility:hidden;}
