/* CSS Document */

a:link {color: #000; text-decoration:underline;}
a:visited {color: #000; text-decoration:underline;}
a:hover {color: #000; text-decoration:underline;}
a:active {color: #000; text-decoration:underline;}

a.footer:link {color: #CCCCCC; text-decoration:none; font-size: 9px}
a.footer:visited {color: #CCCCCC; text-decoration:none; font-size: 9px}
a.footer:hover {color: #CCCCCC; text-decoration:underline; font-size: 9px}
a.footer:active {color: #CCCCCC; text-decoration:none; font-size: 9px}

table, td, th {border-collapse:collapse;margin-left:auto;margin-right:auto}

td {padding:3px}

img {border:0}

body {
	font-family: Verdana, arial;
	font-size: 11px;
	color: #000;
	text-align:center;
	background-color: #000;
	background-image: url('../images/bg_section.gif');
	background-repeat:repeat;
}

#container {
	width:748px;
	margin-right:auto;
	margin-left:auto;
	margin-top:0;
	border: 5px solid #FFF;
	background-color: #000;
}

#header {
	height:95px;
	width:748px;
	border-bottom: 5px solid #FFF;
}

#content {
	font-family: Verdana, arial;
	font-size: 11px;
	width:645px;
	background-color: #FFF;
	border: 10px solid #356391;
	text-align:left;
	margin-right:auto;
	margin-left:auto;	
	padding: 15px 25px 0 25px;
}

.font {
	font-family: Verdana, arial;
	font-size: 11px;
	background-color: #FFF;
	width: 646px;
}


#footer {
	width:728px;
	color:#CCCCCC;
	padding:10px 0 10px 20px;
	text-align:left;

}

.box {
	background-image: URL('../images/box_bg.gif');
	background-repeat:no-repeat;
	width: 630px;
	height:130px;
	margin-top: 10px;
	padding: 10px;
}

.box p {margin:3px 0 3px 0;}

.box_left {
	width:220px;
	float:left;
	border-right:1px solid #000;
	margin-right:10px;
	top:0px;
}

.box_center {
	width:170px;
	float:left;
	top:0px;
}

.box_right {
	width:225px;
	float:left;
	top:0px;
}

.hr {
	width:100%;
	height:1px;
	background-color: #000;
	margin:5px 0;
}

.red {color: #FF0F0F;}

textarea
{
	font-family: Verdana, arial;
	font-size: 11px;
	color: #000;
}

.online 
{
 background-image: URL("../images/buttons/blue_btn.gif");
 background-repeat: no-repeat;
 background-position: center;
}

.indent { text-align: justify; padding-left: 22px; }
.indent2 { text-align: justify; padding-left: 55px; }

.style1 
{
	font-family: Verdana, arial;
	font-size: 17px;
	color: #000000;
	text-align: left;
	font-weight: bold;
}
