@charset "UTF-8";

body {
	margin:0px;
	padding:0px;
	background-color:#818386;
	height:100%;
}
html {
	height:100%;
	margin-bottom:1px;
}

/*main construction elements*/
#container {
	margin-top:15px;
	margin-left: auto;
	margin-right:auto;
	height:640px;
	width: 600px;
	position: relative;
	background-color:#FFFFFF;

}

#flash_box {
	background-color:#000000;
	width:600px;
	height:30px;
}
#logo_box {
	margin-top:20px;
	margin-left:20px;
	height:70px;
	width:560px;
	border-bottom-width:1px;
	border-bottom-color:#CCCCCC;
	border-bottom-style:solid;

}
#logo {
	width:160px;
	height:60px;
	position:relative;
	float:left;
}
#ppp {
	width:400px;
	height:12px;
	position:relative;
	left:20px;
	top:36px;
	float:right;
}

#main_box {
	width:600px;
	height:auto;
	background-color:#FFFFFF;
}

#links {
	width:100px;
	margin-left:20px;
	margin-top:30px;
	float:left;
}
#pagecontent {
	width:365px;
	height:auto;
	margin-top:30px;
	margin-right:30px;
	float:right;
}
#base_box {
	position:absolute;
	top:600px;
	left:20px;
	padding-top:10px;
	height:40px;
	width:570px;
	border-top-width:1px;
	border-top-color:#CCCCCC;
	border-top-style:solid;

}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.casebox {
	width:100%;
	height:auto;
	border-bottom-width:1px;
	border-bottom-color:#CCCCCC;
	border-bottom-style:solid;
	margin-bottom:10px;
}



/*main text elements*/
.text {
	font-family:Helvetica, Arial, sans-serif;
	color:#444444;
	font-size:11px;
	line-height:16px;
	margin-bottom:5px;
}
.text a:link {
	color:#4ab9b3;
	font-weight:bold;
	text-decoration:none;
}
.text a:visited {
	color:#4ab9b3;
	font-weight:bold;
	text-decoration:none;
}
.text a:hover {
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}
.text a:active {
	color:#4ab9b3;
	font-weight:bold;
	text-decoration:none;
}

.list_txt {
	font-family:Helvetica, Arial, sans-serif;
	color:#444444;
	font-size:11px;
	line-height:16px;
	margin-bottom:5px;
	list-style-position:outside;
	list-style:square;
	padding-left:10px;
}


.casetext {
	font-family:Helvetica, Arial, sans-serif;
	color:#444444;
	font-size:11px;
	line-height:16px;
	margin-bottom:5px;
}
.casetext a:link {
	color:#97b57f;
	font-weight:bold;
	text-decoration:none;
}
.casetext a:visited {
	color:#97b57f;
	font-weight:bold;
	text-decoration:none;
}
.casetext a:hover {
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}
.casetext a:active {
	color:#97b57f;
	font-weight:bold;
	text-decoration:none;
}

.contact {
	font-family:Helvetica, Arial, sans-serif;
	color:#444444;
	font-size:11px;
	line-height:18px;
	margin-bottom:5px;
}
.contact a:link {
	color:#8fa2c3;
	font-weight:bold;
	text-decoration:none;
}
.contact a:visited {
	color:#8fa2c3;
	font-weight:bold;
	text-decoration:none;
}
.contact a:hover {
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}
.contact a:active {
	color:#8fa2c3;
	font-weight:bold;
	text-decoration:none;
}

.footer_txt {
	font-family:Helvetica, Arial, sans-serif;
	color:#666666;
	font-size:10px;
	margin-left:180px;
}
.footer_txt a:link {
	color:#666666;
	text-decoration:none;
}
.footer_txt a:visited {
	color:#666666;
	text-decoration:none;
}
.footer_txt a:hover {
	color:#000000;
	text-decoration:none;
}
.footer_txt a:active {
	color:#666666;
	text-decoration:none;
}

.subhead {
	font-family:Helvetica, Arial, sans-serif;
	color:#000000;
	font-size:11px;
	margin-top:10px;
	line-height:16px;
	font-weight:bold;
}

img.floatleft { 
    float: left; 
    margin-right: 10px; 
}
img.floatright { 
    float: right; 
    margin-left: 10px; 
}

.style1 {
	color: #000000;
	font-weight: bold;
}

