/*********************************************************************
AUTHOR: 		Jason M. Champion
eMAIL:			http://www.jasonchampion.com/index.php?content=contact

Feel free to copy, modify, distribute, and use however you wish.
...just be kind enough to leave my name and contact info on this page.
																Thanks !
***********************************************************************/

body {
background-color:black;
margin-top:auto;
font: bold 11px/1.5em Verdana;
background-image:url(../images/bg.png);
background-position:center;
background-repeat:no-repeat;
}

ul {
	margin-top:0px;
	margin-left: 25px;
}

#headerForm option {
height: 16px;
width: 100px;
color: #369;
font: bold 11px/1.5em Verdana;
background-color:#ECE9D8;
}

#headerForm input {
color: #069;
font: bold 11px/1.5em Verdana;
border: 1px #fff solid;
height: 20px;
}

a {
color: #039;	
font-weight:bold;
text-decoration:none;
}
a:hover {
color:#000;
text-decoration: underline;
}

.links a {
color: #039;	
font-weight:bold;
margin-left: 15px;
}
#links a:hover {
color:#000;
text-decoration: none;
margin-left:14px;
}

h1 {
background-image: url(../images/h1.png);
background-repeat:no-repeat;
width: 536px;
height: 20px;
text-align:left;
margin-left: 10px;
margin-top: 10px;
padding-left: 5px;
font: bold 10px/1.5em Verdana;
letter-spacing: 2px;
color: #000;
}

h2 {
font: bold 14px Verdana, Arial, Helvetica, sans-serif;
color: #000;
margin-left: 50px;
padding:3px 0px 0px 0px;
text-align:left;
margin-top:0px;
}

.header2 {
background-image: url(../images/h2.png);
background-repeat:repeat-y;
width: 520px;
height: 20px;
margin-left: 8px;
text-align:left;
padding-left: 8px;
padding-top:0px;
padding-bottom:0px;
font: bold 11px/1.5em Verdana;
color: #000;
font-variant:small-caps;
}

hr {
height:0;
border:0;
border-top:1px solid #000;
width:95%;
text-align:left;
margin-left: 0px;

}

li {
padding-bottom: 10px;
}

#thingsToDo {
padding:18px;
}

#container {
text-align:center;
margin:auto;
width:800px;
}

#header {
background:url(../images/logo.png) no-repeat;
width:800px;
height:75px;
margin:auto;
padding-left:0px;
}

#contentHeaderMain {
background:url(../images/contentHeader.png) no-repeat;
height:24px;
width:800px;
margin: auto;
}

#nav {
background:url(../images/sideNav.png);
background-repeat: no-repeat;
background-position: bottom left;
float:left;
width:200px;
height:441px;
text-align:left;
margin-top:31px;
}

.indentNavText {
font: bold 1em Verdana, Arial, Helvetica, sans-serif;
text-align:right;
padding-right:5px;
}

.navButton a{
background-image:url(../images/nav.png);
background-repeat:no-repeat;
color:#fff;
float:left;
width:200px;
height:15px;
text-align:right;
text-decoration:none;
border-left:1px #000 solid;
border-bottom:1px #000 solid;
}

.navButton a:hover{
background-image:url(../images/nav2.png);
background-repeat:no-repeat;
color:#000;
float:left;
width:200px;
height:15px;
text-align:right;
text-decoration:none;
}

a.navTextSelected{
text-decoration:none;
color:#000;
}
a.navTextSelected:hover{
text-decoration:none;
color:#000;
}

#selected {
background-image:url(../images/nav2.png);
background-repeat:no-repeat;
float:left;
color:#000;
width:200px;
height:15px;
text-align:right;
text-decoration:none;
}

#contents {
border-left:1px #000 solid;
border-right:1px #fff solid;				
height: 441px;
width:596px;
overflow: auto;
text-align:left;
background-color: white;
float:left;
}

.contentText {
text-align:left;
margin-left:25px;
margin-right: 25px;
}

#footer {
background:url(../images/footer.png) no-repeat;
width:800px;
height:51px;
margin:auto;
color:#fff;
clear:both;
}

#footerContent {
background-image:url(../images/footerContent.png);
}

#footerContents {
text-align:right;
margin-right:20px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:10px;

}

#footerContents a {
text-decoration:none;
color:#fff;
}

#footerContents a:hover {
text-decoration:none;
color: #cca;
}

.required {
color:#f00;
}

.requiredMargin {
padding-left: 10px;
}

.construction {
color:#fc0;
padding: 5px;
}

.emphasis {
font-style:italic; 
color:#333;
font-size: 12px;
}

.note {
color: green;
}

.nestedList {
list-style: circle;
margin-left: 80px;
padding-top: 5px;
padding-bottom: 5px;
}


.underline {
text-decoration: underline;
}
















