.phead {  
	font-size: 1.4em; 
	font-style: normal; 
	font-weight: bold; 
	color: #3399CC; 
	text-indent: 1pt; 
	padding-top: 5px; 
	padding-bottom: 5px;
	text-transform: uppercase
}

.title {  
	font-size: 1em; 
	font-style: normal; 
	font-weight: bold; 
	border-color: black #3399CC; 
	border-style: groove; 
	border-width: 0px 0px 1px 2px; 
	text-indent: 2pt; 
	padding-bottom:4px; 
	margin-bottom:3px;
}

body {
	background:url(/images/page_bg.jpg) top left repeat-x #e2e2e2;
	margin:0;
	padding:0;
	font-family:arial,helvetica,sans-serif;
	font-size:.8em;
	color:#333;
}
img {
	margin:5px;
}

#container {
	width:760px;
	margin:20px auto 20px auto;
	border:1px solid #000;
	background:#fff;
}

#header {
	height:150px;
	background:url(/images/logov1.png) top left no-repeat #fff;

}

#headerbottom {
	background:url(/images/head-bottom.png) top left repeat-x #fff;
	height:50px;
}

#header h1 {
	color:#fff;
	font-size:1.6em;
	margin:0;
	padding:40px 10px 10px 10px;
}

#content {
	width:500px;
	padding:9px;
	float:right;
}

#content h1, h2, h3, h4 {
	margin:0;
	padding:0;
	font-family:georgia;
	font-weight:normal;
}

#content h2 {
	color:#060;
	font-size:1.8em;
	border-bottom:1px solid #ccc;
}

#content h3 {
	color:#333;
	font-size:1.3em;
}

#photos {
	width:428px;
	height:224px;
	margin:10px auto 10px auto;
	position:relative;
	padding:10px;
	background:#f2f7e9;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
}

.imgbox {
	width:75px;
	height:75px;
	border:1px solid #77A13D;
	background:#f1f1f1;
	margin:15px;
	float:left;
	display:inline;
}

#sidebar {
	font-size:1em;
	width:200px;
	padding:10px;
	float:left;
	margin:0;
}

#sidebar ul {
	margin:0;
	padding:0;
	border-bottom:1px solid #ccc;
}
	 

#sidebar ul li {
	margin:0;
	padding:0;
	list-style:none;
	border:1px solid #ccc;
	border-bottom:none;
}

#sidebar ul li a {
	display:block;
	padding:3px;
	width:192px;
	background:url(/images/li-off.jpg) top left no-repeat #f2f7e9;
	color:#060;
	text-indent:30px;
	text-decoration:none;
}

#sidebar ul li a:hover {
	background:url(/images/li-on.jpg) top left no-repeat #f2f7e9;
}

.widget {
	height:50px;
	border:1px solid #ccc;
	background:#f5f5f5;
	padding:5px;
	text-align:center;
	margin:10px 0 0 0;
}	

#footer {
	clear:both;
	border-top:1px solid #000;
	background:#5E799C;
	padding:10px;
	color:#fff;
	text-align:center;
}

a {
	color:#060;
	font-weight:bold;
}

a:hover {
	background:#FFFFDD;
}

div.form {
border:1px solid #E6E6DC;
padding:10px;
}
div.formTitle {
color:#000000;
padding-bottom:15px;
}
div.formDescription {
padding-bottom:15px;
}
div.formQuestion {
padding:0px 5px 14px;
}
div.formQuestionQuestion {
color:#000000;
font-weight:bold;
padding:2px 0px;
}
div.formTitleQuestion {
color:#000000;
padding:0pt;
}