body {
	background-image: url(bg2.png);
	background-repeat: repeat-x;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	background-position: top;
	color: #666666;
	line-height: 18px;
}


#header{
	height: 130px;
	width: 980px;
	text-align: right;
	color: #FFFFFF;
	background-image: url(logo.png);
	background-repeat: no-repeat;
	background-position: top;
	padding-bottom: 23px;
	padding-right: 38px;
}

#banner{
	width: 100%;
	background-color: #1c2b7e;
}
#container_outside{
	background-image: url(bg3.jpg);
	background-repeat: repeat-x;
	background-position: top;
	width: 100%;
}
#containercontent{
	width: 980px;
	text-align: left;
	margin-top: 25px;
	margin-bottom: 25px;
}


#footer{
	width: 100%;
	color: #FFFFFF;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #333333;
	padding-top: 20px;
	padding-bottom: 20px;
}
#footer a{
	color: #FFFFFF;
	text-decoration: underline;
	padding-right: 10px;
	text-transform: uppercase;
	padding-left: 10px;
}
#footer a:hover{
	color: #333333;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	color: #0082D5;
	background-image: url(bg_08.png);
	margin-top: 0px;
	padding-top: 0px;
	background-repeat: no-repeat;
	background-position: left top;
	text-transform: uppercase;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #999999;
	margin: 0px;
	text-transform: uppercase;
}

hr {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #333333;
	border-left-color: #000000;
}


.img_bdr {
	padding: 4px;
	border: 1px dotted #CCCCCC;
	background-color: #FFFFFF;
	margin: 5px;
}
.divider {
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #CCCCCC;
	padding-left: 20px;
}
hr {
	border-top-width: 1px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #CCCCCC;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
