*
{
	margin: 0;
	padding: 0;
}

body
{
	background: #6E9BB4 url(../img/bg_body.gif) repeat-y 50% 50%;
	font-family:Arial,  Verdana, Helvetica, Geneva, sans-serif;
	font-size: 12px;
	color: #444;
	text-align: center;
}

a:link, a:active, a:visited, a:hover
{
	text-decoration: underline;
	color: #0F4B7D;
}

a img, area
{
	border: 0;
}

h1, h2, h3, h4, h5, h6
{
	font-family: Arial, Verdana, Helvetica, Geneva, sans-serif;
	font-size: 1em;
	font-weight: normal;
	font-style: normal;
	color: #0F4B7D;
}

sup
{
	font-size:0.9em;
	position: relative;
	bottom:0.4em;
}

strong
{
	font-weight: bold;
}
.clear
{
	clear: both;
}

#cnt
{
	background: transparent url(../img/bg_header.gif) no-repeat center top;
	margin: 0 auto;
	width: 740px;
	text-align: left;
	padding: 0 15px;
}

/***************************
			Header				
/**************************/

#header
{
	height: 115px;
}

#header #logo
{
	position: relative;
	left: 520px;
	top: 50px;
	width: 210px;
	height: 60px;
}
#header #logo a
{
	text-decoration: none;
	outline: none;
}

/***************************
			Sidebars				
/**************************/

#left
{
	float: left;
	width: 165px;
}

/***************************
			Content				
/**************************/

#content
{
	background-color: #fff;
	float: left;
	width: 550px;
	margin-left: 5px;
	margin-top: 30px;
	padding: 10px;
}

#content h1
{
	font-size: 1.5em;
	line-height: 1.5em;
	margin-bottom: 0.5em;
}

#content h1 a
{
	text-decoration: none;
}

#content h2
{
	font-size: 1.2em;
	font-weight: bold;
	padding: 0.3em 0;
	margin-bottom: 0.5em;
	border-bottom: 1px solid #DCE3E9;
}

#content h3
{
	font-size: 1em;
	font-weight: bold;
	padding-bottom: 0.5em;
}

#content h6
{
	color: #6E9BB4;
	margin-top: -10px;
	margin-bottom: 1em;
	font-weight: normal;
}

#content p
{
	margin-bottom: 1em;
	font-size: 1em;
	line-height: 1.6em;
}

#content ul, #content ol
{
	padding-bottom: 1em;
	line-height: 1.6em;
	padding-left: 25px;
	_padding-left: 30px; /* IE6 Fix */
}

/* IE 7 Fix */
*:first-child+html #content ul,
*:first-child+html #content ol
{
	padding-left: 30px;
}

#content ul
{
	list-style-type: disc;
}

#content ul li,
#content ol li
{
	margin: 0.5em 0;
}

#content .article_list .article
{
	border-bottom: 1px solid #DCE3E9;
	padding-bottom: 1em;
}

#content .article_list .article .readmore
{
	text-align: right;
}

#content .article_list .article .readmore a
{
	padding-right: 10px;
	background: transparent url(../img/arrow_right.gif) no-repeat right center;
}

#content .article
{
	margin-bottom: 1em;
}

#content .article p
{
	
}

#content .article .created
{
	font-size: 0.9em;
	color: #6E9BB4;
}

#content .article img
{
	
}

#content .article .back_to_list
{
	text-align: left;
}

#content .article .back_to_list a
{
	padding-left: 10px;
	background: transparent url(../img/arrow_left.gif) no-repeat left center;
}

/***************************
			Footer				
/**************************/

#footer
{
	clear: both;
}

#footer p
{
	
}

/***************************
			Navigation				
/**************************/

#nav_main
{
	list-style-type: none;
	margin-top: 5px;
}

#nav_main li
{
	list-style-type: none;
	display: inline;
}


#nav_main li a
{
	display: block;
	width: 155px;
	padding: 3px 5px;
	margin-bottom: 5px;
	background-color: #6E9BB4;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	outline: none;
}

#nav_main li.last a
{
	
}

#nav_main li a:hover
{
	
}

#nav_main li a.current
{
	background: #fff;
	color: #0F4B7D;
}

#nav_main li a.current:hover
{
	
}

#nav_main li ul li a
{
	background-color: #A4C0D0;
	color: #0F4B7D;
	font-size: 0.9em;
	padding-left: 15px;
	width: 145px;
}

#nav_main li ul li a.current
{
	background: #fff url(../img/nav_circle.gif) no-repeat 155px center;
}

#nav_main li ul li ul li a
{
	background-color: #C0D3DE;
	color: #0F4B7D;
	font-weight: normal;
	padding-left: 25px;
	width: 135px;
}

#nav_main li ul li ul li a.current
{
	background: #fff url(../img/nav_circle.gif) no-repeat 150px center;
}

/***************************
			Breadcrumb				
/**************************/

#breadcrumb
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #0F4B7D;
	padding: 0;
	margin: 0;
	position: relative;
	top: 65px;
	left: 180px;
	width: 570px;
}

#breadcrumb a
{
	color: #0F4B7D;
	text-decoration: none;
}

#breadcrumb a:hover
{
	text-decoration: underline;
}

/***************************
			Gallery			
/**************************/

.gallery
{
	
}

.gallery .picture_list
{
	
}

.gallery .picture_list .picture
{
	margin: 5px 10px 5px 0px;
	padding: 3px;
	background-color: #DCE3E9;
	border: 1px solid #6E9BB4;
}

.gallery .picture_list .picture_list img
{
	
}

/***************************
			Tooltip			
/**************************/

#tooltip
{
	position: absolute;
	display: none;
	background-color: #DCE3E9;
	border: 1px solid #6E9BB4;
	padding: 5px;
	text-align: left;
}

#tooltip h3
{
	color: #0F4B7D;
	font-weight: bold;
	font-size: 1em;
	margin: 0;
}

#tooltip .body,
#tooltip .url
{
	font-size: 0.9em;
	padding: 0;
	margin: 0;
}

/***************************
		Custom Classes			
/**************************/

img.portrait
{
	float: right;
	margin-left: 1em;
	margin-top: -45px;
}
