/* GENERAL */
body{
	position:					absolute;
	width:						100%;
	height:						100%;
	margin:						0px;
	background-image:			url('../img/backgrounds/body.gif');
	line-height:				150%;
	font-family:				Verdana, Arial, Helvetica, sans-serif;
	font-size:					12px;
	color:						#6C6C6C;
}

div{
	position:					relative;
	overflow:					hidden;
	display:					inline;
	float:						left;
}

h1{
	height:						30px;
	margin:						0px;
	margin-top:					80px;
	margin-bottom:				-39px;
	margin-left:				39px;
	padding:					0px;
	font-size:					18px;
	font-weight:				normal;
	color:						#2A5D99;
	display:					block;
}


div.contentvak h1 {
	height:						30px;
	margin:						0px;
	margin-left:				20px;
	padding:					0px;
	font-size:					18px;
	font-weight:				normal;
	color:						#2A5D99;
}

h2{
	margin:						20px;
	margin-top:					0px;
	font-size:					16px;
	font-weight:				normal;
	color:						#2A5D99;
}

h3{
	margin:						20px;
	margin-top:					0px;
	font-size:					14px;
	font-weight:				normal;
	color:						#2A5D99;
}

h4{
	margin:						20px;
	margin-top:					0px;
	font-size:					12px;
	font-weight:				normal;
	color:						#2A5D99;
}

a{
	text-decoration:			none;
	color:						#2A5D99;
}
a:hover{
	text-decoration:			underline;
}

p{
	margin:						20px;
	margin-top:					0px;
}
table{
	margin-left: 				20px;
	margin-bottom:				20px;
	margin-top:					0px;
	border-collapse:			collapse;
}

td{
	border-bottom-style:		solid;
	border-color:				#8B8989;
	border-width:				1px;
}

.submit
{
	margin-left: 20px;
}

img{
	border:						none;
}

.left{
	float:						left;
}

.right{
	float:						right;
}


/* FRAME */
div#frame{
	position: absolute;
	width:						1000px;
	height:						550px;
	margin-left:				auto;
	margin-right:				auto;
	border-style:				solid;
	border-color:				#000000;
	border-width:				1px;
	background-color:			#FFFFFF;
	display:					block;
	float:						none;
	top: 						50%;
	margin-top: 				-275px;
	left: 50%;
	margin-left: -500px;
}


/* MENU */
div#menu{
	width:						170px;
	height:						550px;
	background-color:			#CD9400;
	background-image:			url('../img/backgrounds/menu.gif');
	background-position:		bottom;
	background-repeat:			repeat-x;
}

div#menu ul{
	margin:						0px;
	margin-top:					10px;
	padding:					0px;
}

div#menu ul li{
	list-style:					none;
}

div#menu ul li a{
	width:						135px;
	height:						36px;
	padding-top:				14px;
	padding-right:				35px;
	font-size:					18px;
	text-align:					right;
	text-decoration:			none;
	letter-spacing:				2px;
	color:						#FFFFFF;
	display:					block;
}
div#menu ul li a:hover{
	color:						#996F00;
}

div#menu ul li a.active{
	color:						#183466;
}

div#menu ul ul{
	margin:						0px;
}

div#menu ul ul li{
	margin-top:					1px;
}

div#menu ul ul li a{
	height:						23px;
	padding-top:				2px;
	background-color:			#D7A933;
	font-size:					12px;
}
div#menu ul ul li a:hover{
	background-color:			#fff;
	color:						#183466;
}


/* BANNER */
div#banner{
	width:						355px;
	height:						550px;
	background-position:		bottom;
	background-repeat:			repeat-x;
	text-align:					center;
}

.bannerbox
{
	width: 355px;
	height: 550px;
	border-right-style:			solid;
	border-color:				#CE9500;
	border-width:				1px;
}

/* MAIN */
div#main{
margin-left: -1px;
	width:						474px;
	height:						550px;
}

div#main div{
	width:						440px;
	height:						265px;
	margin-top:					57px;
	margin-left:				20px;
	scrollbar-3dlight-color:	#C0C0C0;
	scrollbar-arrow-color:		#C0C0C0;
	scrollbar-base-color:		#F1EFEF;
	scrollbar-darkshadow-color:	#C0C0C0;
	scrollbar-face-color:		#FFFFFF;
	scrollbar-highlight-color:	#F1EFEF;
	scrollbar-shadow-color:		#FFFFFF;
	overflow:					auto;
}

div#main img.logo{
	margin-top:					20px;
	margin-right:				20px;
	float:						right;
}

div#main img.slogan{
	margin-top:					15px;
	float:						left;
}


/* FOOTER */
div#footer{
	position: 					absolute;
	width:						1000px;
	margin-left:				auto;
	margin-right:				auto;
	font-size:					10px;
	text-align:					right;
	letter-spacing:				1px;
	color:						#000;
	display:					block;
	float:						none;
	margin-top: 				425px;
	top: 						50%;
	margin-top: 				280px;
	left: 50%;
	margin-left: -500px;
}
div#footer a
{
	color: #000;
}
div#sitemap {
	padding-top: 5px;
}
.ObjectContainer
{
	border-right: 1px solid #CD9400;
}
#flashcontent
{
	margin:0;
	padding:0;
}