body {
	font-family: "Arial", Tahoma;
	color: #000000;
	background-color: #FFCCFF;
}



#container #header1 {
	height: 50px;
	width: 790px;
	background-color: #FFFFFF;
	margin: 0; 
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: right; 
	
}


#container #header {
	height: 327px;
	clear: both;
	width: 800px;
	background-color: #FFFFFF;
	background-image: url(../images/banner3.jpg);
	background-repeat: no-repeat;
}

#container #header .title {
	/*  Original title style
	
	height: 70px;
	width: 300px;
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: 25px;
	margin-bottom: 25px;
	margin-left: 10px;
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
	padding-top: 50px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px; */
	
	
	/*  New title style */
	
	height: 70px;
	width: 400px;
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: 25px;
	margin-bottom: 25px;
	margin-left: 10px;
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 20px;
	color: #6633ff;
	font-weight: bold;
	font-style: italic;
	padding-top: 240px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 350px;
	
}



#container #header .title a {
	text-decoration: none;
	color: #6633ff;
}

#container #header .title h1 {
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 24px;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}

#container {
	width: 800px;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	font-family: "Arial", Tahoma;
	font-size: 12px;
	color: #333333;
	
}






#vertical_menu {
	background-image: url(../images/menu_background.jpg);
	background: #ffffff;
	list-style: none;
	margin: 0;
	padding-left: 11px;
	width: 203px;
}
#vertical_menu li {
	font: 12px "Arial", Helvetica;
	margin-top: -3px;
}
#vertical_menu a {
	background: #6699cc;
	/*border-bottom: 1px solid #6699cc;*/
	color: #ffffff;
	display: block;
	margin: 0;
	padding: 6px 12px;
	text-decoration: none;
	font-weight:normal;
}
#vertical_menu a:hover {
	background: #ff66ff url("../images/hover.gif") left center no-repeat;
	color: #fff;
	padding-bottom: 6px;
}   






#container #contentleft {
	background-color: #FFFFFF;
	height: auto;
	width: 220px;
	float: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 2px;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

#container #contentright {
	float: left;
	height: auto;
	width: 500px;
	background-color: #FFFFFF;
	padding: 10px;
	line-height: 20px;
	text-align: left;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}

#container #contentright h2 {
	font-size: 16px;
	font-family: "Trebuchet MS", Tahoma, Arial;

}
#container #contentright h3 {
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 14px;
	color: #333333;
	font-weight: bold;
}


#container #contentright h1 {
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 18px;
	color: #6699cc; 
}


#container #contentright a {
	color: #FF33FF; 
}


#container #contentright a:hover{
	color: #ffffff;
	background-color: #FF66FF;
}


#container #footer {
	clear: both;
	float: none;
	background-color: #ffffff;
	height: 50px;
	color: #000000;
	margin: 0px;
	width: 790px;
	font-family: "Arial", Tahoma, Arial;
	font-weight: normal;
	font-size: 12px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	padding: 5px;
	border-top-color: #6699cc;
}

#container #footer a {
	color: #FF33FF; 
}


#container #footer a:hover{
	color: #ffffff;
	background-color: #FF66FF;
}


/*CLASSES*/

.float-right {float: right;}
.float-left {float: left;}
