/* CSS Document */

/*PAGE LAYOUT*/
body {
	background-image: url(images/bg_body.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#toppage{
	width:1000px;
}
#date{
	float:left;
	width:184px;
	height:40px;
	border-left: solid 0px #ffffff;
	border-bottom: solid 0px #ffffff;
	margin-left: 6px;
	background-color: #CBC55C;
	background-image: url(bg_topbar.gif);
	background-repeat: repeat-x;
}
#topbar{
	float:left;
	width:810px;
	height:40px;
	background-image:url(bg_topbar.gif);
	background-color:#CBC55C;
	background-repeat:repeat-x;
	border-right:solid 0px #ffffff;
	border-bottom: solid 0px #ffffff;
	margin-left: 0px;
}
#header{
	width:1000px;
}
#content{
	width:1000px;
}
#contenttext{
	float:left;
	width:798px;
	background-color:#003333;
	border-left:solid 1px #FF6600;
	border-right:solid 1px #FF6600;
	border-bottom:solid 1px #FF6600;
	border-top:solid 1px #FF6600;
	min-height:300px;
	margin-top: 10px;
	margin-left: 10px;
	padding-bottom: 10px;
}
#logo{
	float:left;
	width:184px;
	height:100px;
	background-color:#FFFFFF;
	border-left:solid 1px #FF6600;
	margin-left: 5px;
	border-top: solid 1px #FF6600;
	margin-top: 10px;
	border-bottom: solid 1px #FF6600;
}
#pagetitle{
	position:relative;
	float:left;
	width:808px;
	height:88px;
	background-color:#FFFFFF;
	border-right:solid 1px #FF6600;
	border-top: solid 1px #FF6600;
	background-image: url(hcp_pics/ALL.jpg);
	background-repeat: no-repeat;
	background-position: center;
	padding-top: 12px;
	margin-top: 10px;
	margin-left: 0px;
	border-bottom: solid 1px #FF6600;
	border-left: solid 1px #FFFFFF;
}
#title{
	width:auto;
	margin: 10px;
	padding: 10px;
	background-color: #990000;
	border: solid 1px #FF6600;
	height: auto;
}
#menu{
	float:left;
	width:190px;
	margin:0px;
	margin-top: 10px;
}
#footer{
	width:790px;
	padding-right:10px;
	padding-left: 200px;
}

/*GRAY PANEL*/
.panel{
	padding:12px;
	border:solid 1px #FF6600;
	background-color:#003333;
	margin:10px;
	padding:10px;
	width:auto;
	height:auto;
	margin-right: 10px;
}

/*TEXT STYLES*/
.bodytext {
	font: 0.7em Tahoma, sans-serif;
	color: #CCCCCC;
	padding-left: 0px;
}
.smalltext {
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	color: #666666;
}
.smallwhitetext {
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #FFFFFF;
}
.smallwhitetext a{
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #FFFFFF;
	text-decoration:none;
}
.smallwhitetext a:hover{
	text-decoration:underline;
}
.smallgraytext {
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#CCCCCC;
}
.smallgraytext a{
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#CCCCCC;
	text-decoration:none;
}
.smallgraytext a:hover{
	text-decoration:underline;
}
.titletext {
	font: 0.7em Tahoma, sans-serif;
	font-size:36px;
	font-weight:bold;
	color: #CCCCCC;
}
.logotext {
	font: 0.7em Tahoma, sans-serif;
	font-size:36px;
	font-weight:bold;
	color: #999999;
}
.orangelogotext {
	font: 0.7em Tahoma, sans-serif;
	font-size:36px;
	font-weight:bold;
	color:#FF9900;
}
.orangetitle {
	font: 0.7em Tahoma, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#FF6600;
}
#linksmenu a{
	float:right;
	width:183px;
	height:20px;
	background-color:#ABC578;
	border-left:solid 2px #FFFFFF;
	border-bottom:solid 1px #ffffff;
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #003333;
	text-decoration:none;
	padding-top:5px;
	border-right: solid 0px #FFFFFF;
}
#linksmenu a:hover{
	background-color:#FFFFFF;
}
