body
{
	background: url('../images/background.gif');
	background-repeat: repeat-x;
	background-color: #fdffec;
	
	font-family: "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	
	color: #919191;
	
	margin: 0px;
}

fieldset
{
	display: none;
}

a
{
	color: #919191;
	text-decoration: none;
}

a:hover
{
	/*text-decoration: underline;*/
}

h1
{
	margin: 0px;
	padding: 0px;
	
	font-weight: normal;
	
	padding-bottom: 10px;
	
	color: #6e6e6e;
}

h2
{
	margin: 0px;
	padding: 0px;
	
	font-size: 14px;
	font-weight: normal;
	
	padding-top: 5px;
	padding-bottom: 5px;
	
	color: #6e6e6e;
}

#main
{
	width: 	761px;
	
	background-color: #ffffff;
	
	margin: 0 auto;
	
	border-left: 1px solid #e9ebd9;
	border-right: 1px solid #e9ebd9;
}

#logo_bar
{
	width:	761px;
	height:	120px;
}

#subtitle_image
{
	position: relative;
	
	bottom: 32px;
	left: 220px;
}

#top_bar
{
	width:	761px;
	height:	24px;
	
	background-color: #d3eda6;
}

#image_bar
{
	width:	761px;
	height:	225px;
}

#nav_bar
{
	width:	761px;
	height:	24px;
}

#nav_bar .left
{	
	width:	191px;
	height:	24px;
	
	background-color: #c2e57f;
	
	float: left;
}

#nav_bar .right
{
	width:	545px;
	height:	22px;
	
	background-color: #87b820;
	
	text-align: right;
	float: right;
	
	padding-top: 2px;
	padding-right: 25px;
	
	color: #a7cb5c;
}

#nav_bar .language_enabled
{
	color: #cfe3a6;
}

#nav_bar .language_disabled
{
	color: #a7cb5c;
}

#nav_bar .language_enabled:hover
{
	color: #cfe3a6;
	text-decoration: none;
}

#nav_bar .language_disabled:hover
{
	color: #cfe3a6;
	text-decoration: none;
}

.menu_normal
{
	color: #919191;
	padding-left: 	35px;
	padding-top: 	3px;
	padding-bottom: 1px;
	
	cursor: pointer;
}

.menu_selected
{
	color: #919191;
	padding-left: 	35px;
	padding-top: 	3px;
	padding-bottom: 1px;
	
	cursor: pointer;
	
	background: white;
}

.menu_header
{
	color: #6e6e6e;
	font-weight: 	bold;
	padding-left: 	20px;
	padding-top: 	3px;
	padding-bottom: 1px;
}

.menu_normal:hover
{	
	background: white;
	
	/*background-image: url('../../../images/lastdots.gif');
	background-repeat: no-repeat;
	background-position: 0 .4em;*/
}

#middle
{
	
}

#middle_menu
{
	width:	191px;
	
	background-color: #f5f8ed;
	
	float: left;
	
	padding-top: 22px;
	padding-bottom: 25px;
}

#middle_menu ul
{
	list-style: none;
	
	padding: 	0px;
	margin:		0px;
}

#middle_content
{
	width:	520px;
	
	float: right;
	
	padding:  25px;
	
	text-align: justify;
}

#middle_content table
{
	text-align: justify;
}

#middle_content a
{
	border-bottom: 1px dashed #ddd;
}

#middle_content a:hover
{
	border-bottom: 1px solid #ddd;
	
	text-decoration: none;
}

#bottom_bar_1
{
	width: 	761px;
	height:	9px;
	
	background-color: #d9f1b7;
	
	clear: both;
}

#bottom_bar_2
{
	width: 	716px;
	height:	24px;
	
	background-color: #97c831;
	
	padding-left: 20px;
	padding-right: 25px;
	
	color: #ecf5da;
	font-size: 11px;
	
	clear: both;
}

#bottom_bar_2 a
{
	color: #ecf5da;
}

#copyright
{
	float: left;
}

#cms_menu
{
	float: right;
	
	color: #ecf5da;
}

#cms_menu a
{
	color: #ecf5da;
}