@charset "utf-8";
/* CSS Document */

body {
margin:0;
padding:0;
}

a{
outline:none;
color:#00132f;
text-decoration:underline;
font-family:"Courier New", Courier, monospace;
font-size:13px;
line-height:18px;
font-weight:600;
}

a:hover{
color:#563030;
}

#Container {
width: 100%;
height: 100%;
top:0;
left:0;
position:absolute;	
padding:0px;
margin:0px;
}

#Content {
position:relative;
width:600px;
height:auto;
margin: 0px;
padding: 0px;
margin-left:10%;
top:4%;
}

#title {
width:600px;
height:85px;
background-image:url(../Images/title_Black2.png);
background-repeat:no-repeat;
/*border:#000000 1px solid;*/
}


/*CHANGEABLE DIVS*/

#Nav {
width:150px;
padding-left:22px;
}

#Nav ul{
color:#FF0000;
text-decoration:none;
list-style-type:none;
padding:0;
margin-top:0px;
}

#Nav li{
font-family:Geneva, Arial, Helvetica, sans-serif;
text-decoration:none;
display:block;
padding-right:20px;
}

.subhead{
text-decoration:none;
color:#CC3300;
outline:none;
}

.bodytext{
padding-left:25px;
width:345px;
height:403px;
/*margin-top:25px;*/
margin-left:150px;
}

.bodytext p{
font-family:"Courier New", Courier, monospace;
font-size:13px;
line-height:18px;
font-weight:600;
color:#00132f;
margin:0px;
padding-top:10px;
padding-right:40px;
}

.bodytext h1{
font-family:"Courier New", Courier, monospace;
font-size:15px;
line-height:18px;
font-weight:600;
color:#00132f;
margin:0px;
padding-top:10px;
padding-right:40px;
}

.bodytext ul{
font-family:"Courier New", Courier, monospace;
font-size:13px;
line-height:18px;
font-weight:600;
color:#00132f;
margin:0px;
padding-top:10px;
padding-right:40px;
padding-left:15px;
}

.bodytext li{
padding-bottom:5px;
}

.gallery{
padding-left:0px;
width:449px;
height:403px;
/*margin-top:25px;*/
margin-left:150px;
}

.form{
font-family:"Courier New", Courier, monospace;
font-size:13px;
line-height:18px;
font-weight:600;
color:#00132f;
}

.form td{
padding-bottom:10px;
padding-right:10px;
}

.input{
font-family:"Courier New", Courier, monospace;
font-size:13px;
line-height:18px;
font-weight:600;
color:#00132f;
width:178px;
}

.submit{
font-family:"Courier New", Courier, monospace;
font-size:13px;
line-height:18px;
font-weight:600;
color:#00132f;
}

#thanks p{
font-family:"Courier New", Courier, monospace;
font-size:15px;
line-height:20px;
font-weight:600;
color:#ffffff;
margin:0px;
padding-top:10px;
}

#thanks a {
color:#CC3300;
text-decoration:underline;
}

#thanks a:hover{
color:#CCCCCC;
}

#thanks a:visited{
color:#CC3300;
}