/********************************************************/


.GEN_MainContainer
{
	position:relative;
	width:780px;
	height:580px;
	margin:0px auto 0px auto;
	/*background-color: white;*/
}
.GEN_Navigation
{
	height: 150px;
	overflow: hidden;
}
.GEN_Nav_row1
{
	height: 40px;
	overflow: hidden;
}
.GEN_Nav_row2
{
	height: 50px;
	overflow: hidden;
}
.GEN_Nav_row3
{
	height: 60px;
	overflow: hidden;
	background-image: url('/images/row3_bg.gif');
	background-repeat: no-repeat;
}
.GEN_NavigationInner
{
	padding-top: 18px;
	text-align: center;
}
#GEN_Nav
{
	height: 33px;
}

/* *************************************************************************************  */
/* HOME PAGE */

.GEN_Home_container
{
	height: 410px;
	overflow: hidden;
}
.GEN_Home_LeftColumn
{
	float:left;
	width: 430px;
}
.GEN_Home_LeftColumn img
{
	border: 0px;
}

.GEN_Home_RightColumn
{
	float:right;
	width: 350px;
}
.GEN_Home_logo
{
	height: 95px;
	overflow: hidden;
}
.GEN_Home_Content
{
	height: 315px;
	background-image: url('/images/home_bg.gif');
	background-repeat: no-repeat;
	background-position: top;
}
.GEN_Home_ContentInner
{
	padding: 15px 30px 10px 3px;
	text-align: right;
	overflow: auto;
	font-size: 12px;
}
.GEN_Home_ContentInner H1
{
	color: #d63035;
	font-size: 16px;
	font-weight: bold;
}

/*************************************************************************************/
/* SUB PAGE */
.GEN_Page_container
{
	background-color: white;
	background-position: left;
	background-repeat: no-repeat;
	height: 410px;
}
.GEN_Page_logo
{
	height: 95px;
	text-align:right;
}
.GEN_Page_Content
{
	height:315px;
	background-image: url('/images/page_bg.gif');
	background-repeat: no-repeat;
	background-position: right;
}
.GEN_Page_ContentInner
{
	padding: 15px 30px 20px 100px;
}
.GEN_Page_ContentText
{
	width: 650px;
	height: 280px;
	overflow: auto;
	font-size: 12px;
	scrollbar-3dlight-color		: #d12033;
	scrollbar-arrow-color		: #d12033;
	scrollbar-darkshadow-color	: #d12033;
	scrollbar-face-color		: #fe965b;
	scrollbar-highlight-color	: #fe965b;
	scrollbar-shadow-color		: #fe965b;
	scrollbar-track-color		: #d12033;
	vertical-align: top;
}

.GEN_Page_ContentInner H1
{
	color: #fe965b;
	font-size: 16px;
}

/* ******************************************************************************** */
.GEN_sitemap_block
{
	padding: 3px 0px 3px 0px;
	width	: 620px;
}
.GEN_sitemap_alphabet
{
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 10px;
}
.GEN_sitemap_alphabet a, .GEN_sitemap_alphabet a:visited
{
	color: #fe965b;
}
.GEN_sitemap_alphabet a:hover
{
	text-decoration: none;
	color: #fe965b;
}
.GEN_sitemap_letter a, .GEN_sitemap_letter a:visited
{
	font: 12px Arial;
	font-weight: bold;	
	text-decoration: none;
}
.GEN_sitemap_links_block
{
}
.GEN_sitemap_link a, .GEN_sitemap_link a:visited
{
	font: 12px Arial;
	text-decoration: none;
}
.GEN_sitemap_link a:hover
{
	text-decoration: underline;
}

div.GEN_sitemap_letter {
	width	: 50px;
	float	: left;
	color	: #fe965b;
	font-weight: bold;
	font-size: 14px;
}

div.GEN_sitemap_links_block {
	width	: 280px;
	float	: left;
}

div.GEN_sitemap_link {
	width	: 280px;
	float	: left;
}
