@charset "UTF-8";
/* CSS Document */

html, body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	background-color: #ADADAD;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
	background-image: url(../images/bk.gif);
	background-repeat: repeat-x;
}

a:link {
	color: #841414;
}
a:visited {
	color: #841414;
}
a:hover {
	color: #841414;
}
a:active {
	color: #841414;
}

div.header {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	height: 233px;
	width: 798px;
	margin-left: auto;
	margin-right: auto;
	
}

div.header1 {

	width: 798px;

	text-align: right;	
	margin-left: auto;
	margin-right: auto;
}

div.leftside {
	background-image: url(../images/leftbar.gif);
	background-color: #A4A4A4;
	background-repeat: no-repeat;
	width: 4px;
	height: 550px;
	
}

div.nav {
	background-image: url(../images/navbk.gif);
	background-repeat: repeat-x;
	height: 30px;
	width: 790px;
	text-align: right;

}

.whitebox {background-color: #FFF; padding: 5px 10px 5px 10px;}

div.version {
	text-align: right;
	padding-right: 10px;
		
}

div.version a:link {
	color: #666666;
	text-decoration: none;
}
div.version a:visited {
	text-decoration: none;
	color: #666666;
}
div.version a:hover {
	text-decoration: underline;
	color: #666666;
}
div.version a:active {
	text-decoration: none;
	color: #666666;
}

#faqsection { padding:10px;}

div.rightside {
	background-image: url(../images/rightbar.gif);
	background-color: #A4A4A4;
	background-repeat: no-repeat;
	
	width: 4px;
	
	height: 550px; 
}

div.getstarted {
	float: right;
	height: 52px;
	width: 170px;

}

.title {
	font-size: 24px;
	font-weight: bold;
	color: #000033;
}

.titlee {
	font-size: 18px;
	font-weight: bold;
	color: #4C6F8F;
}

.subtitle {
	color: #6B0000;
}

div.content {
	background-image: url(../images/contentbk.gif);
	
	background-repeat: repeat-x;
	padding: 15px;
	background-color: #DDDDDD;
	width: 760px;
	text-align: justify;
	font-size: 14px;
	font-weight: bold;
	
}

.contenta {
	text-align: justify;
	font-size: 16px;
	font-weight: bold;
	color: #000000;	
}

div.bottom {
	background-image: url(../images/bottombar.gif);
	background-repeat: no-repeat;
	height: 36px;
	width: 798px;
margin-left: auto;
	margin-right: auto;
}

div.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;

}

div.small a:link {
	color: #701515;
	text-decoration: none;
}
div.small a:visited {
	text-decoration: none;
	color: #701515;
}
div.small a:hover {
	text-decoration: underline;
	color: #701515;
}
div.small a:active {
	text-decoration: none;
	color: #701515;
}

div.photo1 {
	border: thin solid #333333;
	float: left;
}

div.photoa {
	border: thin solid #333333;
	float: right;
	height: 298px;
	width: 200px;
}
div.news {
	background: #DDEEFF;
	/*background: #FFFFFF;*/
	border: solid 1px #006699; 
	padding: 1em;
	width : 70%;	
}
div.news p {
	margin: .25em 0;
	font-size: larger;
}

div.news ul {
	margin: 0;
	padding: 0;
}
div.news li {
	list-style: none;
	padding: .25em 0;
}