@charset "utf-8";

/* CSS Document */

/*<<<<<======GENERAL SETTINGS ======>>>>>*/

body{

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	background-color: #cbd1ca;

	background-repeat: repeat-x;

	margin: 0px;

	padding: 0px;

	background-image: url(../images/BG.png);

}

.mainbg{

	background-image: url(../images/main-bg.png);

	background-repeat: repeat-x;

}

table{}

td{}	

/*<<<<<======CONTENT SETTINGS ======>>>>>*/

.contentheading{

	font-family:Georgia, "Times New Roman", Times, serif;

	font-size:20px;

	color:#0F314D;

	padding-top:0px;

	padding-bottom:0px;

	}

.contentheading_white{

	font-family:Georgia, "Times New Roman", Times, serif;

	font-size:20px;

	color:#FFFFFF;

	padding-top:4px;

	padding-bottom:5px;

	}

.content{	

	font-family: Arial, Helvetica, sans-serif;

	font-size:12px;

	color:#362f2d;

	text-align:justify;

	padding-left:5px;

	padding-right:5px;

	padding-bottom:8px;

	padding-top:5px;}

p{

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	color:#362f2d;

	text-align:justify;

	padding-left:5px;

	padding-right:10px;

}

ul {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	color:#362f2d;

	padding-left:25px;

}

/*<<<<<======NAVIGATION SETTINGS ======>>>>>*/

a:link,a:visited{	

	font-family:Arial, Helvetica, sans-serif;

	color: #006070;

	font-size: 10px;

	text-decoration:none;}

a:hover{

	font-family:Arial, Helvetica, sans-serif;

	color: #006070;

	font-size: 10px;

	text-decoration:underline;}

/*<<<<<======DIV SETTINGS ======>>>>>*/

#container{

	height:auto;

	width:auto;

	}

/*<<<<<======FOOTER SETTINGS ======>>>>>*/

#footer-BG{

	background-image: url(../images/footer-bg.png);

	height:49px;

	width:900px;

}

#footer{

	font-family: Arial, Helvetica, sans-serif;

	font-size: 11px;

	padding-left:10px;

	color:#557676;

}

a.footer:link, a.footer:visited{

	font-family:Arial, Helvetica, sans-serif;

	color: #006070;

	font-weight: 600;

	font-size: 12px;

}

a.footer:hover{

	font-family:Arial, Helvetica, sans-serif;

	color: red;

	font-weight: 600;

	font-size: 18px;}
