/* css */

body{
    margin: 0;
    padding: 0;
    font-family: CartoGothicStdBook,"Lucida Grande",Helvetica,Arial,FreeSans,sans-serif;
	background-color: #FFFFDF;
}

a{
    color: #307082;
}

a:hover{
    color: #D60808;
}

acronym{
    border: none;
}

#container{
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	min-height: 500px;

}
* html #container{
height: 500px;
}

#container #intro #pageheader{
	background: url("../images/header.jpg") no-repeat;
	height: 250px;
}

#container #intro #pageheader h1 span, #container #intro #pageheader h2 span{
	display: none;
}

#container #intro #summary{
	position: absolute;
	top: 125px;
	left: 250px;
	width: 500px;
	color:#FFFFFF;
    display: none;
}

#supportingtext {
	border: #000011 medium ridge;
	overflow: auto;
	

}
#supportingtext div#pagetitle {
	font-size:16px;
	font-weight:600;
	color: #000066;
	letter-spacing: 2px;
	height: 40px;
	padding: 5px 0px 0px 5px;
	line-height: 40px;
}
#supportingtext div#mainbody{
	/*background-color: #EEEEEE;*/
	border-right: #999900 medium ridge;
	width: 750px;
	float:left;

}



#supportingtext div#st-footer {
}

#supportingtext #mainbody h1 {
	font-size: 14px;	
	margin: 10px 0 0 5px;
}

#supportingtext #mainbody p {
	margin: 0 0 5px 5px;
}

#supportingtext #subbody {
	margin-left: 750px;
	/*overflow: scroll;*/
	
}
#supportingtext #subbody img#heading{
	margin-left: 40px;
	
}
#supportingtext #subbody ul{
	list-style: none;
}
#supportingtext #subbody ul li{
	padding-bottom: 5px;
}


#linklist {
	display: none;
    top: 10px;
    left: 10px;
    width: 200px;

}

#linklist #linklist2 #menu-header{
	display: none;
    position: relative;
    background: url(../images/menu-header.jpg) top left no-repeat;
    height: 45px;
}

#linklist #linklist2 #menu{
/*    background-color: #006200;
    border-style: double;
    border-color: #333333;
*/
}


#menu p{
    letter-spacing: .1em;
	line-height: 5px;

}
#menu p a, #menu p a:visited{
    text-decoration: none;
    color: #CCCCCC;
	padding-left: 15px;
    background: url(../images/but1-no.png) left no-repeat;
}
#menu p a:hover {
    text-decoration: none;
    color: #FF9900;
	padding-left: 15px;
    background: url(../images/but1-act.png) left no-repeat;
}




#pagefooter{
	height: 48px;
	text-align: center;
	padding: 10px 10px 0 0;
	line-height: 15px;
	font-size: 9px;
	color: #CCCCCC;
	clear:left;
}

#pagefooter a{
    color: #CCCCCC;
    text-decoration: none;
}

#pagefooter a:hover{
    text-decoration: underline;
}

#pagefooter #copyright{
	margin: 0 0 0 0;
	line-height: 5px;
}


