body {
	font-family:  Arial, Helvetica, sans-serif;
	background-color: #835b8f;
}
a{
	text-decoration: none;
	font-weight: bold;
	color: #671a68;

}
	
a:hover{
	color: #764585;
}

b{
	font-weight: bold;
	color: #2d1d64;
}

c{
	font-weight: bold;
	color:  #5b9cb6;
}
	
.clearboth{
	clear: both;
}
.clearleft{
	clear:left;
}
h1{
	display: none;
}
h2{
	font-size: 20px;
	text-align: left;
	color: #231455;
}
h3{
	font-size: 16px;
	text-align: left;
	color: #6f206f;
}
h4{
	font-size: 16px;
	text-align: center;
	margin: 0;
	color: #231455;	

}

h5{
	font-size: 34px;
	font-family: Adobe Garamond Pro;
	text-align: center;
	margin: 0;
	color: #231455;
}

#header{
	width: 750px;
	height: 300px;
	margin: 40px auto 0;
	background-color:#b390be;
	text-align: center;
	font-size: 22px;
	font-family: Adobe Garamond Pro;
	font-weight: bold;
	padding: 0 0 -5px 0;
	color: #70206f;
	_margin-bottom: -3px; 

}
#container{
	width: 720px;
	border: 15px solid #6f206f;
	margin: 0 auto;
	background-color:#6f206f;
	bottom: 0;
	top: 0;
}
#col{
	float: left;
	width: 200px;
	background-color: #6f206f;	
}
#col img{
	margin: 25px auto 10px;
	border: 3px solid #718C96;
	
}
#nav {
	width: 200px;
	top: 0px;
	float: left;
	margin: 0px;
	padding: 0px;
	text-align: center;
	left: 0px;

}
#nav ul{
	left: 0px;
	margin: 20px 0 0;
	padding: 0;
	list-style: none;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	
}
#nav ul li{
	width: 200px;
	height: 100%;
	margin: 0;
	padding: 0;
	display: block;
	float:left;

}
#nav ul li a{
	width: 100%;
	padding: 5px 0 5px 0;
	float: left;
	/*border-right: 1px solid #000000;
	border-bottom: 1px solid #43545b;*/
	border-left: none;
	text-decoration: none;
	color: #b390be;
	/*background-color: #dbecf2;*/
}
#nav ul li a:hover{
	width: 100%;
	margin: 0;
	padding: 5px 0 5px 0;
	float: left;
	background-image:url(images/link_hover.gif);
	background-repeat:repeat-y;
	/*background-color: #c1d6dd;*/
	color: #6a1068;
}
#maincontent{
	width: 500px;;
	float: right;
	border-left: 10px solid #6f206f;
	color: #2d1d64;
	background-color:#ffffff;
	background-repeat:no-repeat;
	background-position:top;
}

.main_img{
	float: left;
	margin: 6px 15px 3px 0;
	border: 2px solid #6f206f;

}
.main_img2{
	float: left;
	margin: 3px 15px 0 0;
	border: 2px solid #6f206f;
}
.main_img3{
	float: right;
	margin: 3px 0 0 15px;
	border: 2px solid #6f206f;
}
.map_img{
	width: 450px;
	margin: 20px auto;
	border: 2px solid #6f206f;
}
.sec{
	width: 450px;
	margin: 10px auto;
	font-size: 12px;
	line-height: 20px;
	text-align:justify;

}
.sec ul{
}
.sec ul li{
}
.session{
	margin-top: 0;
}
#special{
	width: 400px;
	margin: 10px auto;
	background-color:#FFFFCC;
	border: 3px solid #EA2F00;
	padding: 0 10px;
}
#special h2{
	color: #EA2F00;
	text-align: center;
	margin: 5px 0;
}
#special h3{
	color: #EA2F00;
	text-align: center;
	margin: 5px 0;
}
#special p{
	color:#FF0066;
	margin: 5px 0;
	font-size: 14px;
	font-weight: bold;
	text-align: justify;
}	
#footer{
	/*border-top: 3px solid #858585;*/
	top: 0;
	width: 750px;
	height: 70px;
	margin: 0px auto 0px;
	background-color:#ffffff;
	background-repeat:no-repeat;
	
}
