body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	background-color: #6DA8E4;
	font-family: verdana;
}
body .header {
	width: 100%;  
	height: 174px;
	background-image: url('../images/header_background.jpg');
	background-repeat: repeat-x;
	background-position: top left;
	z-index:3;
	position:absolute;
}
body .left {
	height: auto; 
	width: 260px; 
	float: left;
	background-color: #6DA8E4;
	position: absolute;
	z-index:2;
	background-image: url('../images/left_background.jpg');
	background-position:0 174px;
	background-repeat: no-repeat;
}
body .left table {
	top:176px;
	border-collapse:collapse;
	left: 21px;
	width: 239px;
	position: absolute;
	z-index: 4;
	font-size: 10pt;
}
body .left div.sponsors {
	margin-top:520px;
	margin-left:35px;
	z-index: 5;
}
body .left div.sponsors span{
	color:#111111;
	font-size:9pt;
	font-weight:bold;
	padding-left:16px;
}
body .left div.sponsors img{
	margin-left:20px;
	margin-top:5px;
}
body .left table tr td{
	background-repeat: repeat-y;
	background-position: top left;
	width:297px;
	color: #e7eff7;
	padding:3px;
	padding-left:5px;
	border-bottom: 1px solid #e7eff7;
	font-weight: bold;
	cursor: pointer;
}
body div.selected{ 
	background-image: url('../images/menu_selected_background.png');
	position: absolute;
	width:300px;
	height:24px;
	background-repeat: repeat-y;
	background-position: top right;
	z-index: 1;
	top: 198px;
	left: -40px;
	display: none;
}
body div.over{ 
	background-image: url('../images/menu_selected_background_over.png');
	position: absolute;
	width:300px;
	height:24px;
	background-repeat: repeat-y;
	background-position: top right;
	z-index: 1;
	top: 175px;
	left: -40px;
	display: none;
}
body div.content {
	padding-left: 260px; 
	padding-right: 20px;
	padding-top: 170px;
	font-size: 10pt;
}
body div.content .maincontent{ 
	background-color: #FFFFFF;
	padding: 10px;
	padding-left: 25px;
         /* Min-height: */  
         min-height: 500px;  
         height: auto !important;   
         height: 500px;
}
body div.footer_left {
	font-size: 8pt;
	float: left;
	position: absolute;
	top: 850px;
	left: 42px;
	padding-bottom: 20px;
}
body div.footer_right {
	font-size:8pt;
	margin-left:30px;
	padding:10px 23px 10px 230px;
	text-align:center;
}
body div.footer_right span a{
	text-decoration: none;
	color: #000;
}
/*Content*/
body div.content .maincontent div.breadcrumb {
	color: #999;
}
body div.content .maincontent div.breadcrumb span.location{
	color: #84b4e1;
}
body div.content .maincontent div.breadcrumb span.location a{
	color: #84b4e1;
}
body div.content .maincontent div.introduction_section {
	margin-top: 10px;
}
body div.content .maincontent div.introduction_section div.allow {
	float: left;
}
body div.content .maincontent div.introduction_section div.introduction_content {
	
}
body div.content .maincontent div.calendar_section {
	margin-top: 10px;
}
body div.content .maincontent div.calendar_section div.calendar {
	float: left;
	margin-top: 20px;
}
body div.content .maincontent div.calendar_section div.item {
	background-image:url('../images/calendar_arrow.png');
	background-position:0 60px;
	background-repeat:no-repeat;
	/*margin-left:280px;*/
	padding-left:30px;
	border-left:1px solid #DDDDDD;
         /* Min-height: */  
         min-height: 180px;  
         height: auto !important;   
         height: 180px;  
}
body div.content .maincontent div.calendar_section div.item table tr td.content {
	padding-right: 20px;
}
body div.content .maincontent div.calendar_section div.item table tr td.image img{
	border: 10px solid #CCC;
	display: none;
}
a.more {
	background-image:url(../images/more_button.png);
	background-repeat:no-repeat;
	color:#CCCCCC;
	font-weight:bold;
	padding-left:20px;
	text-decoration:none;
	right: 40px;
	position: absolute;
}
h3 {
	background-image: url('../images/h3_underline.jpg');
	background-position: 0 20px;
	background-repeat: repeat-x;
	color: #84b4e1;
	font-size: 11pt;
	font-weight: bolder;
	margin-bottom: -10px;
	height: 25px;
}
div.mission_list {
	margin-top: 20px;
}
div.calendar_introduction {
	margin-top: 20px;
}
div.right_gradient {
	background-image: url('../images/right_gradient.png');
	width: 20px;
	height: 300px;
	position: absolute;
	top: 170px;
	right: 0px;
}
div.sponsor_item {
	float: left;
	height:130px;
	margin-left: 10px;
}
a {
	color: #84b4e1;
}
div.contact {
	margin-top:20px;
	margin-left:20px;
}
div.calendar_event {
}

img.thumb {
	margin-top:10px;
	margin-right:20px;
	float: left;
}
#calendar_d {
	float: left;
}
#calendar_d td {
	font-weight: bold;
	font-size:12pt;
	/*padding:2px;*/
	/*border: 5px solid #FFF;*/
	border: 3px solid #FFF;
	cursor: pointer;
}
#calendar_d td.this_month {
	color: #66a1dd;
}
#calendar_d td.other_month {
	color: #CCC;
}
#calendar_d td.no_event {
}
#calendar_d td.has_event {
	border: 5px solid red;
	font-size:12pt;
	font-weight:bold;
	padding:2px;
	color: #6DA8E4;
}
#calendar_d td.no_activity {
	color: #B22E2E !important;
}
.view_calendar {
	background-image:url(../images/calendar_buton.png);
	background-position:2px 4px;
	background-repeat:no-repeat;
	margin-bottom:5px;
	margin-top:15px;
	padding-left:15px;
}
td.selected_item_calendar {
	background-color: #D2D2D2	;
}
.application_section {
	float: left;
	width: 50%;
}
.location_section {
	float: left;
	width: 50%;
}
li {
background-image:url(../images/more_button.png);
background-repeat:no-repeat;
list-style-image:none;
list-style-type:none;
padding-left:24px;
padding-bottom:3px;
margin-left: -20px;
}
