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

#container {
	width:780px;
	margin:5px auto 20px auto;
	border:1px solid #000;
	background:#fff;
	vertical-align: middle;
}

#header {
	height:100px;	
	border-bottom:10px solid #77a13d;
	padding:10px;
}


#content {
	width:96%;
	float:center;
	padding: 10px;
	height: 500px;
}

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

#content h2 {
	color:#060;
	font-size:18pt;
	border-bottom:1px solid #ccc;

}

#content h3 {
	color:#333;
	font-size:12pt;
}

#photos {
	width:550px;
	height:224px;
	margin:10px auto 10px auto;
	position:relative;
	padding:10px;
	background:#f2f7e9;
	text-align:center;
}

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

#menu{
	width: 96%;
	padding: 10px;
	text-align:right;
}

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

#footer {
	clear:both;
	border-top:1px solid #000;
	background:#77a13d;
	padding:5px;
	color:#fff;
	font-size:8pt;
	text-align:right;
}

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

a:hover {
	background:#FFFFDD;
	text-decoration: none;
}

p{
	text-align: justify;
}

.title{
	font-weight: bold;
	font-size: medium;
}

.tableheading{
	font-weight: bold;
}