@charset "utf-8";
body {
	padding:0px;
	margin:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background:url(images/gradientback.gif) #0a1e4c;
	background-repeat:repeat-x;
	line-height: 22px;
}

a {
	text-decoration: none;
}
#container #sidebar a {
	text-decoration: underline;
	line-height: 20px;
	color: #5A160D;
}

h1 {padding:0px; margin:0px 0px 10px; font-size:14px;}

#container {width:760px; margin:0px auto; padding:0px 27px; background:url(images/background.png);}

#header {width:760px; height:342px; background:url(images/title.jpg);}
#menu {width:760px; height:33px; background:#5a160d;}
#menu ul {list-style:none; margin:0px; padding:0px;}
#menu li {display:inline;}
#menu ul li a {display:block; padding:10px 10px 9px; float:left; color:#fff;}
#menu ul li a:hover {background:#17376d;}

#contentarea {width:487px; padding:26px; float:left;}
#sidebar {width:211px; padding:5px; color:#5a160d; float:left; font-size:10px;}

#clearbox {clear:both;}
#footer {
	width:750px;
	padding:5px;
	background:#000;
	margin:0px auto;
	color:#fff;
	clear:both;
	font-size:10px;
	text-align: center;
}

#footer a {color:#FFCC99;}

#sidebar a:hover, #footer a:hover {text-decoration:underline;}

.photo {float:left; margin-right:10px;}
textarea {
	background-color:#C4CFDB!important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #c5c5c5;
	color:#092E02;
	width:275px; /* 5 pixles smaller than form width !important */
	height:60px;
	line-height:18px;
	vertical-align: middle;
	margin-bottom:4px; /* sets vertical spacing between fields */
	padding-top:1px; /* vertically position text in input/textarea field */
	padding-left:4px; /* horizontally position text in input/textarea field */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight: bold;
	}
	
input {
	background-color:#CCD6E0!important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #c5c5c5;
	color:#000000;
	width:275px; /* 5 pixles smaller than form width !important */
	height:18px;
	line-height:18px;
	vertical-align: middle;
	margin-bottom:4px; /* sets vertical spacing between fields */
	padding-top:1px; /* vertically position text in input/textarea field */
	padding-left:4px; /* horizontally position text in input/textarea field */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight: bold;
	}

input.submit {
	width:85px;
	height:28px;
	cursor:pointer;
	padding:0;
	font-size: 18px;
	border: thin solid #092E02;
	background-color: #99CCCC;
	}
input.checkbox {
	width:40px;
	height:28px;
	cursor:pointer;
	padding:0;
	font-size: 18px;
}

