/* CSS Document */

/*	IDs	*/
#container{
width:758px;
padding:10px;
background-color:#F1F1F1;
border-left:1px solid #CCCCCC;
border-right:1px solid #CCCCCC;
border-top-style:solid;
border-top-color:#CCCCCC;
border-top-width: 5px;
}

#pageTitle{
height:25px;
width:758px;
border-bottom:4px solid #339900;
margin-bottom:3px;
}

#titleNav{
text-align:right;
}

#titleNav a{
	color: #036600;
	text-decoration: none;
	font-weight:bold;
	vertical-align:text-bottom;
}

#topFreeBoxTitle{
width:750px;
height:22px;
background-color:#013300;
padding:4px;
vertical-align:middle;
}

#topFreeBox{
padding:2px;
width:752px;
background-color:#FFFFFF;
border: 1px solid #CCCCCC;
}

#contentBox{
width:736px;
margin-top:5px;
padding:10px;
background-color:#FFFFFF;
border: 1px solid #CCCCCC;
}

/*	CLASS	*/
.section{
 	clear:both;
	width:736px;
	padding-bottom:15px;
}

.sectionTitle{
	width:736px;
	padding-bottom:5px;
	margin-bottom:15px;
	background-image: url(/images/parts/subtitleline.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
.sectionContent{
padding-left:0px;
}

.button{
	background-color: #003300;
	border-top: 2px solid #009900;
	border-right: 2px solid #000000;
	border-bottom: 2px solid #009900;
	border-left: 2px solid #000000;
	color:#FFFFFF;
	cursor:default;
}

.alignCenter{
	margin-right:auto;margin-left:auto;
}

