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

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

body{
	text-align:center;
	background-image:url(../images/main_bg.jpg);
	background-repeat:repeat-x;
	background-color:#bbdefe;
	font-family:arial, helvetica, sans-serif;
	font-size:12px;
}

a:link{
	color:#FFFFFF;
	text-decoration:underline;
}

a:hover{
	color:#9d9d9d;
	text-decoration:underline;
}

h2{
	color:#3F5EA3;
}

h3{
	color:#FFFFFF;
}

#frame{
	width:1000px;
	text-align:left;
	margin-right: auto;
	margin-left: auto;
	background-image:url(../images/frame_bg.gif);
	background-repeat:repeat-y;
}

.header{
	background-image:url(../images/main_header.jpg);
	background-repeat:no-repeat;
	height:100px;
}

.nav{
	background-image:url(../images/nav_bg.gif);
	background-repeat:no-repeat;
	background-color:#1850a3;
	height:36px;
}

.clear{
	clear:both;
}

/* home page */
.content_left{
	width:640px;
	background-color:#bbdefe;
	float:left;
	margin-left:48px;
}

.content_right{
	width:253px;
	float:left;
	padding:3px;
	color:#FFFFFF;
	background-image:url(../images/content_right_bg.gif);
	background-repeat:repeat-x;
	margin:0px 0px 0px 2px;

}

.rotator{
	width:640px;
	height:238px;
	background-color:#666666;

}

.home_boxes{
	width:160px;
	height:240px;
	float:left;
}

.box1{
	background-image:url(../images/home_boxes/clendar.gif);
	width:160px;
	height:240px;
	float:left;
}

.box2{
	background-image:url(../images/home_boxes/open_doors.gif);
	width:160px;
	height:240px;
	float:left;
}

.box3{
	background-image:url(../images/home_boxes/listen_online.gif);
	width:160px;
	height:240px;
	float:left;
}

.box4{
	background-image:url(../images/home_boxes/clendar.gif);
	width:160px;
	height:240px;
	float:left;
}


.footer{
	height:50px;
	width:1000px;
	background-image:url(../images/footer_bg_1.gif);
	background-position:bottom;
	background-repeat:no-repeat;
}

/* page styles */

.page_left{
	padding:5px;
	/*background-image:url(../images/page_content_bg_3.jpg);
	background-repeat:repeat-x;*/
	width:630px;
	/*background-color:#195985;*/
	list-style-position:inside;
	float:left;
	margin-left:48px;
}

.page_left a {
	color:#092754;

}
