body {
	margin:5px 0;
	padding:0;
	font: 80% arial, sans-serif;
	color:#000;
	line-height: 1.4em;
	background: #f1f1f1;
}
.content {
	color: #505050;
	margin: 0 auto;
	padding: 0;
	width: 991px;
	background: #fff url(images/bg.jpg) repeat-y center;
}
#toph {
	background: #f0f0f0 url(images/top.jpg) no-repeat center top;
	height: 14px;
	margin: 0;
	padding: 0;
}
#header {
	color: #fff;
	padding: 0 15px 0 15px;
	line-height: 1.0em;
}
#header .rside {
	background: #fff;
	color: #337493;
	float: right;
	height: 166px;
	width: 721px;
	font-size: 90%;
	margin-right:1px;
}
#header .citation {
	text-align: right;
	padding: 65px 25px 25px 6px;
	color: #f0f0f0;
}
#header .lside {
	background: #fff;
	color: #fff;
	height: 166px;
	width: 237px;
	padding: 0;
	margin: 0;
	float: left;
}
#header h2 {
	background-color: inherit;
	color: #fbec5d;
	font: bold 1.4em georgia, serif;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}
#header .title {
	text-align: center;
	padding-top: 30px;
}
#main {
	margin: 0 20px 0 20px;
}
#main h2 {
	background-color: inherit;
	line-height: 1.3em;
}
#main h3 {
	font: bold 1.1em arial, sans-serif;
	margin: 25px 0 8px 0;
	padding: 0;
	color: #e1392c;
	background: inherit;
}
.center {
	background: #fff;
	width: 671px !important;
	width: 657px;
	line-height: 1.5em;
	float: right;
	margin: 10px 20px 45px 10px;
	border-right: 0px solid #f0f0f0;
}
.center h1 {
	font: bold 1.8em arial, sans-serif;
	color: #e1392c;
	margin: 10px 0;
}
.center h2 {
	font: bold 1.3em arial, sans-serif;
	color: #046Ca4;
	margin: 20px 0 10px 0;
}
.center ul li {
	margin: 0 0 5px 10px;
	padding: 0;
	color: #444;
	list-style:square;
}
.center ol li {
	margin: 0 0 5px 10px;
	padding: 0;
	color: #444;
	list-style:decimal;
}
.leftmenu {
 background: # dee3bb;
	width: 230px;
	float: left;
	padding: 0;
	margin: 10px 0 0 0px;
}
.leftmenu h2 {
	font: bold 1.2em arial, sans-serif;
	color: #046Ca4;
}
.padding {
	padding: 5px 15px 15px 15px;
	color:#555;
	font: normal 0.9em arial, sans-serif;
	line-height: 1.5em;
}
.links a {
	color:#fff;
}
.img {
	background:#fff;
	float: right;
	padding:1px;
	border: 1px solid #cdd49f;
}
/* FOOTER */
#footer {
	background:url(images/footer.jpg) no-repeat;
	font: normal 0.85em arial, sans-serif;
	color: #fff;
	height: 150px;
	text-align: center;
	clear: both;
	padding: 0px;
	margin: 0;
}
#footer p {
	padding: 37px 35px 20px 35px;
	color: #e7e7e7;
	line-height: 1.9em;
}
#footer a {
	color: #fff;
	text-decoration: none;
}
#footer a:hover {
	color: #fbd04f;
	text-decoration: underline;
}
/* SIDE NAVIGATION */
.side {
	clear: both;
	text-align: left;
	color: #333;
	padding: 20px 0 0 0;
}
.side li {
	margin: 0 0 5px 0;
	padding: 0;
	border-bottom: 1px dotted #ccc;
}
.side li a {
	font: normal 1.0em arial, sans-serif;
	color: #e1392c;
	display: block;
	padding: 3px 5px 3px 10px;
	text-decoration: none;
}
.side li a:hover {
	color: #046Ca4;
	text-decoration: underline;
}
/* MAIN NAVIGATION */

/* Add a margin - for this demo only - and a relative position with a high z-index to make it appear over any element below */
#nav {
	width:970px;
	position:relative;
	z-index:100;
	margin:1px 0 15px 0;
}
/* Get rid of the margin, padding and bullets in the unordered lists */
#pmenu {
	padding:0;
	margin:0 auto;
	list-style-type: none;
	display:table;
}
#pmenu ul {
	padding:0;
	margin:0;
	list-style-type: none;
	display:block;
}
/* Hide the sub levels */
#pmenu li ul {
	display:none;
}
/* Set up the link size, color and borders */
#pmenu li a, #pmenu li a:visited {
	background:url(images/nav_bk.gif) repeat-x;
	display:block;
	font-weight:bold;
	width:136px;
	font-size:11px;
	color:#fff;
	height:25px;
	line-height:24px;
	text-decoration:none;
	text-indent:10px;
	border:1px solid #184101;
	border-width:0px 0 1px 1px;
	text-align:left;
}
/* Set up the sub level borders */
#pmenu li ul li a, #pmenu li ul li a:visited {
	background:#1d5100;
	border-width:0 1px 1px 1px;
	font-weight:normal;
}
#pmenu li a.enclose, #pmenu li a.enclose:visited {
	border-width:1px;
}
/* Set up the list items */
#pmenu li {
	float:left;
	background:#184101;
}
#pmenu li.tc {
	background:#184101;
	display:table-cell;
}
/* For Non-IE browsers and IE7 */
#pmenu li:hover {
	position:relative;
}
/* Make the hovered list color persist */
#pmenu li:hover > a {
	background:#184101;
	color:#fbd04f;
}
#pmenu li:hover > a:hover {
	background:#184101;
	color:#fbd04f;
}
/* For Non-IE and IE7 make the sublevels visible on list hover. This is all it needs */
#pmenu li:hover > ul {
	display:block;
	position:absolute;
	top:-11px;
	left:80px;
	padding:10px 30px 30px 30px;
	background:transparent url(transparent.gif);
	width:120px;
}
/* Position the first sub level beneath the top level links */
#pmenu > li:hover > ul {
	left:-30px;
	top:16px;
}
/* get rid of the table */
#pmenu table {
	background:#57833b;
	position:absolute;
	border-collapse:collapse;
	top:0;
	left:0;
	z-index:100;
	font-size:1em;
}
/* For IE5.5 and IE6 give the hovered links a position relative and a change of background and foreground color. This is needed to trigger IE to show the sub levels */
* html #pmenu li a:hover {
	position:relative;
	background:#184101;
	color:#fff;
}
/* For accessibility of the top level menu when tabbing */
#pmenu li a:active, #pmenu li a:focus {
	background:#184101;
	color:#fff;
}
/* This lot is for IE5.5 and IE6 ONLY and is necessary to make the sublevels appear */

/* change the drop down levels from display:none; to visibility:hidden; */
* html #pmenu li ul {
	visibility:hidden;
	display:block;
	position:absolute;
	top:-11px;
	left:80px;
	padding:10px 30px 30px 30px;
	background:transparent url(transparent.gif);
}
/* keep the third level+ hidden when you hover on first level link */
#pmenu li a:hover ul ul {
	visibility:hidden;
}
/* keep the fourth level+ hidden when you hover on second level link */
#pmenu li a:hover ul a:hover ul ul {
	visibility:hidden;
}
/* keep the fifth level hidden when you hover on third level link */
#pmenu li a:hover ul a:hover ul a:hover ul ul {
	visibility:hidden;
}
/* keep the sixth level hidden when you hover on fourth level link */
#pmenu li a:hover ul a:hover ul a:hover ul a:hover ul ul {
	visibility:hidden;
}
/* make the second level visible when hover on first level link and position it */
#pmenu li a:hover ul {
	visibility:visible;
	left:-30px;
	top:14px;
	lef\t:-31px;
	to\p:15px;
}
/* make the third level visible when you hover over second level link and position it and all further levels */
#pmenu li a:hover ul a:hover ul {
	visibility:visible;
	top:-11px;
	left:80px;
}
/* make the fourth level visible when you hover over third level link */
#pmenu li a:hover ul a:hover ul a:hover ul {
	visibility:visible;
}
/* make the fifth level visible when you hover over fourth level link */
#pmenu li a:hover ul a:hover ul a:hover ul a:hover ul {
	visibility:visible;
}
/* make the sixth level visible when you hover over fifth level link */
#pmenu li a:hover ul a:hover ul a:hover ul a:hover ul a:hover ul {
	visibility:visible;
}
/* If you can see the pattern in the above IE5.5 and IE6 style then you can add as many sub levels as you like */
[if IE]> <style type="text/css"> #nav ul {
display:inline-block;
}
#nav ul {
	display:inline;
}
#nav ul li {
	float:left;
}
#nav {
	text-align:center;
}
</style> <![endif]  .boxads {
background: #E7EDF0;
padding: 5px;
border: 1px solid #999;
color: #333;
}
/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

p {
	margin: 0 0 10px 0;
	padding: 0;
	color: #555;
	background: inherit;
}
a {
	color: #e1392c;
	text-decoration:underline;
}
a:hover {
	color: #666;
	text-decoration: underline;
}
h1 {
	padding:0;
	margin:0;
	color: #0F5B7F;
	background: inherit;
	font: bold 1.8em arial, sans-serif;
}
h1 a {
	color: #0F5BFF;
	background: inherit;
}
h2 {
	background-color: inherit;
	color:#fff;
	font-size:140%;
	font-weight:bold;
}
h2 a {
	color: #0F5B7F;
}
h2 a:hover {
	color: #0F5BAF;
	text-decoration: none;
}
ul {
	margin: 5px 0 20px 15px;
	padding : 0;
	list-style : none;
}
li {
	list-style-type: none;
	color: #e1392c;
	margin: 0 0 0px 0;
	padding: 0 0 0 0px;
}
li a {
	color: #e1392c;
}
li a:hover {
	color: #666;
	text-decoration: none;
}
/*----------------- for snews --------------------------*/

fieldset {
	border: 1px solid #eee;
}
textarea.text {
	height: 150px;
	width: 90%;
	border: 1px solid #ccc;
	background: #fff;
	color: #000;
}
textarea.text:hover {
	border: 1px solid #eee;
	background: #FFFFF4;
	color: #000;
}
input.field {
	border: 1px solid #ccc;
	background-color: #3C3C3C;
	width: 100px;
	color: #000;
}
input.field:hover {
	border: 1px solid #eee;
	background: #ccc;
	color: #000;
}
input.text {
	margin: 0;
	width: 110px;
	border: 1px solid #546078;
	background: #FFF;
	color: #808080;
}
input.text:hover {
	border: 1px solid #3a4354;
}
input.searchbutton {
	margin: 0;
	font-size: 100%;
	font-family: Arial, Sans-serif;
	border: none;
	background: #FFFFFF;
	color: #333;
	padding: 1px;
	font-weight: bold;
}
.date {
	color: #505050;
	background: #FFF;
	text-align: right;
	margin: 4px 0 5px 0;
	padding: 0.4em 0 0 0;
	border-top: 1px solid #ddd;
}
.date a {
	color: #546078;
}
input.button {
	background: #FFFFF4;
	color: #808080;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.comments {
	padding: 10px 10px 8px 10px;
	margin: 0 0 7px 0;
	background: #FFF;
	color: #333;
}
.commentsbox {
	padding: 8px 0 10px 10px;
	margin: 0 0 10px 0;
	background: #f4f4f4;
	color: #000;
}
.error {
	color: #990000;
	background-color: #FFF0F0;
	padding: 7px;
	margin-top: 5px;
	margin-bottom: 10px;
	border: 1px dashed #990000;
}
.error h2 {
	color: #990000;
	background: inherit;
}
.success {
	color: #000000;
	background: #FAFAFA;
	padding: 7px;
	margin-top: 5px;
	margin-bottom: 5px;
	border: 1px dashed #546078;
}
.success h2 {
	color: #546078;
	background: inherit;
}
