/* GENERAL */
html{
	background-color:		#720F36;
	background-image:		url('../img/backgrounds/body.jpg');
	background-position:	bottom center;
	background-repeat:		repeat-x;
	background-attachment:	fixed;
}

body{
	position:				absolute;
	width:					100%;
	height:					100%;
	margin:					0px;
	font-family:			Verdana, Arial, Helvetica, sans-serif;
	font-size:				11px;
	color:					#474747;
}

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

h1{
	width:					485px;
	height:					35px;
	margin:					0px;
	padding-top:			15px;
	padding-left:			25px;
	font-family:			Georgia, "Times New Roman", Times, serif;
	font-size:				21px;
	font-weight:			normal;
}

h2{
	margin:					0px;
	margin-top:				10px;
	margin-bottom:			-10px;
	margin-left:			30px;
	margin-right:			30px;
	font-size:				14px;
	font-weight:			normal;
	color:					#720F36;
}

.bold {
	font-weight: bold;
}



h3 {
	font-size:				11px;
	font-weight:			bold;
	color:					#720F36;
}

h2 span{
	margin-top:				-5px;
	float:					right;
}

a{
	color:					#720F36;
}
a:hover{
	text-decoration:		none;
}

a.gray{
	color:					#5D5D5D;
}

p{
	margin:					10px;
	margin-left:			30px;
	margin-right:			10px;
}

table{
	margin-left:			30px;
	border: 				1px solid #F1B7B5;
}
table tr td {
	margin:0;
	border: 1px solid #F1B7B5;
}

td{
	vertical-align:			top;
}

input{
	border-style:			solid;
	border-color:			#7F9DB9;
	border-width:			1px;
	font-size:				10px;
	color:					#666666;
}


select{
	border-style:			solid;
	border-color:			#7F9DB9;
	border-width:			1px;
	font-size:				10px;
	color:					#666666;
}

img{
	border:					none;
}

hr{
	height:					1px;
	margin-left:			30px;
	margin-right:			0px;
	border:					none;
	background-color:		#F1B7B5;
	color:					#F1B7B5;
}

span.orange{
	color:					#FF6600;
}

span.red{
	color:					#720F36;
}

span.small{
	font-size:				9px;
}

.left{
	float:					left;
}

.right{
	float:					right;
}


/* FRAME */
div#frame{
	width:					935px;
	margin-top:				20px;
	margin-left:			auto;
	margin-right:			auto;
	padding-bottom:			30px;
	display:				block;
	float:					none;
}


/* MENU */
div#menu{
	display:none;
	width:					235px;
	z-index:				4;
}

div#menu img{
	margin-top:				5px;
	margin-left:			15px;
	float:					left;
}

div#menu ul{
	width:					235px;
	margin:					0px;
	padding:				0px;
	padding-bottom:			30px;
	background-image:		url('../img/backgrounds/menu.gif');
	background-position:	15px 1px;
	background-repeat:		repeat-y;
	list-style:				none;
	float:					left;
}

div#menu ul li{
	position:				relative;
	list-style:				none;
	z-index:				2;
}

div#menu ul li.top{
	width:					210px;
	height:					40px;
	margin-left:			15px;
	background-image:		url('../img/backgrounds/menutop.gif');
}

div#menu ul li.active{
	width:					203px;
	margin-top:				-44px;
	margin-bottom:			-45px;
	margin-left:			0px;
	padding-top:			54px;
	padding-left:			32px;
	padding-bottom:			53px;
	border:					none;
	background:				none;
	background-image:		url('../nav/menu/active.gif');
	background-repeat:		no-repeat;
	font-weight:			bold;
	color:					#720F36;
	display:				block;
	z-index:				1;
}

div#menu ul li a {
	width:					171px;
	height:					20px;
	margin-top:				3px;
	margin-left:			25px;
	_margin-bottom:			-13px;
	padding-top:			6px;
	padding-left:			22px;
	border-style:			solid;
	border-color:			#FFCE9D;
	border-width:			1px;
	background-color:		#FFFFFF;
	background-image:		url('../nav/menu/default.gif');
	background-repeat:		no-repeat;
	font-weight:			bold;
	text-decoration:		none;
	color:					#EF9533;
	display:				block;
}

div#menu ul li.active span.fix a {
	width:					171px;
	height:					20px;
	margin: 				0;
	padding: 				0;
	border:					0;
	background:				none;
	font-weight:			bold;
	text-decoration:		none;
	color:					#720F36;
	display:				inline;
}


div#menu ul li a:hover{
	background-image:		url('../nav/menu/hover.gif');
	color:					#720F36;
}

div#menu ul li ul{
	width:					191px;
	margin-top:				8px;
	margin-bottom:			-8px;
	margin-left:			-6px;
	padding-top:			5px;
	padding-bottom:			5px;
	border-style:			solid;
	border-top-style:		none;
	border-color:			#FFFFFF;
	border-width:			1px;
	background:				none;
	background-color:		#FFDEBD;
	float:					none;
}

div#menu ul li ul li.active{
	width:					172px;
	height:					17px;
	margin:					0px;
	padding:				0px;
	padding-top:			1px;
	padding-left:			0px;
	background-image:		url('../nav/menu/submenu.gif');
	background-position:	left;
	font-weight:			normal;
}

div#menu ul li ul li a{
	width:					172px;
	height:					17px;
	margin:					0px;
	padding-top:			1px;
	padding-left:			18px;
	border:					none;
	background:				none;
	background-repeat:		no-repeat;
	background-position:	left;
	font-weight:			normal;
	color:					#720F36;
	display:				block;
}
div#menu ul li ul li a:hover{
	background-image:		url('../nav/menu/submenu.gif');
}

div#menu div{
	width:					205px;
	height:					22px;
	margin-left:			20px;
	padding-top:			8px;
	background-color:		#FFCE9D;
	font-size:				9px;
	font-weight:			bold;
	text-align:				center;
	color:					#EF9533;
}

div#menu div a{
	text-decoration:		none;
	color:					#EF9533;
}
div#menu div a:hover{
	text-decoration:		none;
}


/* HEADER */
div#header{
	width:					710px;
	height:					175px;
	margin-left:			-10px;
	background-image:		url('../img/backgrounds/header.jpg');
	z-index:				1;
}


/* MAIN */
div#main{
	width:					510px;
	margin-top:				-70px;
	margin-left:			-10px;
	background-color:		#FFFFFF;
	background-position:	right 50px;
	background-repeat:		no-repeat;
	z-index:				3;
}

div#main.blue{
	background-image:		url('../img/backgrounds/main/blue.jpg');
}

div#main.blue h1{
	background-image:		url('../img/backgrounds/h1/blue.jpg');
	color:					#15457E;
}

div#main.red{
	background-image:		url('../img/backgrounds/main/red.jpg');
}

div#main.red h1{
	background-image:		url('../img/backgrounds/h1/red.jpg');
	color:					#720F36;
}


/* CONTENT */
div#content{
	width:					500px;
	padding-bottom:			30px;
	background-color:		#FFFFFF;
	background-image:		url('../img/backgrounds/content.gif');
	background-repeat:		repeat-y;
	line-height:			18px;
}

div#content a.up{
	margin-top:				-5px;
	font-size:				9px;
	font-weight:			bold;
	text-decoration:		none;
	color:					#F1B7B5;
	float:					right;
}

div#content a.box{
	width:					453px;
	height:					25px;
	margin-top:				10px;
	margin-left:			20px;
	padding-top:			5px;
	padding-left:			25px;
	border-style:			solid;
	border-color:			#C9E5F6;
	border-width:			1px;
	background-color:		#DFEFFA;
	background-image:		url('../nav/box/closed.gif');
	background-repeat:		no-repeat;
	font-size:				14px;
	font-weight:			bold;
	text-decoration:		none;
	color:					#15457E;
	cursor:					pointer;
	display:				inline;
	float:					left;
}

div#content a.box_open{
	width:					453px;
	height:					25px;
	margin-top:				10px;
	margin-left:			20px;
	padding-top:			5px;
	padding-left:			25px;
	border-style:			solid;
	border-color:			#C9E5F6;
	border-width:			1px;
	background-color:		#DFEFFA;
	background-image:		url('../nav/box/open.gif');
	background-repeat:		no-repeat;
	font-size:				14px;
	font-weight:			bold;
	text-decoration:		none;
	color:					#15457E;
	cursor:					pointer;
	display:				inline;
	float:					left;
}

div#content a.box span{
	font-size:				9px;
	font-weight:			normal;
	text-decoration:		underline;
}

div#content a.box_open span{
	display:				none;
}

div#content div.box{
	display:				none;
	float:					left;
}

div#content span.column{
	margin-left:			40px;
	display:				inline;
	float:					left;
}

div#content div.container{
	width:					495px;
	display:				block;
}
div#content div#newshome div.container  {
	width:					495px;
	float:					none;
	display:				inline;
}
	
div#content div.contentblock{
	width:					215px;
	margin-top:				20px;
	margin-left:			30px;
	font-size:				10px;
	display:				block;
	float:					left;
}

div#content .fix2 {
	margin-left: 30px;
}

/* TABS */
div#tabs{
	width:					500px;
	height:					30px;
	margin-top:				25px;
	margin-bottom:			20px;
	margin-left:			5px;
	background:				none;
	background-image:		url('../img/backgrounds/tabs.jpg');
	background-position:	bottom;
	background-repeat:		no-repeat;
	font-weight:			bold;
	color:					#15457E;
}

div#tabs ul{
	margin:					0px;
	margin-left:			10px;
	padding:				0px;
}

div#tabs ul li{
	list-style:				none;
	float:					left;
}

div#tabs ul li.active{
	height:					24px;
	margin-left:			3px;
	padding-top:			5px;
	padding-left:			10px;
	padding-right:			10px;
	border-style:			solid;
	border-bottom-style:	none;
	border-color:			#C9E5F6;
	border-width:			1px;
	background-color:		#FFFFFF;
	color:					#15457E;
	display:				block;
}

div#tabs ul li a {
	height:					22px;
	margin-left:			3px;
	padding-top:			5px;
	padding-left:			10px;
	padding-right:			10px;
	border-style:			solid;
	border-bottom-style:	none;
	border-color:			#C9E5F6;
	border-width:			1px;
	background-color:		#E9F4FB;
	text-decoration:		none;
	color:					#15457E;
	display:				inline;
	float:					left;
}
div#tabs ul li a:hover{
	background-color:		#FFFFFF;
}


/* BLOCKS */
div#blocks{
display:none;
	width:					199px;
	padding-bottom:			5px;
	border-top-style:		solid;
	border-left-style:		solid;
	border-color:			#F9DFE0;
	border-width:			1px;
	background-color:		#FFFFFF;
}

div#blocks div.blue{
	background-color:		#DFEFFA;
	color:					#00537E;
}

div#blocks div.orange{
	background-color:		#FFE7CE;
	color:					#720F36;
}



/* BLOCK */
div#block{
display:none;
	width:					195px;
	margin-top:				5px;
	margin-left:			4px;
	font-size:				9px;
	line-height:			18px;
}

div#block img{
	margin-bottom:			5px;
	float:					left;
}

div#block p{
	margin-left:			10px;
	margin-right:			10px;
}

div#block div{
	width:					185px;
	height:					21px;
	margin-right:			10px;
	padding-bottom:			5px;
	float:					right;
}

div#block div img{
	float:					right;
}

div#block input{
	width:					173px;
}

div#block input.submit{
	width:					auto;
	border:					none;
	float:					right;
}

div#block select{
	width:					175px;
}

div.navigation {
	margin-left: 			30px;
	margin-bottom: 			10px;
	margin-top: 			10px;
}
div.result {
	margin-left: 			30px;
}
div.result p {
	margin:					0;
}

.border {
	border:					1px solid #720F36;
}

.subform {
margin-left: 30px;
}

div.fix2 table {
	border: 0px;
}
