@charset "utf-8";
a, a:visited { 
	color: #336699; 
	text-decoration: none; 
}

a:hover { 
	color: #903c1a; 
}

body { 
	background: #C7C7C7; 
	color: #010101;
	text-align:center; 
	font-size: 11px; 
	font-family: Arial, Verdana, Sans-Serif; 
	margin: 0 auto; 
}

#container {
	width: 983px; 
	margin: 0 auto;
	background-color:#FFFFFF;
}

#topbar {
	width:983px;
	height:8px;
	background-image:url(images/hp_01.jpg);
}

#daycount {
	width:983px;
	height:2px;
	background-image:url(images/hp_02.jpg);
	text-align:left;
}

#daycount2 {
	width:400px;
	height:41px;
	text-align:left;
	float:left;
}
#bookmark {
	float:right;
	width:400px;
	height:41px;
	text-align:right;
}
.bookmark_img {
	border:0px;
	padding:7px 3px 0px 0px;
}

#header {
	width:983px; 
	height:191px;
}

#top_menu {
	width:983px;
	height:24px;
	background-image:url(images/top_menu_middle.jpg);
	padding:0px 0px 0px 0px;
}

#top_menu_left {
	width:133px;
	height:24px;
	background-image:url(images/top_menu_left.jpg);
	padding:0px 0px 0px 0px;
	background-repeat:no-repeat;
	float:left;
}
#top_menu_right {
	width:100px;
	height:24px;
	background-image:url(images/top_menu_right.jpg);
	padding:0px 0px 0px 0px;
	background-repeat:no-repeat;
	background-position:right;
	float:right;
}

#menu {
	float: left;
	background-image:url(images/top_menu_middle.jpg);
	height:24px;
	width:750px;
	text-align:center;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	float: left;
	height: 24px;
	margin-right: 0px;
	padding:5px 14px 0 14px;
	background-image:url(images/top_menu_middle.jpg);
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #6b6d42;
	text-align:center;
}

#menu a:hover {
	background: #d9168d;
	color: #ffffff;
}

#menu .current_page_item a {
	background: #d9168d;
	color: #FFFFFF;
}
.header_img {
	float:left;
	border:0px;
}
	
.top_menu_bottom {
	float:left;
	border: 0px;
	width:983px;
	height:5px;
	text-align:right;
	background-image:url(images/hp_11.jpg);
	padding:0 auto;
}

#theme {
	float:left;
	border: 0px;
	width:981px;
	height:50px;
	text-align:right;
	background-image:url(images/theme_bg.jpg);
	padding:0 auto;
	margin-left:1px;
}

#theme_left {
	float:left;
	border: 0px;
	width:25px;
	height:45px;
	background-color:#88a6b6;
	padding:0 auto;
	margin-left:1px;
	margin-top:4px;
}

#theme_cat {
	float:left;
	border: 0px;
	width:130px;
	height:45px;
	padding:10px 0px 0px 8px;
	margin-left:1px;
	margin-top:4px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#FFFFFF;
	text-align:left;
}

.thm_arrow {
	text-align:right;
	vertical-align:middle;
}

#theme_name {
	float:left;
	border: 0px;
	width:800px;
	height:45px;
	padding:10px 0px 0px 8px;
	margin-left:1px;
	margin-top:4px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#FFFFFF;
	text-align:right;
}

.thm_more {
	text-align:right;
	vertical-align:middle;
	padding: 0px 15px 0px 15px;
	border:0px;
}

/* for understanding browsers */
#content {
	width:983px;
	background-color:#FFFFFF;
}

#left_menu {
	float: left;
	width:199px;
	text-align:left;
}

#side_menu {
	float: left;
	width:199px;
	text-align:left;
}

#side_menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height:34px;
}

#side_menu li {
	float: left;
}

#side_menu a {
	display: block;
	float: left;
	height: 31px;
	width:199px;
	margin-right: 0px;
	padding:0px 0px 0 12px;
	background-image:url(images/side_menu_bg.jpg);
	background-repeat:no-repeat;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
	color: #161616;
	text-align:left;
}

#side_menu a:hover {

	color: #d9168d;
}

/* for understanding browsers */
#content_box {
	float: left;
	background-image:url(images/vert_bar.jpg);
	background-repeat:repeat-y;
	background-position:left;
	width:784px;
	text-align:left;
	background-color:#ffffff;
	min-height:570px;
	height:auto;
}

/* for Internet Explorer */
* html #content_box {
	height: 550px;
}

#log_box {
	float: right;
	height:50px;
	width:780px;
	text-align:left;
	background-color:#e7e8c9;
}

#login {
	width:520px;
	height:44px;
	float:left;
	text-align:left;
	margin-top:12px;
	margin-right:3px;
	padding:1px 0px 0px 5px;
}

#search {
	width:240px;
	height:44px;
	float:right;
	text-align:center;
	background-color:#d6d6b4;
	margin-top:3px;
	margin-right:3px;
}

.searct_con {
	width:230px;
	margin-left:6px;
	margin-top:10px;
	margin-bottom:1px;
}

#main_content {
	float: left;
	width:983px;
	background-color:#FFFFFF;
}


#main_content2 {
	float: right;
	width:780px;
	text-align:left;
}

 .home_text {
 width: 450px;
 color:#000000; 
 text-decoration:none; 
 font-size:12px; 
 font-weight:normal; 
 padding:10px 5px 5px 20px; 
 text-transform:none;
 display:block;
 text-align:justify;
 margin:auto;
 line-height:18px;
 float:left;
 }
 
 .col-2 {
 width: 300px;
 text-decoration:none; 
 text-align:justify;
 margin:auto;
 float:right;
 padding:10px 5px 5px 0px;
 }
 
 .heading_bar {
 	font:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	color:#0099cc;
}
 .home_img {
 	float:left;
	padding:3px 0px 0px 0px;
}

.more {
	float:right;
	padding: 0px 0px 0px 0px;
	border:0px;
}

.arrow {
	text-align:left;
	vertical-align:top;
}

.hr {
	size:1px;
	color:#CCCCCC;
}

.h1 {
 color:#404040; 
 text-decoration:none; 
 font-size:16px; 
 font-weight:bold; 
 padding:0px 0px 10px 0px; 
 }
 
 .h2 {
 color:#404040; 
 text-decoration:none; 
 font-size:16px; 
 font-weight:bold; 
 padding:0px 0px 10px 30px; 
 }

.h3 {
 color:#010101; 
 font-size:12px; 
 font-weight:bold;
 }
 
 .announce {
 color:#010101; 
 font-size:12px; 
 font-weight:bold;
 text-align:center;
 }
 
 .announce2 {
 color:#010101; 
 font-size:12px; 
 text-align:center;
 }
 
 .announce3 {
 color:#010101; 
 font-size:14px; 
 font-weight:bold;
 text-align:center;
 }
 
 .announce4 {
 color:#010101; 
 font-size:14px; 
 text-align:center;
 }
 
#org-logos {
	float:left;
	border: 0px;
	width:780px;
	height:50px;
	text-align:right;
	background-color:#f7f8e8;
	padding:0 auto;
	margin-left:0px;
	margin-top:1px;
	margin-bottom:1px;
}

#footer { 
	clear: both; 
	width:973px;
	height:60px;
	background-color:#404040;
	text-align: left;
	font-size:12px; 
 	font-weight:normal;
	color:#bcbcbc;
	font-family:Arial, Helvetica, sans-serif;
	padding:15px 0px 10px 10px;
}

#copyright { 
   float: left;
   width: 50.00%;
   text-align:left;
   padding:35px 0px 10px 0px;
}
#powered { 
   float: right;
   width: 44.00%;
   text-align:right;
   padding:35px 30px 10px 10px;
}

#powered a { 
   color:#bcbcbc;
}

.frm {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #164BA0;
    background-color: #D1D1D1;
    border: 1px solid #83AAD3;
}

#tab_img {
    float:right;
	width:300px;
	margin-top:20px;
	padding-right:15px;
	text-align:right;
	vertical-align:bottom;
}

.news {
	margin-bottom:-15px;
}
	.news li {
		display:inline;
	}
		.news li a {
			display:block;
			color:#242424;
			text-decoration:none;
			position:relative;
			cursor:pointer;
			width:100%;
			overflow:hidden;
			margin-bottom:20px;
		}
		.news li a span {
			display:block;
			background:#cdced0;
			color:#fff;
			font-size:10px;
			text-transform:uppercase;
			width:41px;
			padding:10px 0 5px 0;
			text-align:center;
			margin-right:16px;
			float:left;
		}
			.news li a span:first-line {
				font-size:20px;
			}
		.news li a em {
			display:block;
			float:left;
			font-style:normal;
			width:188px;
			overflow:hidden;
		}
			.news li a em strong {
				font-size:1.1em;
			}
			.news li a em b {
				text-decoration:underline;
				color:#f85900;
				font-size:1.1em;
			}
		
		.news li a:hover span {
			background:#fca700 !important;
		}
		.news li a:hover b {
			text-decoration:none;
		}

.alignright { 
	text-align:right;
	padding: 10px 15px 0px 0px;
}

 .inside_text {
 width: 730px;
 color:#000000; 
 text-decoration:none; 
 font-size:12px; 
 font-weight:normal; 
 padding:10px 5px 5px 20px; 
 text-transform:none;
 display:block;
 text-align:justify;
 margin:auto;
 line-height:22px;
 float:left;
 }
 

 
 #breadcrumb {
	width:520px;
	height:25px;
	float:left;
	text-align:left;
	padding:8px 0px 0px 20px;
}

 #breadcrumb a {
	color:#990033;
}

 .external {
	border:0px;
	padding-left:2px;
}

.registration-form {
	width:90%;
}

.registration-form2 {
	width:100%;
}

.registration-form td {
	border:0px solid #F5F5F5;
	padding:2px 2px 2px 2px;
}

.registration-form2 td {
	border:0px solid #F5F5F5;
	padding:2px 12px 2px 12px;
}

.item2 {
	font-weight:bold;
}

.img_border {
	border:none;
}

.linksb {
	font-weight:bold;
}

#weather {
	float:left;
	margin-top:5px;
	margin-bottom:5px;
	margin-left:2px;
}

table {
width:100%;
}

.prog td {
	vertical-align:top;
	text-align:left;
	min-width:200px;
}

.steps-current {
	font-size:16px;
	color:#990033;
	font-weight:bold;
}

.steps-next {
	font-size:16px;
	color:#999999;
	font-weight:bold;
}

#language_home {
	float:left;
	text-align:left;
	padding-left:5px;
}

#language {
	float:left;
	width:239px;
	text-align:left;
	padding-left:10px;
}