/* Global Whitespace Reset */
* { margin: 0; padding: 0}

/* Re-apply consistent spacing */
h1, h2, h3, h4, h5, h6, ul, ol, p { margin: 0 0 0px 0; }
ul, ol { margin-left: 30px; }


a:link, a:visited {
    color: #000000;
    font-weight: bold;
    text-decoration: underline; 
}

a:hover, a:active 
{
	color: #000000;
font-weight: bold;
    text-decoration: none; 
}


/*--- Page Elements - Global
-----------------------------------------------*/


body{
margin: 0;
padding: 0;
border: 0;
max-height: 100%; 
font-family: verdana;
font-size: 12px;
background-color: ##b8a688;
}
ul {
list-style-image: url('arrow.gif');
line-height: 20px;
}

img
{ border: none;}

#container {
margin: 0 auto;
width: 800px;
background-color: #FFFFFF;
overflow: auto;
}
#flashcontent {
height: 150px;
background-color: #203F62;

}
#head_text {
position: absolute;
top: 100px;
width: 800px;
background-color: #203F62;
color: #FFFFFF;
text-align: center;
}
#head_text1 {
font-size: 25px;
}
#head_text2 {
font-size: 20px;
}
#maincontent {
float: right;
width: 550px;
margin-top: 20px;

}
#content a  {
color: #203F62;
font-weight: normal;
}
#nav {
width: 200px;
vertical-align: top;
}
#footer {
padding: 15px;
padding-top: 0;
}

#homelink {
position: absolute;
top: 620px;
width: 70px;
text-align: right;
}

#instructions
{
margin: 0px 20px 20px 0;
color: #203F62;
font-size: 14px;
font-weight:bold;
}


/*--- Page Elements - Accordion stuff


.skillset{ /*header of 1st demo*/
cursor: hand;
cursor: pointer;
padding: 2px 5px;
height: 31px;
width: 490px;
background: url("../section_headers/1.jpg");
}

.openskillset{ /*class added to contents of 1st demo when they are open*/

background: url("../section_headers/1.jpg");
}

.theskill {
width: 450px;
}

