/* site specific css stuff 		*/

/* ******************************* */

/* general layout styles */
body
{
	margin:0px;
	padding:0px;
	font-family: Arial, Helvetica Sans-Serif;
	font-size:12px;
	overflow-y:scroll;
}

#enclosure h1
{
	font-family:Arial, Helvetica;
    font-size:20px;
	color:#333333;
    margin:10px 0px;
    font-weight:bold;
}

#enclosure h2,h3,h4,h5,h6
{
	font-family:Arial, Helvetica;
    font-size:14px;
	color:#000000;
    margin-bottom:10px;
    font-weight:normal;
}

#contentdiv h1
{
	font-family:Arial, Helvetica;
    font-size:18px;
	color:#000000;
    font-weight:bold;
}

#contentdiv h2,h3,h4,h5,h6
{
	font-family:Arial, Helvetica;
    font-size:14px;
	color:#000000;
    margin-bottom:10px;
    font-weight:normal;
}

#contentdiv ul
{
	list-style-type:disc;
	margin-left:20px;
}

#contentdiv ol
{
	list-style-type:decimal;
	margin-left:20px;
}

select 
{
	font-size:11px;
	background-color: #FFFFFF;
	border: 1px solid #9196A8;
}

input
{
	font-size:11px;
	vertical-align:bottom;
}
.inputBox
{
	font-size:11px;
	border:1px solid #6B696C;
	margin-bottom:5px;
}

.checkbox
{
	margin:0;
	width:13px;
	height:13px;
	overflow:hidden;
}

textarea {
	margin-bottom:5px;
	font-size:11px;
	border: 1px solid #B7B6A4;
	background-color: #FFFFFF;
}		 

.button {
	vertical-align:middle;
	font-size:11px;
	background-color: #E9E8E3;
	border: 1px solid #B7B6A4;
}

.bold
{
    font-weight:bold;
}


/* ******************************* */
/*	Page Layout				*/


#enclosure
{
	width:980px;
	margin:0;
	padding:0;
	position:absolute;
	top:0;
	left:50%;
	margin-left:-495px;
	background-color:transparent;
}

#titleNav
{
    float: right;
    margin: 5px;
}
