﻿body 
{	
	background: url(images/bg.jpg) repeat-x;
	font-size:12px;
	font-family: Arial;
	
}

#header
{	background: url(images/banner.jpg) no-repeat;
	width: 1080px;
	height: 200px;	
	margin-top: 0px;
	border: solid 1px #333; 
	}
	
#content
{   width: 1080px;
	/*border-top: solid 1px #333;*/
	border-left: solid 1px #333;
	border-right: solid 1px #333;
	
}
	
h1
{ margin-top: 0px;
    font-family: Arial;
	font-size: 20px;
	color: #0071F7;
	
}
	
h2
{ font-family: Arial, Verdana, Times New Roman;
	font-size: 24px;
/*	color: #D21034; 
	color: #fff;*/
	color: #000;
}


a 
{	color: #FF2900;
	text-decoration: underline;
	}
	
a:hover { color: #000;
	text-decoration: none;
	}	

#footer
{	background: url(images/imagesfooter.jpg) repeat-x;
	height: 80px;
	margin:0px;
    color: #00C5FF;
	margin-bottom:0px;
	font-weight:bold;
	float:left;
	width:100%;
}


#footer a 
{	color: #00C5FF;
	text-decoration: none;
	font-weight:bold;
	}
	
#footer a:hover { color: #000;
	text-decoration: underline;
	}	
	
	
	
	.news { 		
	border: 1px solid #3c7796;
	
	padding: 0 0 0.5em 0;
	margin:  0 0 0 5px;
	margin-bottom: 30px;
	background-color:#edf5ff;
	width:98%;
}

.news h2 { 
	border: 1px solid #3c7796;
	text-indent: 0.5em;
	font-size: 12px;
	font-variant: small-caps;
	color: #ffffff;
	margin: 0 0 0 0;
	padding: 0.5em;
	background-image: url(images/columnrepeat_11.gif);
	background-repeat:repeat;
}


.btn_style
{
	border: 1px solid #d8d8d8;
    FONT-SIZE: 10pt; 
	COLOR: white; 
	FONT-FAMILY: Arial; 
	LETTER-SPACING: 2px; 
	BACKGROUND-COLOR: #2647a0;
    height: 24px;
}

.btn_small_style
{
	BORDER-RIGHT: #d8d8d8 1px solid;
	BORDER-TOP: #d8d8d8 1px solid; 
	FONT-SIZE: 8pt; 
	BORDER-LEFT: #d8d8d8 1px solid; 
	COLOR: white; 
	BORDER-BOTTOM: #d8d8d8 1px solid; 
	FONT-FAMILY: Arial; 
	LETTER-SPACING: 1px; 
	BACKGROUND-COLOR: #2647a0;
}