/* CSS Document */
body
	{
	margin: 0px;
	padding: 0px;
	background-image: url('../images/bg.gif');
	background-repeat: repeat-x;
	background-color: #dbdbdb;
	text-align: center;
	font-family: "Georgia", Times New Roman, Times, serif;
	font-size: 13px;
	line-height: 14px;
	}

#main
	{
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-image: url('../images/main_bg.gif');
	}

#header
	{
	height: 150px;
	width: 700px;
	padding: 0px 50px 0px 50px;
	background-image: url('../images/header_bg.gif');
	position: relative;
	}

#footer
	{
	padding-top: 20px;
	}
	
.clearer
	{
	float: none;
	clear: both;
	}
		
#content
	{
	min-height: 300px;
	padding: 0px 50px 0px 50px;
	background-image: url('../images/content_bg.gif');
	background-repeat: no-repeat;
	text-align: left;
	}
	
#content_sub
	{
	min-height: 300px;
	padding: 0px 50px 0px 50px;
	background-image: url('../images/sub_content_bg.jpg');
	background-repeat: no-repeat;
	text-align: left;
	}
	
	
#text1
	{
	width: 377px;
	float: left;
	padding: 0px 20px 0px 50px;
	line-height: 20px;
	}

#text1 a {
	outline: none;
	color: #005a8c;
	text-decoration: none;
	background: transparent;
	}

#text1 a:hover {
	color: #fff;
	text-decoration: none;
	background: #005a8c;
	}
	
p
	{
	margin: 0px 0px 20px 0px;
	}
	
#news
	{
	float: right;
	width: 200px;
	padding: 0px 50px 0px 0px;
	}

.title_graphic
	{
	padding: 0px 0px 5px 0px;
	}
	
#newsbox
	{
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-left: 1px solid #dbdbdb;
	padding: 0px 0px 0px 16px;
	}
	
.newsitem
	{
	padding: 2px;
	margin: 0px 0px 5px 0px;
	}
	
.newsitem_selected
	{
	background-color: #f6f5f4;
	}
	
#links
	{
	padding-left: 15px; /*70, 50*/
	padding-bottom: 0px;
	padding-right: 10px;
	padding-top: 30px;
	line-height: 12px;
	width: 120px;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	}
	
#links ul
	{
	margin: 0px;
	padding: 0px;
	}
	
#links li
	{
	list-style: none;
	margin: 10px 0px 10px 0px;
	}
	
#links a, #links a:visited
	{
	display: block;
	padding: 0px 0px 0px 10px;
	color: #005a8c;
	text-decoration: none;
	}
	
	
#links a:hover
	{
	text-decoration: underline;
	}

	
#text_main
	{
	width: 555px; /*486, 490*/
	float: right;
	line-height: 20px;
	}

#text_main li { 
	list-style-type: none;
	padding:10px;
	border-bottom:1px solid #eee;
}

#text_main a {
	outline: none;
	color: #005a8c;
	text-decoration: none;
	background: transparent;
	}

#text_main a:hover {
	text-decoration: underline;
	}
	
#textbox
	{
	border-left: 1px solid #dbdbdb;
	padding: 0px 0px 0px 16px;
	}

.toplink, .toplink:visited
	{
	color: black;
	text-decoration: none;
	}

.toplink:hover
	{
	text-decoration: underline;
	}
	
#logo
	{
	float: left;
	}
	
#top_menu
	{
	float: right;
	width: 328px;
	height: 46px;
	}
	
h2
	{
	color: #44687d;
	font-size: 20px;
	font-family: "Georgia", Times New Roman, Times, serif;
	font-weight: normal;
	margin-top: 0px;
	}

h3
	{
	line-height: 16px;
	color: #44687d;
	font-size: 14px;
	font-family: "Georgia", Times New Roman, Times, serif;
	font-weight: bold;
	margin-top: 0px;
	}
	
blockquote
	{
	padding-left: 15px;
	padding-bottom: 5px;
	padding-right: 15px;
	padding-top: 20px;
	background:#dae3ea;
	margin:10px 0;
	border:1px solid #eee;
	}

.collapsible
	{
          display: none;
          border: dashed 0px silver;
          padding: 5px;	
	}

/* backlinks layer */

.crumb{
padding-top: 0px;
margin-left: 2px;
margin-bottom: 0;
margin-right: 0;
margin-top: 0px;
color: #999999;
font-size: 10px;
font-family: Verdana, Arial, Helvetica, sans-serif;
padding-bottom: 5px;
}

.crumb a, .crumb a:visited{
	color: #005a8c;
	text-decoration: none;
}


.crumb a:hover {
	text-decoration: underline;
}
	
