/* CSS Document */

/*PAGE LAYOUT*/
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	border: thin none #000000;
	background-color: #999999;
}
#content p {
	padding-right: 5px;
	padding-left: 5px;
}

#clear {
}

#logo{
	float:left;
	background-image:url(../images/harrap_banner01.jpg);
	width:274px;
	height:300px;
	padding: -1px;
	margin-top: -1px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#content {
	width: 800px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	color: #000000;
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: auto;
}

#topheader{
	float:right;
	width:526px;
	height:200px;
	background-color:#F0F0F0;
	position:relative;
	background-image: url(../images/harrap_banner02a.jpg);
	margin: 0px;
	padding: 0px;
}
#toplinks{position:absolute; right:10px; top:10px;}
#menu{
	float:right;
	width:520px;
	height:100px;
	background-repeat:repeat-x;
	font-family: Rockwell;
	font-size: 30px;
	color: #8090A9;
}
#submenu{float:right; width:526px; height:32px; background-image:url(../images/bg_submenu.gif); background-position:top; background-repeat:repeat-x;}
#contenttext{
	float:right;
	width:300px;
}
#leftpanel{
	float:left;
	width:150px;
}
#footer{
	float:left;
	background-color:#F0F0F0;
	padding:10px;
	width: 780px;
}

/*GRAY PANEL*/
.graypanel{
	border:solid 1px #666666;
	padding:10px;
	margin:10px;
}

/*TEXT STYLES*/
.bodytext {
	font: 0.7em Tahoma, sans-serif;
	color: #666666;
}

.titletext {
	font-size:36px;
	font-weight:bold;
	color:#05A6DD;
	font-family: Tahoma, sans-serif;
}
.whitetitle {
	font: 0.7em Tahoma, sans-serif;
	font-size:36px;
	font-weight:bold;
	color:#FFFFFF;
}
.smalltitle {
	font: 0.7em Tahoma, sans-serif;
	font-size:20px;
	font-weight:bold;
	color:#007AA4;
	float: left;
}
.smallwhitetext {
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #000000;
}
.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;
}
#clear {
	clear: both;
}

.smallgraytext {
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#999999;
}
.smallgraytext a{
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#999999;
	text-decoration:none;
}
.smallgraytext a:hover{
	text-decoration:underline;
}
.smallredtext {
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#CC0000;
}
.smallredtext a{
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#CC0000;
	text-decoration:none;
}
.smallredtext a:hover{
	text-decoration:underline;
}
#leftpanel2 {
	float:left;
	width:300px;
}
.graytext {
	font: 0.7em Tahoma, sans-serif;
	font-size: 18px;
	font-weight:bold;
	color:#999999;
}
h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:150%;
	}
p {
	font-size:85%;
	margin:0 0 5px 25px;
	max-width: 650px;
	}
form {
	
	margin:15px auto 10px 20px;
	}
label {
	display:block;
	font-weight:bold;
	}
textarea {
	width:400px;
	height:150px;
	}
.textInput {
	width:250px;
	}
/* Rules added when inserting checkboxes */
.chkRad {
	float: left;
	margin-bottom: 8px;
	margin-left: 30px;
}
.chkRad label {
	display:inline;
	}
.clearIt {
	clear:both;
	}
select {
	margin:5px 0 8px 30px;
	}
/* Add this style for warning messages */
.warning {
	font-weight:bold;
	color:#FF0000;
	}
.printable_logo {
	display: none;
}
