body {
	margin: 0px;
	padding: 0px;
	background-color: #f68a20;
	background-image:url(../images/bg.jpg);
	background-position: top center;
	background-repeat: repeat-x;

}

#myscroll {
/* Typical fixed height and fixed width example */
width: 396px;
height: 620px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
background-color: #ffffff;
padding:5px

}

#myscroll_2 {
/* Typical fixed height and fixed width example */
width: 531px;
height: 620px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
background-color: #ffffff;
padding:5px

}




#logo {
	position: absolute;
	margin-left: 44px;
	margin-top: 366px;
	width: 308px;
	height: 88px;
}

#index_banner {
	width: 369px;
	height: 724px;
	background-image:url(../images/banner_bg.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

#allwebmenus {
	width: 591px;
	height: 45px;
}

#main_content {
	height:706px;
	background-color:#FFFFFF;
}

.more_link {
	font-family: Arial, Tahoma, Verdana;
	font-size: 9px;
	color: #FFFFFF;
}

.more_link a:link, .more_link a:visited, .more_link a:active {
	color: #FFFFFF;
	text-decoration: none;
}

.more_link a:hover {
	color: #ffc400;
	text-decoration: none;
}


/* - [index's content (classes and ids)] ------------------------------------------------ */
#index_content {
	margin: 0px 19px 0px 21px;
	width: 961px;
	background-image: url(../images/index_content_bg.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}


/* -------------------------------------------------------------------------------------- */


/* - [sub pages' content (classes and ids)] --------------------------------------------- */

.content_headder {
	font-family: Arial, Tahoma, Verdana;
	font-size: 11px;
	color: #010101;
	font-weight:bold;
}

.content_text {
	font-family: Arial, Tahoma, Verdana;
	font-size: 10px;
	color: #7e7e7e;
	text-align:justify;
}

.content_text a:link, .content_text a:visited, .content_text a:active {
	color: #7e7e7e;
	text-decoration: none;
}

.content_text a:hover {
	color: #7e7e7e;
	text-decoration: underline;
}

.sub_header {
	font-family: Arial, Tahoma, Verdana;
	font-size: 16px;
	color: #fe8b13;
	font-weight:bold;
	text-align:justify;
}


.sub_title {
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	color: #fe8b13;
	font-weight:bold;
	text-align:justify;
}

.sub_title a:link, .sub_title a:visited, .sub_title a:active {
	color: #fe8b13;
	text-decoration: none;
}

.sub_title a:hover {
	color: #656565;
	text-decoration: none;
}
/* -------------------------------------------------------------------------------------- */
/* - [main contents and title(classes and ids)] --------------------------------------------------------- */
.title_name {
	font-family: Arial, Tahoma, Verdana;
	font-size: 16px;
	color: #f68a20;
	font-weight:bold;
}

.main_text {
	font-family: Arial, Tahoma, Verdana;
	font-size: 10px;
	color: #494949;
	text-align:justify;
}

.title_events {
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	color: #2f8797;
	font-weight:bold;
}

.news_more {
	font-family: Arial, Tahoma, Verdana;
	font-size: 9px;
	color: #000000;
	font-weight:bold;
}


.news_more a:link, .news_more a:visited, .news_more a:active {
	color: #000000;
	text-decoration: none;
}

.news_more a:hover {
	color: #000000;
	text-decoration: underline;
}

.main_more {
	font-family: Arial, Tahoma, Verdana;
	font-size: 9px;
	color: #f68a20;
	font-weight:bold;
}


.main_more a:link, .main_more a:visited, .main_more a:active {
	color: #f68a20;
	text-decoration: none;
}

.main_more a:hover {
	color: #f68a20;
	text-decoration: underline;
}


/* -------------------------------------------------------------------------------------- */

/* - [footer (classes and ids)] --------------------------------------------------------- */
#footer {
	padding: 20px 0px 0px 0px;
}

.footer_text {
	font-family: Tahoma, Verdana, Arial;
	color: #80471d;
	font-size: 10px;
}

.footer_text a:link, .footer_text a:visited, .footer_text a:active {
	color: #80471d;
	text-decoration: none;
}

.footer_text a:hover {
	color: #80471d;
	text-decoration: underline;
}

.footer_nav {
	font-family: Arial, Tahoma, Verdana;
	color: #4c2a11;
	font-size: 11px;
}

.footer_nav a:link, .footer_nav a:visited, .footer_nav a:active {
	color: #4c2a11;
	text-decoration: none;
}

.footer_nav a:hover {
	color: #4c2a11;
	text-decoration: underline;
}

.btmright_text {
	font-family: Verdana;
	font-size: 9px;
	color: #80471d;
	line-height: normal;
	text-align: right;		
}

.btmright_text a:link, .btmright_text a:visited, .btmright_text a:active {
	color: #80471d;
	text-decoration: none;
}

.btmright_text a:hover {
	color: #80471d;
	text-decoration: underline;
}
/* -------------------------------------------------------------------------------------- */
