body {
	background: #f0faff url(../images/interface/bg.jpg) repeat-x top right;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	margin-top: 18px;
	color: #666;
}

h1, h2, h3 {
	color: #446fd6;
	font-weight: bold;
}

h4 {
	color: #5d8a29;
	text-transform: uppercase;
	font-weight: bold;
}

.badge {
	height: 306px;
}

.badge a, .badge img {
	margin: 0;
	padding: 0;
	float: left;
}

div#home-content {
	background: ;
}

div.home-box {
	margin-top: 18px;
	background: #d3e7ff;
	padding: 18px;
}

div.home-box p {
	margin-bottom: 9px;
}

div.home-box h4 {
	color: #2c4a88;
	text-transform: none;
	margin-bottom: 0;
}

div.home-box h4.schedule {
		background: transparent url(../images/interface/schedule.gif) no-repeat 0 0;
		padding-left: 30px;
				padding-top: 3px;
		padding-bottom: 9px;
		border-bottom: 1px solid #bbcee5;
		margin-bottom: 3px;
}

div.home-box h4.newsletter {
		background: transparent url(../images/interface/newsletter.gif) no-repeat 0 0;
		padding-left: 30px;
		padding-top: 3px;
		padding-bottom: 9px;
				border-bottom: 1px solid #bbcee5;
						margin-bottom: 3px;
}



/* My Comment */

#sidebar {
	padding-top: 0;
	padding-bottom: 18px;
}

.side-box h4 {
	background: transparent url(../images/interface/sidebox-top.gif) no-repeat top right;
	font-weight: bold;
	padding: 36px 22px 0 22px;
	text-transform: capitalize;
	color: #FFF;
	margin-bottom: 0;
	font-size: 1.2em;
	
}

div.side-box {
	padding: 0;
	background: transparent url(../images/interface/sidebox-bottom.gif) no-repeat bottom right;
	margin-top: 9px;
}

div.side-box p {
	padding: 0 22px 3em 22px;
	margin-bottom: 0;
	color: #1a286e;
}

div.side-box p a {
		color: #1a286e;
}

.side-box-b h4 {
	background: transparent url(../images/interface/sidebox-top-b.gif) no-repeat top right;
	font-weight: bold;
	padding: 26px 22px 0 22px;
	text-transform: capitalize;
	color: #FFF;
	margin-bottom: 0;
	font-size: 1.2em;
	
}

div.side-box-b {
	padding: 0;
	background: transparent url(../images/interface/sidebox-bottom-b.gif) no-repeat bottom right;
	margin-top: 9px;
}

div.side-box-b p {
	padding: 0 22px 24px 22px;
	margin-bottom: 0;
	color: #1a286e;
}

div.side-box-b p a {
		color: #1a286e;
}

#main-content-front {
	background: transparent url(../images/interface/front-right.gif) repeat-y left top;
	margin: 0;
	padding: 0;
	height: 626px;
}


#main-content {
	padding-top: 18px;
	padding-bottom: 18px;
}

#sidebar h4 {

}

.container {
	background: #fff url(../images/interface/container.gif) repeat-y bottom right;
}

ul.subnav {
	margin-left: 22px;
	margin-right: 22px;
	padding-bottom: 3em;
}

ul.subnav li {
		color: #1a286e;
		margin-left: 12px;
}

ul.subnav li a {
	color: #1a286e;
	font-weight: bold;
	/*background: transparent url(../images/interface/bullet.gif) no-repeat 0 2px;*/

}

#navbar {
	background-color: #585858;
	color: #999;
}

#navbar ul {
	padding-left: 0;
margin-left: 0;
margin-bottom: 0;
float: left;
width: 100%;
}

#navbar ul li {
	display: inline;
	list-style-type: none;
}

#navbar ul li a {
padding: 11px 0.5em;
text-decoration: none;
color: #fff;
float: left;
border-right: 1px solid #757575;
font-weight: bold;
}

#navbar ul li a#first {
	border-left: 1px solid #757575;
}

#navbar a.selected {
	background: #3d3d3d;
	font-weight: bold;
}

#navbar a:hover {
	background: #3d3d3d;
}

a {
	color: #2f5cfb;
}

#footer {
	background: #69a1db url(../images/interface/footer-bg.gif) no-repeat bottom right;
}

#footer p {

	color: #2b3054;
	margin-top: 18px;
}

#footer p a {

	color: #2b3054;
}

/* Branding
*********************************************************************/
#branding {
	background: #fff url(../images/interface/banner-bg.jpg) no-repeat top right;
}
#page-head { 
	background: transparent url(../images/interface/banner-bg.gif) no-repeat top right;
	padding-top: 0;
}

#page-head label {
	font-size: 0.9em;
}

#branding h1 { text-indent: -9999em; margin-top: 18px;display: block; background-repeat: no-repeat; background-color: transparent; }
	
#branding h1 a { display: block; width: 367px; height: 142px; overflow: hidden; border-bottom: none; background: transparent url(../images/interface/logo.gif) no-repeat top left; }


#top-links p {
	margin-top: 18px;
	float: right;
	color: #666;
}

#top-links a {
	color: #666;
}

#top-search {
	margin-top: 9px;
}
/* forms.css */
label {font-weight:bold;}
fieldset {padding:1.4em;margin:0 0 1.5em 0;border:1px solid #ccc;}
legend {font-weight:bold;font-size:1.2em;}
input.text, input.title, textarea, select {margin:0.5em 0;border:1px solid #bbb;}
input.text:focus, input.title:focus, textarea:focus, select:focus {border:1px solid #666;}
#top-search input.text, input.title {width:150px;padding:5px;}
input.title {font-size:1.5em;}
textarea {width:390px;height:250px;padding:5px;}
.error, .notice, .success {padding:.8em;margin-bottom:1em;border:2px solid #ddd;}
.error {background:#FBE3E4;color:#8a1f11;border-color:#FBC2C4;}
.notice {background:#FFF6BF;color:#514721;border-color:#FFD324;}
.success {background:#E6EFC2;color:#264409;border-color:#C6D880;}
.error a {color:#8a1f11;}
.notice a {color:#514721;}
.success a {color:#264409;}



/* tables.css */
td {
	border-bottom: 1px solid #ccc;
}

