

body {
	padding: 0;
	margin: 0;
	font: 0.7em Arial, sans-serif;
	line-height: 1.5em;
	background: #fff;
	color: #454545;
}

a {
	color: #185DA0;
	background: inherit;
}

a:hover {
	color: #9EC068;
	background: inherit;
}

a.title {
	color: #FE6700;
	background: #FFF;
}

h1 {
	font: bold 2em Arial, Sans-Serif;
	letter-spacing: -1px;
	padding: 7px 0 0 8px;
	margin: 0;
}

h1 a, h2 a {
	text-decoration: none;
}

h1 a:hover, h2 a:hover {
	color: #FF6600;
	background: #FFF;
}


h2 {
	margin: 0;
	padding: 0;
	font: bold 1.7em Arial, Sans-Serif;
	letter-spacing: -1px;
}

h2 {
	font-size: 16px;
	margin-bottom: 5px;
	color: #000;
	background: inherit;
}

p {
	margin: 0 0 5px 0;

}

ul {
	margin: 0;
	padding : 0;
	list-style : none;
}

form {
	margin: 0;
}

input.search {
	width: 150px;
	border: none;
	background: url(/images/input.gif);
	padding: 4px;
}

input.login {
	width: 150px;
	border: none;
	background: url(/images/logininput.gif);
	padding: 4px;
}

.select.special {
 font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
 background-color: #D7E5F2;
 color: #102132;
 border: 1px solid #284279;
 padding: 4px;
}

/* layout
   ------ */

.content {
	margin: 10px auto;
	width: 760px;
}

.header {
	height: 45px;
}

.top_info {
	float: right;
	width: 570px;
	padding: 0 0 4px 0;
	border-bottom: none;
}

	.top_info_left {
		width: 240px;
		float: left;
	}

	.top_info_right {
		float: right;
		width: 260px;
		padding: 0 0 0 35px;
		border-left: none;
	}

.slogan {
	font-size: 0.9em;
	width: 160px;
}


.bar {
	float:right;
	font-size: 1.1em;
	height: 30px;
	margin: 0 0 0 0px;
}

	.bar li {
		margin: 0;
		padding: 4px 10px 8px 10px;
		color: #808080;
		background: #FFF;
		float: left;
	}

	.bar li.active {
		background: #FFF url(/images/bar.gif) no-repeat center bottom;
		color: #9EC068;
		font-weight: bold;
		padding-bottom: 8px;
	}

	.bar a {
		font-weight: bold;
		color: #4A8EBC;
		background: inherit;
	}

.search_field {
	background: #DCF2B8  no-repeat;
	color: #000;
	border-top: 1px solid #9EC068;
	border-bottom: 1px solid #9EC068;
	clear: both;
	text-align: center;
	padding: 5px 0 5px 0;
	margin: 0 0 10px 0;
}


.search_field h2 {
	font-family: Helvetica,Arial, sans-serif;
	color: #458B00;
	letter-spacing: 2px;
	text-transform: capitalize;
}
.search_field h3 {
	font-family: Helvetica,Arial, sans-serif;
	color: #458B00;
	letter-spacing: 2px;
	text-transform: capitalize;
}

.error_message p {
	background: #FFF  no-repeat;
	border-top: 1px solid #9EC068;
	border-bottom: 1px solid #9EC068;
	clear: both;
	text-align: center;
	padding: 5px 0 5px 0;
	margin: 0 0 10px 0;
	font-family: Helvetica,Arial, sans-serif;
	color: #990000;
	text-transform: none;
}


.subheader {
	margin: 3px 0 10px 0;
	padding: 8px;
	background: #f4f4f4 url(/images/subheaderbg.gif) no-repeat;
	color: #808080;
	border-bottom: 1px solid #ccc;
}

/* left side
   --------- */

.left {
	float: left;
	width: 430px;
	margin: 0 0 10px 0;
}
	.left_articles {
		margin: 0px 0 10px 0;

	}

	.left_new_articles {
		border: 1px solid #eee;
		padding: 8px;
		margin: 0 0 10px 0;
		background: #F5FAFA;
		}

	.left_links {
		border: 1px solid #eee;
		padding: 10px 10px 10px 15px;
		margin: 0 0 10px 0;
	}

	.left_links:hover {
		border: 1px solid #ccc;
	}

	.left_message {
		border: 1px solid #eee;
		padding: 10px 10px 10px 75px;
		margin: 0 0 10px 0;
		background: #fff url(/images/questionmark.gif) no-repeat center left;
		color: #454545;
	}

	.left_message:hover {
		border: 1px solid #ccc;
	}

		.left_side {
			float: left;
			width: 180px;
		}

		.right_side {
			float: right;
			width: 200px;
			border-left: 1px solid #eee;
			padding: 0 0 0 20px;
		}

	.left_box {
		background: #f4f4f4;
		color: #000;
		border: 1px solid #ccc;
		padding: 10px;
	}

/* right side
   ---------- */

.right {
	float: right;
	width: 315px;
	margin: 0 0 10px 0;
}

	.right_login {
		padding: 10px;
		margin: 0 0 10px 0;
		background: #A9D4F2;
		color: #246088;
		border-top: 1px solid #4A8EBC;
		border-bottom: 1px solid #4A8EBC;
	}

	.right_articles {
		border: 1px solid #eee;
		padding: 8px;
		margin: 0 0 10px 0;
		background: #F5FAFA;
	}

	.right_articles:hover {
		border: 1px solid #ccc;
	}

.image {
	float: left;
	margin: 0 9px 3px 0;
}



/* center
   ------ */


.center {
	float: left;
	width: 100%;
	margin: 0 0 10px 0;
}

	.center_articles {
		border: 1px solid #eee;
		padding: 8px;
		margin: 0 0 10px 0;
	}

/* moreless
   ------ */

.leftmore {
	float: left;
	width: 510px;
	margin: 0 0 10px 0;
	padding: 10px 10px 10px 15px;
	border: 1px solid #eee;
}


.leftmore_links {
		border: 1px solid #eee;
		padding: 10px 10px 10px 15px;
		margin: 0 0 10px 0;
	}

	.leftmore_links:hover {
		border: 1px solid #ccc;
	}

	.leftmore_side {
			float: left;
			width: 230px;


		}

		.rightmore_side {
			float: right;
			width: 250px;
			border-left: 1px solid #eee;
			padding: 0 0 0 20px;

		}

.rightless {
	float: right;
	width: 210px;
	margin: 0 0 10px 0;
}

.rightless_articles {
		border: 1px solid #eee;
		padding: 8px;
		margin: 0 0 10px 0;
	}

/* footer
   ------ */

.footer {
	clear: both;
	text-align: center;
	line-height: 1.8em;
	color: #808080;
	background: #FFF;
	padding: 10px 0 10px 0;
	border-top: 1px solid #eee;
}

.footer a {
	color: #9EC068;
	background: #fff;
}

/* Table
   ------ */

#mytable {
	width: 100%;
	padding: 0;
	margin: 0;
}

#mytable caption {
	padding: 0 0 5px 0;
	width: 100%;
	font: italic 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
}

#mytable th {
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #4f6b72;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-left: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	letter-spacing: 2px;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: #CAE8EA url(/images/bg_header.jpg) no-repeat;
}

#mytable th.nobg {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #C1DAD7;
	background: none;
}

#mytable td {
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #4f6b72;
}


#mytable td.alt {
	background: #F5FAFA;
	color: #797268;

}

#mytable th.spec {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #fff url(/images/bullet1.gif) no-repeat;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

#mytable th.specalt {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #f5fafa url(/images/bullet2.gif) no-repeat;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #797268;
}



/* form styles
   ------ */


div.contact h4 {
  font-size: 10px;
  font-weight: normal;
  color: #999;
  margin: 2px 0 3px 0;
  width: 85%;
  padding: 0;
}

div.contact h3 {
  margin: 0 0 2px 0;
  text-transform: uppercase;
  font-size: 9px;
  padding: 0;
  color: #630;
  font-weight: normal;
}

div.contact input.big {
  font-size: 12px;
  font-weight: normal;
  margin-bottom: 7px;
}

div.contact select.big {
  font-size: 12px;
  font-weight: normal;
  padding: 5px;
  margin-bottom: 7px;
}

div.contact textarea.big {
  font-size: 12px;
  font-weight: normal;
  padding: 5px;
  margin-bottom: 7px;
}

.error-message {
	font-family: "Trebuchet MS", Trebuchet, verdana, arial, sans-serif;
	font-size: 11px;
	line-height: 13px;
	border: 1px solid #C3CFDB;
	padding: 10px;
	font-weight: normal;
	background-color: #660000;
	margin-bottom: 20px;
	}

	p.error-message {
	color: #FFFFFF;
	font-weight: bold;
	}

.success-message {
	font-family: "Trebuchet MS", Trebuchet, verdana, arial, sans-serif;
	font-size: 11px;
	line-height: 13px;
	border: 1px solid #C3CFDB;
	padding: 10px;
	font-weight: normal;
	background-color: #006600;
	margin-bottom: 20px;
	}

	p.success-message {
	color: #FFFFFF;
	font-weight: bold;
	}

div.contact .form-style {
font-family: verdana, arial, sans-serif;
font-size: 10px;
text-decoration: none;
font-weight: 900;
color: #000000;
}

div.contact td a:visited {
font-size: 10px;
}

div.contact td {
border-top: none;
border-bottom: none;
border-left: none;
border-right: none;
}

input.searchbutton {

	background: #f5f5f5 url(/images/submit.gif) no-repeat;

	border: 0;

	height: 24px;

	width: 65px;

	margin: 0 5px 0px 0;

	color: #FFF;

	font: bold 1em Arial, Sans-Serif;

}

.quickstats {
	
margin-bottom : 10px;
text-align: center;

	
}

.quickstats p {
color : blue;
font-size: 20px;

}	

