body {
	background:#BBDBFF;
	margin:0;
	padding:0;
	font-family: Trebuchet MS,Geneva,sans-serif;
	font-size: 13px;
	color: #444;
}

* {
	margin:0px 0 0 0;
	padding:0;
}

p {
	line-height: 1.5em;
	margin-bottom: 20px;
}

a {
	color: #357FD6;
}

a:hover {
	color: #000;
}

a:focus {
	outline: none;
}

h1 {
	color: #59ABFD;
	font-weight: normal;
	font-size: 40px;
}

h2 {
	color: #59ABFD;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	letter-spacing: 0.5px;
	font-weight: normal;
	padding: 0 0 5px;
	margin: 0;
}

h3 {
	color: #59ABFD;
	font-size: 17px;
	font-weight: normal;
	margin-bottom: 10px;
}

h4 {
	padding-bottom: 10px;
	font-size: 15px;
	color: #999;
}

h5 {
	padding-bottom: 10px;
	font-size: 13px;
	color: #999;
}

ul, ol {
	margin: 0 0 35px 35px;
}

li {
	padding-bottom: 10px;
}

li ol, li ul {
	font-size: 1.0em;
	margin-bottom: 0;
	padding-top: 5px;
}

#container {
	width: 960px;
	margin:0 auto;
	padding: 0;
	background: #fff;
}

#container-inner {
	width: 920px;
	margin:0 auto;
	padding: 0;
	background: #fff;
}


/*----------- Header -----------------*/
#header {
	padding: 0px 0px 0px 30px;
	margin: 0 auto;
	height: 58px;
}

#header h1  {
	padding-top: 15px;
	padding-left: 0px;
}

#header h1 a {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 40px;
	font-weight: normal;
	text-decoration: none;
}

#header p {
	color: #2D0099;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin-left: 12px;
	margin-top: 0px;
	padding-left: 8px;
	line-height:12px;
}


/*----------- Navigation -----------------*/
#nav {
	background:black;
	color: #fff;
	padding:18px 3px 12px 30px;
	font-size:14px;
	font-weight:bold;
}

#nav span {
	padding: 6px 10px;
}


#nav a 
{
	color: #BBDBFF;
	background:black;
	font-size: 14px;
	font-weight:bold;
	text-decoration: none;
	text-transform: uppercase;
}

#nav span:first-child {
	color:Red;
}

#nav a:hover {
	color: #fff;
	text-decoration:underline;
}

#nav #AdminMenu_Selected a:hover { color:#999 !important }

#nav #AdminMenu_Selected {
	border-bottom:solid white 8px;
	background:#fff;
	color:#000;
	border-top:solid white 4px;
	border-radius:0px 0px 0px 0px;
	padding-top:0px;
}


#AdminMenu_Selected a {
	background:#fff;
	color:Black;
}


#banner {	
	width: 920px; 
	height:110px;
	margin:10px 0px 0px 0px;
	background-image:url('_banner.jpg');
	background-repeat:no-repeat;
	background-position:0px -30px;
}
#slogan {
	padding:18px 0 0 71px;

}

#slogan p {
xcolor:#FFFFFF;
font-family:Georgia,"Times New Roman",Times,serif;
font-size:30px;
margin-right:60px;
}

#copyrights {margin-right:0px; xbackground:#000; border-top:solid black 0px; color:#357FD6; padding:3px 6px 3px 10px;}

/*----------- Main Content -----------------*/
#main {
	margin:0 auto 0px auto;
	padding: 0 0 30px 0;
	width: 920px;
}

#content {
	width: 914px;
	margin: 0px 0px 0 0px;
	padding-right:6px;
	border-top: solid black 0px;
}

#content h3 {
	margin-top:30px;
	margin-bottom:20px;
	font-size:1.8em;
}



#AdminContents	 {
	margin-top:30px;
	
}
.sidebar {
	width: 274px;
	padding: 0;
	float: right;
	padding-top: 15px;
}

.sidebar-inner {	
	border-left:solid darkblue 1px;
	-moz-border-radius:17px;
	background-color:#E8F3FF;
	padding:15px;
	margin-bottom:20px;

}

.sidebar ul {
	padding: 0;
	margin:10px 0 35px 35px;
}

.sidebar li ul li {
	display: block;
	border-top: none;
	padding: 6px 7px;
	margin: 0;
	line-height: 1.5em;
	font-size: 13px;
	color: #555;
}

.sidebar li ul li a {
	font-weight: normal;
	color: #555;
}

.sidebar li ul li a:hover {
	color: #59ABFD;
}

.sidebar h4 {
	color: #59ABFD;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	letter-spacing: 0;
	text-transform: uppercase;
	margin: 0;
	padding: 5px 5px;
	font-weight: bold;
}

.news-item {
padding-bottom:10px;
padding-top:10px;
}
.latest-news a {
font-weight:bold;
}
.date {
color:#000;
font-weight:bold;
}


/*----------- Footer -----------------*/

#footer {
	background-color: #BBDBFF;
	margin: 0 auto;
	padding: 10px 0 50px;
	width:960px;
	text-align:right;
}

#footer p {
	color: #4FA3FF;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 auto;
	display: block;
	padding: 0;
	width: 960px;
}

#footer p a {
	color: #4FA3FF;
}

#Calendar td {
	background:#FFFF92;	
}

table {
	width: 100%;
	text-align: left;
	padding-top: 0px;
	padding-bottom: 0px;
}

th, td {
	padding: 3px 3px;
}

th {
	color: #fff;
	background: #1FAABE none repeat-x scroll left top;
}

td {
	
	border-bottom: 0px solid #ccc;
	text-align: left;
}

blockquote {
	display: block;
	padding: 10px;
	margin-bottom: 20px;
	border-left: 5px solid #59ABFD;
}

blockquote p {
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0;
	color: #555;
	height: 1%;
}


fieldset {
	display: block;
	border: none;
	border-top: 1px solid #ccc;
}

fieldset legend {
	font-weight: bold;
	font-size: 13px;
	padding-right: 10px;
	color: #555;
}

fieldset form {
	padding-top: 15px;
}

fieldset p label {
	float: left;
	width: 150px;
}



input[type="text"],input[type="password"], select, textarea {
	padding: 5px;
	color: #222;
	border: 1px solid #ccc;
	border-right:1px solid #ddd;
	border-bottom:1px solid #ddd;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width:100%;
	background-color:#FFFFB2;
}

input[type="button"],input[type="submit"]
{
	-moz-box-shadow: inset 0px 1px 0px 0px #cae3fc;
	-webkit-box-shadow: inset 0px 1px 0px 0px #cae3fc;
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #79bbff), color-stop(1, #4197ee) );
	background: -moz-linear-gradient( center top, #79bbff 5%, #4197ee 100% );
	background-color: #79bbff;
	-webkit-border-top-left-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topright: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	text-align:center;
	border: 1px solid #469df5;
	display: inline-block;
	color: #ffffff;
	font-family: Trebuchet MS;
	font-size: 15px;
	font-weight: bold;
	font-style: normal;
	height: 30px;
	line-height: 30px;
	width: 163px;
	text-decoration: none;
	text-align: center;
	margin-top:6px;
	box-shadow: inset 0px 1px 0px 0px #cae3fc;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr= '#79bbff' , endColorstr= '#4197ee' );
	text-shadow: 1px 1px 0px #287ace;
}
input[type="button"]:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #4197ee), color-stop(1, #79bbff) );
	background:-moz-linear-gradient( center top, #4197ee 5%, #79bbff 100% );
	/* filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#4197ee', endColorstr='#79bbff'); */
	background-color:#4197ee;
}
input[type="button"]:active {
	position:relative;
	top:1px;
}	


/*
form input, form select, form textarea {
	padding: 5px;
	color: #222;
	border: 1px solid #ccc;
	border-right:1px solid #ddd;
	border-bottom:1px solid #ddd;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

form input.formbutton {
	border: none;
	background: #1FAABE;
	color: #ffffff;
	font-weight: bold;
	padding: 5px 10px;
	font-size: 12px;
	font-family: Tahoma, Geneva, sans-serif;
	letter-spacing: 1px;
	width: auto;
	overflow: visible;
}

*/

form.searchform p {
	margin: 5px 0;
}


span.required {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ff0000;
}

.clear {
	clear: both;
}

.TableFieldColumn {
	background-color:#FFFFB2;	
}

