* {
	font-family: arial, sans-serif;
}
html {
	overflow-y: scroll !important;
}
body,html,p {
	padding:0;margin:0;
}
body,html,textarea {
	font-size:12px;
}
body {
	background: #9f9f9f;
	line-height: 1.4em;
	padding-top:10px;
}
#body {
	width:910px;
	margin:0 auto;
	position:relative;
	background:url('/img/bg-m.png');
}
#body_top {
	width:910px;
	height:13px;
	margin:0 0 15px;
	background:url('/img/bg-t.png');
}
#inner_body {
	width:841px;
	margin: 0 auto;
}
a img {
	border:0;
}
a {
	cursor:pointer;
	color:#6DA1C9;
/*	text-decoration: none;
	color:#4d4d4d;*/
}
h1 {
	font-weight:normal;
	color:#6DA1C9;
	font-size:24px;
	margin:10px 0 17px;
	padding:0;
	line-height: 1.1em;
}
h2 {
	font-size:14px;
}
h2,h3,h4 {
	margin:0;
	padding:0;
	line-height: 1.1em;
}
.js {
	cursor: pointer;	
}
.clear {
	clear:both;height:0px;width:0px;line-height:0;overflow:hidden;
}
#footer {
	clear:both;
	background: url('/img/footer-bg-b.png') bottom left #f1f1f1 no-repeat;
	padding:10px;
	margin-top:20px;
	text-align:center;
}

#bottom_links,#bottom_credit {
	font-size:10px;
	color:#757575;
	padding:10px 0;
}
#bottom_links a,#bottom_credit a {
	color:#757575;
	text-decoration:none;
	margin-left:20px;
}

#bottom_links {
	float:right;
}
#bottom_credit {
	float:left;
}

#logo {
	float:right;
}

#search_box {
	float:left;
}
#search_box * {
	vertical-align:middle;
}
#search_box #search_input {
	border: 1px solid #9A9DA2;
	font-size:12px;
}
#top_menu {
	width:841px;
	position:relative;
	margin:10px 0 10px;
}
#top_menu table {
	border-collapse: collapse;
	border-spacing: 0;
	width:841px;
}
#top_menu td {
	color:white;
	font-weight:bold;
	background:#5ea3d8;
	border-left:white solid 1px;
	text-decoration:none;
	padding:0;
}
#top_menu td:hover,#top_menu td.active {
	background:#909090;
}
#top_menu a {
	color:white;
	font-weight:bold;
	display:block;
	text-align:center;
	text-decoration:none;
	border-bottom:white solid 5px;
	padding:3px 9px;
}
#top_menu td:hover a,#top_menu td.active a {
	border-bottom-color:#d5d5d5;
}
#top_menu .bg {
	background: url('/img/top-menu-bg-t.png') top left no-repeat;
	height:8px;
	width:841px;
	position:absolute;
	top:0;
	left:0;
}
#top_image {
	margin:0 0 10px;
}

#side_bar {
	width:206px;
	float:left;
}

#articles_box,#faq_box {
	width:186px;
	padding:10px;
	margin:0 0 20px 0;
	overflow:hidden;
	float:left;
	font-weight:bold;
	line-height:1.6em;
}
#articles_box a,#faq_box a {
	text-decoration:none;
	padding:0px 10px 3px;
	display:block;
}

#articles_box .caption,#faq_box .caption {
	font-size:16px;
}

#articles_box {
	background: url('/img/articles-box-bg.png') top right no-repeat;
}
#articles_box, #articles_box a {
	color:#567893;
}
#articles_box .caption {
	color:#77A7CB;
}
#articles_box a {
	background: url('/img/articles-box-bullet.png') no-repeat scroll right 8px;
}
#faq_box {
	background: url('/img/faq-box-bg.png') top right no-repeat;
}
#faq_box, #faq_box a {
	color:#575757;
}
#faq_box .caption {
	color:#7E7E7E;
}
#faq_box a {
	background: url('/img/faq-box-bullet.png') no-repeat scroll right 8px;
}

#articles_box_cont,#faq_box_cont {
	height:100px;
	margin:5px 5px;
}

#contact_area {
	color:white;
	background: url('/img/contact-bg.png') #5EA3D8 top right no-repeat;
	width:186px;
	height:324;
	padding:10px;
	overflow:hidden;
	float:left;
	clear:both;
	line-height:1.6em;
	font-weight:bold;
}
#contact_area table {
	width:100%;
	border-collapse: collapse;
	border-spacing: 0;
}
#contact_area th {
	vertical-align:top;
	text-align:right;
	font-weight:normal;
}
#contact_area .big {
	font-size:16px;
	font-weight:normal;
}
#contact_area input,#contact_area textarea {
	width:112px;
	border:1px solid black;
	font-size:11px;
	background:#E1E4E9;
}
#contact_area #side_contact_submit {
	width:auto;
	padding:1px 4px;
	float:left;
	color:#435C72;
	margin:2px 0 0 7px;
	font-weight:bold;
	font-size:12px;
	border-width:0 1px 1px 0;
}

#short_articles {
	/*border-top:1px solid black;*/
	padding-top:15px;
	margin-top:15px;
}
#short_articles h2 {
	margin:13px 0 7px;
}
#short_articles h2 a {
	color:#6DA1C9;
	text-decoration:none;
}

#main_area {
	width:620px;
}
#content {
	padding:0 15px;
}
#content p {
	margin: 12px 0;
}
#content h2 {
	margin:19px 0;
}
ul {
	list-style-type:square;
}
#activities_box {
	background:url('/img/activites-bg.png') top right #eeeeee no-repeat;
	width:623px;
	margin:0 -15px 0 -15px;
	padding:6px;
}
#activities_box,#activities_box  * {
	color:#5b5b5b;
}
#activities_box .right {
	font-size:16px;
	float:right;
	width:280px;
	font-weight:bold;
	padding:3px 10px;
}
#activities_box .left {
	float:left;
	width:280px;
	text-align:left;
	padding:3px 10px;
}
#activities_box #activities a {
	width:185px;
	height:26px;
	padding:0 4px;
	margin:6px;
	display:block;
	border:1px solid #a5b2bf;
	text-decoration:none;
	background:white;
	float:right;
	overflow:hidden;
	line-height:26px;
}

