body{
    background: #DB2645;   
	color: #000;
	font-size: 1em;
	font-family: Arial, Trebuchet MS, Tahoma, sans-serif;
	margin: 0;
	padding: 0;	
	position: relative;
}

#page{
	float: left; 
}

a{
	text-decoration:none;
	color: #8B0A50;
}

a:visited{
	text-decoration:none;
	color: #8B0A50;
}

a:hover{
	text-decoration:underline;
	color: #000;
}

/*=========HEADER STYLES=========*/

#header {
    position: relative;
    padding-bottom: 1em;
    background: #DB2645;  
}

#header div.banner {
	margin-bottom: 0em;
	padding-bottom: 0em;
	margin-left: 2em;
}

.search_form{
	position: relative;
	float: right;
	margin-right: 2em;
	margin-bottom: 0;
}

.keywords{
    border: 1px solid #000;
}

.btn{
    border: 1px solid #000;
    background: #fff;
}

/*=== MAIN NAVIGATION MENU ===*/
.nav_menu{
	width: 99%;
	padding: 0em;
	float: left;
	vertical-align: bottom;
	background: #DB2645; 
}

ul.top_menu,ul.top_menu ul.submenu{
	list-style: none;
	padding: 0;
	margin: 0 auto;
}

li.top_menu_item{
	float: left;
	position: relative;
	left: 1em;
	z-index: 1;
	white-space: nowrap;	
	border: 2px solid #000;
	border-bottom: none;
	margin-right: 0.3em;
	padding: 5px;
	background: #ffe1ff;
}

li.top_menu_item_open{
	float: left;
	position: relative;
	left: 1em;
	top: 2px;
	white-space: nowrap;	
	border: 2px solid #000;
	border-bottom: none;
	margin-right: 0.3em;
	padding: 5px;
	background: #fff;
}

ul.submenu{
	position: absolute;
	display: none;
	right: -4em;
	top: 1.5em;
	margin: 0px;
	padding-top: 0.3em;
}

ul.submenu li{
	display: block;
	padding: 0.2em;
	padding-top: 0.5em;
	border: solid 1px #4682B4;
	color: #4682B4;
	background: #fff;
}

ul.submenu li a{
	display: block;
	text-align: center;
}

li.top_menu_item:hover ul.submenu,li.over ul.submenu{
	display: block;
	padding-top: 0.5em;
}

/*==============MAIN==================*/

#main{
	float: left;
	padding-bottom: 0.5em;
	margin-left: 0.3em;
}

#left{
	float: left;
	width: 100%;
}

.Caption{
	font-size: 1.5em;
	border: 0;
}

.section{	
	padding: 0.5em;
	margin-bottom: 2em;
	border: 2px solid #000;
	font-size: 1em;
	background: #FFFFFF;
	_height: 20em;
	min-height: 20em;
	width: 60em;
	background: #fff;
}

.section h1{
	padding: 0.3em;
	margin: 5em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	font-size: 1.5em;
	background-color: #ccc;
	color: #000;
	font-family: Trebuchet MS, Verdana, Lucida Sans, Sans-Serif;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	border: 3px solid #000;
}

div.listimage{
	width:10px;
	height:10px;
	background-color:#ff0066;
	margin: 0;
	padding: 0;
	margin-top: 0.3em;
	margin-right: 0.3em;
	float: left;
	-moz-border-radius: 0.3em;
	-webkit-border-radius: 0.3em;
}

/*============BOTTOM=============*/
#bottom_block{
	width: 62em;
}

#bottom_block .box{
    width: 32%;
    min-height: 300px;
    _height: 300px;
    border: 2px solid #000;
    float: left;
    position: relative;
    margin-right: 0.5em;
    background: #fff;
}

#bottom_block .Caption{
	font-size: 1.5em;
	border: 2px solid #000;
	color: #000;
	position: relative;
	bottom: 0.8em;
	width: 50%;
	margin: 0 auto;
	text-align: center;
	background: #FFE1FF;
}

#bottom_block .ticker{
    padding: 3em; 
    text-align: center;
}

#bottom_block input{
    border: 2px solid #000;
    background: #FFE1FF;
}

#bottom_block .copyright{
	text-align: center;
	color: #000;
}

.copyright a.bottom{
	color: #fff;	
}

.copyright a.bottom:visited{
	color: #fff;	
}