* {
	border:0;
	margin:0;
	padding:0;
}

/* general */
a {
	color:#b3000a;
	text-decoration:none;
}
a:hover {
	color:#555;
	text-decoration:none;
	
}

/* body */
body {
	background:#343434 url(../image/background.jpg);
	
	background-repeat: no-repeat;
}

/* container */
#container {
	height:720px;
	left:50%;
	margin:0px 0 0 -260px;
	position:absolute;
	top:10%;
	width:790px;
	background-color: #FFFFFF;
	border-right-color: #C30C3E;
	border-right-style: solid;
	border-right-width: medium;
	border-bottom-color: #C30C3E;
	border-bottom-style: solid;
	border-bottom-width: medium;
	border-left-color: #C30C3E;
	border-left-style: solid;
	border-left-width: medium;

}
#top {
	width: 790px;
	clear: both;
	margin: 0px 0px 0px 0px;
	padding-bottom: 3px;
	text-align: right;
	font-family: Geneva, Arial, Helvetica, san-serif;
	background-color: #C30C3E;
	color: #FFFFFF;
}		
#top a {
	font-size: 14px;
	color: #FFFFFF;
}
#top a:link {
	text-decoration: none;
}
#top a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
#top a:hover {
	text-decoration: underline;
	color: #E76F00;
}
#top a:active {
	text-decoration: none;
	color: #7A6E67;
}
#header {
	width: 790px;
	height: 75px;
	background:#C30C3E; 
}
#header h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #FFFFFF;
	padding-top: 20px;
	padding-left: 60px;
}
#header h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #FFFFFF;
	font-style: italic;
	padding-top: 0px;
	padding-left: 300px;
}
#vdividermenu ul{
	margin: 0;
	padding: 0;
	margin-bottom: 1em;
	float: left;	
	width: 100%;
	background-color: #C30C3E;
	border-top-color: #FFFFFF;
	border-top-style: solid;
	border-top-width: thin;
font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
}

* html #vdividermenu ul{ /*IE only rule, reduce menu width*/
width: 99%;
}

#vdividermenu ul li{
display: inline;
}

#vdividermenu ul li a{
float: left;
color: white;
padding: 2px 6px;
text-decoration: none;
background: transparent url(../image/vertical.gif) center right no-repeat;
}

#vdividermenu ul li a:visited{
color: #E76FOO;
}

#vdividermenu ul li a:hover{
	color: #FFFFFF;
	background-color: #CC3366;
	text-decoration: underline;
}

/* content */
#content_left {
	height:525px;
	width:258px;
	background-color: #FFFFFF;
	float: left;
	padding-top: 0px;
	padding-left: 10px;
	border-right-color: #C30C3E;
	border-right-style: solid;
	border-right-width: thin;
}
#content_right {
	height:525px;
	overflow:auto;
	padding:0 5px;
	padding-top: 0px;
	width:500px;
	scrollbar-face-color:#EBF5FF;
	scrollbar-base-color:#EBF5FF;
	scrollbar-arrow-color:black;
	scrollbar-track-color:#FFFFFF;
	scrollbar-shadow-color:#C30C3E;
	scrollbar-highlight-color:#C30C3E;
	scrollbar-3dlight-color:#C30C3E;
	scrollbar-darkshadow-Color:#C30C3E;
	float: right;	
}
#content_right h4
	{
	color:#000000;
	font-size: 14px;
	font-family: helvetica, geneva, arial, sans-serif;
	font-weight: bold;
	margin-top: 10px;
	height: 20px;
}

#content_right h1
	{
	color:#E76F00;
	font-weight: bold;
	font-size: 16px;
	font-family: helvetica, geneva, arial, sans-serif;
	margin-bottom: 10px;
	margin-top:35px;
	
	}
#content_right h5
	{
	color:#E76F00;
	font-weight: bold;
	font-size: 14px;
	font-family: helvetica, geneva, arial, sans-serif;
	margin-bottom: 10px;
	margin-top: 10px;
	}
#content_right h6
	{
	color:#E76F00;
	font-weight: bold;
	font-size: 16px;
	font-family: helvetica, geneva, arial, sans-serif;
	margin-bottom: 3px;
	margin-top: 10px;
	}

#content_right p
	{
	color:#OOOOOO;
	font-size: 13px;
	font-family: arial, helvetica, sans-serif;
	font: ARIAL;
	text-align: justify;
	margin-top: 10px;
	margin-bottom: 10px;
		
	}
 ul {
	margin-bottom: 15px;
	font-size: 13px;
}
 ul li{
	display: block;
	margin-top: 3px;
	list-style-type: disc;
}

/* footer */
#footer {
	color:#000000;
	height:30px;
	text-align:left;
	width:784px;
	background-color: #FFFFFF;
	margin-top: 565px;
	border-top-color: #C30C3E;
	border-top-style: solid;
	border-top-width: thin;
	padding-left: 5px;
	padding-top: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
* html #footer{ /*IE only rule, reduce menu width*/
margin-top: 10px;
}
#ie7 #footer {
    margin-top: 535px;
}
#footer a {
	font-size: 10px;
	color: #000000;
}
#footer a:link {
	text-decoration: none;
}
#footer a:visited {
	text-decoration: none;
	color: #7A6E67;
}
#footer a:hover {
	text-decoration: underline;
	color: #E76F00;
}
#footer a:active {
	text-decoration: none;
	color: #7A6E67;
}
.copy{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;