* {
	margin: 0;
	padding: 0;
}

.clear {
	clear: both
}

body {
	background: black url(../images/bg_grad.jpg) center repeat-y;
	font: normal 9pt/13pt verdana, arial,sans-serif;
	color: #333333
}

#header {
	width: 900px;
	height: 120px;
	background: #e0dfdd url("../images/style/header_bg.jpg") repeat-x
}

#logo_box {
	float: left;
}

#details_box {
	float: right;
	margin-right: 10px;
	margin-top: 25px;
	font-size: 80%;
	color: white;
	text-align: right
}

#container {
	width: 900px;
	margin: 0 auto;
	text-align: left;
	background-color: #999999;
	border-left: 1px solid #333333;
	border-right: 1px solid #333333
}

#menu_box {
	width: 900px;
	border-top: 1px solid #cf1519;
	color: white
}

.solidblockmenu{
	margin: 0;
	padding: 0;
	float: left;
	font: bold 13px Arial;
	width: 100%;
	border-width: 1px 0;
	background: #1e1e1e;
	color: white
}

.solidblockmenu li{
	display: inline;
}

.solidblockmenu li a{
	float: left;
	color: white;
	padding: 10px 20px 10px 20px;
	text-decoration: none
}

.solidblockmenu li a:hover, .solidblockmenu li .current{
	color: white;
	background: transparent url(../images/style/blockactive.gif) center center repeat-x;
}

#minimenu_box {
	width: 900px;
	font: normal 11px Arial;
	color: white;
	border-top: 1px solid #980e10
}

.minimenu{
	margin: 0;
	padding: 0;
	float: left;
	width: 900px;
	border-width: 1px 0;
	background: url(../images/style/minimenubg.gif) top repeat-x

}

.minimenu li{
	display: inline;
}

.minimenu li a{
	color: #999999;
	float: left;
	padding: 5px 2px 5px 10px;
	text-decoration: none;
	list-style: disc
}

.minimenu li h3{
	float: left;
	padding: 5px 5px 5px 20px;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 95%;
	color: #999999
}

.minimenu li a:hover, .minimenu li .current{
	color: white;
	text-decoration: underline
}

.body_section {
	clear: both;
	margin-bottom: 20px;
	min-height: 100px;
}

.left-column {
	float: left;
	width: 370px;
	padding: 20px 0 0 20px
}

.imghasborder {
	border-top: 10px solid #CCCCCC;
	border-left: 10px solid #CCCCCC;
	border-bottom: 10px solid #CCCCCC;
	border-right: 10px solid #CCCCCC
}

.imghasborderprofile {
	width: 250px;
	height:250px;
	margin-left:50px;
	border-top: 10px solid #CCCCCC;
	border-left: 10px solid #CCCCCC;
	border-bottom: 10px solid #CCCCCC;
	border-right: 10px solid #CCCCCC
}
.content {
	float: right;
	width: 465px;
	background: url(../images/box_corner.gif) bottom left no-repeat;
	background-color: white;
	margin: 20px 20px 0 0px;
	padding: 0 0 30px 0
}

.content h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2.0em;
    font-weight: normal;
	color: #663300;
	line-height: 1.37em;
	margin: 40px 15px 10px 35px
}

.content h2{
	font-size: 1.5em;
	font-family: Georgia, "Times New Roman", Times, serif;
    font-weight: normal;
	color: #666666;
	margin: 0 0 10px 100px
}

.content h3 {
	font-size: 1.2em;
	font-family: Georgia, "Times New Roman", Times, serif;
    font-weight: normal;
	color: #333333;
	margin: 0 0 10px 86px
}

.contentinternalp {
	width: 300px;
	padding-left: 100px;
	color: black
}

.content a {
	text-decoration: none;
	color:#333333;
	font-weight: bold
}

.content a:hover {
	text-decoration: underline
}

.content ul {
	margin-left: 120px
}

.black {
	color: #000;
}

p {
	margin-bottom: 20px
}

#footer {
	color: #666666;
	background: #999999;
	clear: both;
	width: 605px;
	margin: 50px auto 20px auto;
	padding-top: 4px;
	text-align: center
}

#footer a, #footer a:visited{
	color: #666666
}

#footer a:hover {
	color: #808080;
}