@charset "UTF-8";
/* Page Structure */
body {
	line-height:1.5em;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
}
#container {
	width:950px;
	min-height:750px;
	margin:0 auto;
}
#header {
	width:auto;
	height:85px;
	padding-top:25px;
}
#menu {
	width:auto;
	height:25px;
	padding-top:5px;
	border-top:1px dashed #999;
	border-bottom:1px dashed #999;
}
#content {
	width:700px;
	min-height:575px;
	margin-top:15px;
	padding-left:15px;
	padding-right:7px;
	/*border:1px solid #CCC;*/
	float:left;
}
#side_bar {
	width:210px;
	min-height:575px;
	float:left;
	margin-top:15px;
	margin-left:10px;
	text-align:center;
}
#footer {
	width:auto;
	height:20px;
	text-align:right;
	font-size:10px;
	padding-right:25px;
}
#footer a {
	text-decoration:none;
	color:#16387C;
}

/* Menu */
.btn {
	width:117px;
	height:20px;
	text-align:center;
	font-weight:bold;
	float:left;
	border-right:2px solid #999;
}
.btn a {
	text-decoration:none;
	color:#16387C;
}

/* Home Page Structure */
.c_box {
	width:250px;
	min-height:250px;
	margin-top:15px;
	margin-left:12px;
	float:left;
	border:1px solid #CCC;
	background-color:#F5F8FF;
}
.flash {
	width:658px;
	height:250px;
	margin-left:15px;
	margin-top:15px;
	float:left;
}
.c_box_u {
	width:290px;
	height:260px;
	margin-top:15px;
	margin-left:11px;
	margin-bottom:10px;
	float:left;
	text-align:left;
	border:1px solid #CCC;
	padding:5px;
	padding-top:0px;
	overflow:auto;
}
.c_box_u a {
	text-decoration:none;
	color:#16387C;
}
.c_box_u h3 {
	color:#16387C;
	font-size:15px;
}

/* Misc */
.align_l {
	text-align:left;
}
.align_r {
	text-align:right;
}
.align_c {
	text-align:center;
}
h1, h2, h3, h4, h5 {
	color:#333;
}
#content a {
	color:#16387C;
	text-decoration:none;
}
strong {
	color:#000;
}
.clear {
	clear:both;
}
#side_bar img {
	padding:5px;
	margin-bottom:25px;
}
.cal_event {
	float:left; 
	width:325px; 
	height:550px; 
	border-right:1px dashed #CCC; 
	margin-left:15px;
	margin-bottom:25px;
	overflow:auto;
}

