/* Tag Selectors */

body {
	top: 0;
	left: 0;
	margin: 0;
	background: url(images/bg_gradient.jpg) repeat-x;
	background-color: #999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

a {
	color: #900;
	text-decoration: underline;
}

a:visited {
	color: #900;
	text-decoration: underline;
}

a:hover {
	color: #FFF;
	background-color: #900;
	text-decoration: none;
}

a:active {
	color: #FFF;
	background-color: #900;
	text-decoration: none;
}

input {
	background-color: #CCC;
	border: 1px solid #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

textarea {
	background-color: #CCC;
	border: 1px solid #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}


/* Main Menu */

#main_menu {
	position: absolute;
	top: 0;
	left: 0;
	width: 155px;
	height: 100%;
	margin: 0;
	padding: 0;
}

#main_menu a {
	background-color: #CCC;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #666;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
	display: block;
	padding: 10px 0 10px 5px;
}

#main_menu a:visited {
	text-decoration: none;
}

#main_menu a:hover {
	text-decoration: none;
	background-color:#999;
	color: #FFF;
}

#main_menu a:active {
	text-decoration: none;
}

#main_menu .desc {
	font-size: 10px;
	font-weight: normal;
	color: #000;
}

#main_menu .bottom {
	width: 154px;
	height: 5px;
	background:url(images/bottom_line.jpg) repeat-x;
}

#main_menu .title {
	width: 154px;
	border-right: 1px solid #666;
}


/* Submenu */

#submenu {
	margin-top: 10px;
	margin-left: 35px;
	padding-bottom: 10px;
}

#submenu a {
	font-weight: bold;
	color: #666;
	background-color: #CCC;
	text-decoration: none;
	padding: 5px;
	border: 1px solid #666;
}

#submenu a:visited {
	font-weight: bold;
	color: #666;
	background-color: #CCC;
	text-decoration: none;
	padding: 5px;
	border: 1px solid #666;
}

#submenu a:hover {
	color: #FFF;
	background-color: #900;
	text-decoration: none;
	padding: 5px;
}

#submenu a:active {
	color: #FFF;
	background-color: #900;
	text-decoration: none;
	padding: 5px;
}

#submenu .active {
	font-weight: bold;
	color: #FFF;
	background-color: #666;
	padding: 5px;
	border: 1px solid #666;
}


/* Main Content Area */

#central_container {
	position: absolute;
	top: 0;
	left: 180px;
	width: 580px;
	font-size: 10px;
}

#main_contents {
	top: 0;
	width: 580px;
	background-color: #FFF;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	padding-bottom: 15px;
	font-size: 10px;
}

#main_title {
	width: 580px;
	height: 199px;
	background-image: url(images/00_main_title.jpg);
	border-bottom: 1px solid #666;
}

#main_welcome {
	width: 580px;
	height: 180px;
	border-bottom: 1px solid #666;
}

#main_bottom {
	position: relative;
	width: 580px;
	height: 5px;
	left: 1px;
	background: url(images/bottom_line.jpg) repeat-x;
}


/* General Components */

.title {
	width: 100%;
	background: url(images/menu_ttl_bg.jpg) repeat-x;
	background-color: #C00;
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	padding-top: 17px;
	padding-bottom: 17px;
	border-bottom: 1px solid #666;
}

.title_2 {
	width: 100%;
	margin-top: 10px;
	background-color: #CCC;
	font-weight: bold;
	padding: 5px 0 5px 0;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
}

.text_ident {
	margin-left: 40px;
	margin-right: 40px;
}

.image_290x190 {
	float: left;
	width: 290px;
	height: 190px;
	margin-right: 10px;
	background-color:#F90;
}