body
{
	margin: 0px;
	padding: 0px;
	font-family: Arial;
	font-size: 12px;
	color: black;	
	background-color: #2e3a43;
}

#container
{
	position: relative;
	width: 100%;		
}

#page
{
	position: relative;	
}

#top
{	
	position: relative;
	text-align: middle;	
	background-color: white;	
}

#middle, #middle_frontpage
{
	position: relative;
	text-align: middle;
	background-image: url(../images/blue_gradient_small2.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	height: 33px;
	background-color:#00a1e4;	
}

#middle_frontpage
{
	background-image: url(../images/frontpage/blue_gradient.jpg);
	color:#FFFFFF;
	background-color:#0e8bbf;
	position:relative;
	height:auto;
}

#content
{
	position: relative;
	text-align: middle;
	background-image: url(../images/content_gradient2.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	background-color: #e5e5e5;
	min-height: 40px;	
}

#bottom
{
	position: relative;
	text-align: middle;
	background-image: url(../images/dark_gradient.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;	
	height: 174px;		
}

#top .content, .content_frontpage
{
	position: relative;
	text-align: left;
	width: 860px;
	background:url(../images/top_bg.jpg);
	background-repeat:no-repeat;
}

#top .content_frontpage
{
	height:174px;
	background-image:url(../images/frontpage/top_swirl.jpg);
	background-repeat:no-repeat;
	background-position: right;
}

#top .logo_frontpage
{
	top: 50px;
}

#top .logo, .logo_frontpage
{
	position: relative;
	float: left;
	top: 0px;
	left: 0px;
	cursor: hand;
	cursor: pointer;
}

#top .swirl
{
	position: relative;
	float: right;
	right: 0px;
}

#top .menu
{
	position: relative;
	float: left;
	left: 50px;
	
	width: 600px;
}

#top .menu a
{
    color: Black;
    padding-top: 15px;
    padding-bottom: 10px;
    padding-left: 9px;
    padding-right: 10px;
    display: block;
    font-weight: bold;    
    float: left;        
    border-right: 1px solid black;
    text-decoration: none;
}

#top .menu a.last
{
    border-right: 0px;
}

#top .menu a:hover
{
    padding-bottom: 6px !important;
    border-bottom: 4px solid #e9f0f3;
}

#top .menu a.active
{
    padding-bottom: 6px;
    border-bottom: 4px solid #00a1e4;
}

#middle .content, #content .content, #middle_frontpage .content
{
	position: relative;
	text-align: left;
	width: 800px;	
}

#middle .cols, #content .cols
{
	margin-left: 56px;
	margin-right: 56px;
	margin-top: 36px;
	margin-bottom: 36px;	
}

#bottom .content
{
	position: relative;
	text-align: left;
	width: 800px;	
}

#bottom .footer-text
{
	position: relative;
	font-weight: bold;
	line-height: 20px;
	padding-top: 20px;
	text-align: center;
	color: White;
}

#bottom .footer-text a
{
	color: White;
}

#bottom .footer-img
{
	position: absolute;
	left: 320px;
	top: 0px;
}

.clear
{
	clear: both;
	float: none;	
}

.news_date
{
	color: #00a1e4;
	font-weight: bold;
}

.news_title
{
	color: black;
	font-weight: bold;
	
	padding-top: 10px;
}

.news_text
{
	color: black;
	font-weight: normal;
	
	padding-top: 15px;
}

.news_readmore
{
	font-weight: normal;

	padding-top: 15px;
}

.news_date_frontpage
{
	color: #FFFFFF;
	font-weight: bold;
}

.news_title_frontpage
{
	color: #FFFFFF;
	padding-top: 10px;
}

.news_readmore_frontpage
{
	font-weight: normal;
	color:#FFFFFF;
	padding-top: 15px;
	text-align:right;
}

.news_readmore_frontpage a
{
	color:#FFFFFF;
	font-weight:bold;
}

.news_readmore_frontpage a:hover
{
	color:#FFFFFF;
	font-weight:bold;
}

.board_name
{
	color: black;
	font-weight: bold;
	
	padding-top: 6px;
}

.board_text
{
	color: black;
	font-weight: normal;
	
	padding-top: 12px;
}

.board_img
{
	width:72px;
	text-align:middle;
}


h1
{
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	
	color: #00a1e4;
	
	margin: 0px;
	padding: 0px;	
}

#middle_frontpage h1
{
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	
	color: #FFFFFF;
	
	margin: 0px;
	padding: 0px;	
}

p
{
	margin: 0px;
	padding: 0px;
	
	padding-top: 10px;
	padding-bottom: 10px;
	
	line-height: 16px;
	
}

a, a:hover, a:active
{
	color: #00abe5;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

td
{
	vertical-align: top;
}

img
{
	border:none;
}