/* CSS Document */

*{
margin: 0;
padding: 0;
}

body{
font-family: georgia, arial, sans-serif;
font-size: 62.5%;
font-size: 1em;
background-color: #3A525B;
background-image:url(images/back.jpg);
background-repeat:repeat-x;
}

input, select{
display: block;
}

h1{
background-color: #000;
text-indent: -9999px;
height: 200px;
width: 100%;
background-image: url('images/top08.jpg');
}

h2.image{
position: relative;
z-index: 1;
background-image: url('images/top_image08.gif');
text-indent: -9999px;
width: 582px;
height: 375px;
margin: -30px 0 0 -41px;
}

a{
color: #212E36;
}

span.date{
font-weight: bold;
}

#container, #footer{
background-color: #ffffff;
padding: 15px;
position: relative;
width: 500px;
margin: 10px 0 20px -250px;
left: 50%;
}

#footer{
background-color: #3A525B;
text-align: center;
padding: 0;
font-size: 0.8em;
color: #819096;
}

#footer a{
font-size: 0.8em;
color: #819096;
text-decoration: none;
}

#footer a:hover{
text-decoration: underline;
color: #ffffff;
}

ul.menu{
position: relative;
z-index: 100;
background-color: #000;
padding: 10px;
margin: 0px 0 10px 0;
list-style: none
}

ul.menu li{
margin: 0 10px 0 0;
display: inline;
}

ul.menu li a{
padding: 3px;
text-decoration: none;
color: #fff;
}


ul.menu li a:hover{
background: #666;
}

p.main_blurb{
margin: 10px 0 0 0;
}

/*-----FORM--------*/
form{
position: relative;
font-size: 0.7em;
margin: 10px 0 0 0;
border: 1px solid #eaeaea;
padding: 5px 15px 5px 15px;
margin-bottom: 15px;
}

p{
font-size: 0.9em;
clear: both;
}

input, select{
font-size: 0.9em;
border: 1px solid #999999;
margin: 5px 10px 15px 0px;
padding: 3px;
background-color: #eaeaea;
width: 200px;
}

.button{
width: 100px;
clear: both;
}

h2{
width: 300px;
margin: 0 0 10px;
}

.inst{
clear: both;
padding: 12px;
margin: 10px 0px 15px 0px;
background-color: #fffbe2;
border: 1px solid #ffe222;
}

.inst h3{
font-size: 1.5em;
margin: 0 0 5px 0;
}

.inst p{
font-size: 1.1em;
}

p.small{
font-size: 0.7em;
}

.left{
position: relative;
float: left;
}

.right{
margin: 0 0 0 20px;
float: right;
margin: 0 0 0 px;
}