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

body{
	font-family: 'Lucida Grande';
	font-size:11px;
	color:#000000;
	background-color:#f9bf25;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	}

.container{
	background-color:#FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #455560;
	border-left-color: #455560;
	}	

.main_text{
	background-color:#FFFFFF;
	padding-left: 30px;
	padding-right: 30px;
	}
a:link {
	text-decoration: none;
	color: #455560;
	}
a:visited {
	color: #455560;
	text-decoration: none;
	}
a:hover {
	color: #8e001c;
	text-decoration: none;
	}
.header{
	font-size:14px;
	font-weight: bold;
	text-transform: capitalize;
	color: #530051;
	}
.header2{
	font-size:14px;
	font-weight: bold;
	font-style:italic;
	color: #530051;
	}
.vrule{
	background-image:url(images/vrule.gif);
	background-repeat: repeat-y;
	padding-top: 20px;
	padding-bottom: 20px;
	background-position:center;
	}
/*footer code*/

#footer{
	font-size:9px;
	color:#666666;
	padding-left: 25px;
	padding-right: 25px;
	}
.footer a:link {
	text-decoration: none;
	color: #666666;
	font-size:9px;
	}
.footer a:visited {
	color: #666666;
	text-decoration: none;
	font-size:9px
	}
.footer a:hover {
	color: #EE6100;
	text-decoration: underline;
	font-size:9px;
	}
