@import url(undohtml.css);
@import url(cssmenu.css);

body{ 
    font-family: Arial, Verdana, Helvetica, sans-serif;
	margin:auto;
	text-align:center;
	width:790px;
	background-color:#18374B;
	color:#4a5865;/*#717171;*/
	font-size:80%;
	position:relative;
}

h1{
	color:#DE554F;
	font-size:150%;
	font-weight:normal;
	padding:4px 0;
}

p{padding:2px 0;}

a{color:#000099;}

.small_txt{font-size:60%;}

#main_holder{
	width:790px;
/*	border:1px solid red;*/
	text-align:left;
	padding:10px 0;
	position:relative;
}

#push{
	height:0px;
	line-height:0px;
	font-size:0px;
}

#top{
	background:#fff url(/images/top_right.gif) no-repeat right top;
	height:25px;
	clear:both;
}

#logo{
	margin:0 0 0 60px;
	float:left;
}

#hometxt1{
	width:363px;
	float:right;
	background:#AAC32A url(/images/greentop.gif) no-repeat left top;
	margin:0 10px 0 0;
	padding:25px 0 0 0;
	color:#fff;
}

#hometxt2{
	width:352px;
/*	height:200px;*/
	float:right;
	background: #C3352B url(/images/redtop.gif) no-repeat left top;
	margin:5px 25px 0 0;
	padding:25px 0 0 0;
	color:#fff;
}

#hometxt1 .subtext,
#hometxt2 .subtext{padding: 0 20px;}

.contentfix{
	clear:both;
/*	height:1px;
	font-size:1px;
	line-height:1px;
	text-align:right;*/
	padding:0 50px 0 0;
	text-align:right;
	font-size:80%;
}

.home_footer{
	text-align:center;
}

#top img{float:left;}

#top img #bottom_menu{float:none;}

#bottom{
	background:#fff url(/images/bottom_right.gif) no-repeat right bottom;
	height:25px;
/*	clear:both;
	border:1px solid red;*/
}

#bottom img{float:left;}

#home_middle{
	background:#fff;
	padding:0 25px;
}

#page_middle{
	/*background:#fff url(/images/bottom_tag.gif) no-repeat bottom left;*/
	background:#fff;
}

#page_middle #right_block{
	width:410px;
	float:right;
	padding:0 40px 20px 0;
}

#page_middle #left_block{
	width:310px;
	padding:0 10px;
}

#flashcontent{
	height:450px;
	width:680px;
	padding:0 0 0 30px;
}

/* admin styles */
.admin_content{
	margin-left:-300px;
}

.grey_div a,
.grey_table a{
	font-weight:normal!important;
	color:#333;
}

.grey_div a:hover,
.grey_table a:hover{
	text-decoration:underline;
}

.grey_div{
	background-color:#EDF4FC;
	width:550px;
	border:1px solid #141D5E;
	padding:10px;
}

.grey_table{
	background-color:#EDF4FC;
	width:550px;
	border:1px solid #141D5E;
}

.grey_table th{
	background-color:#CBE0F5;
	padding:5px;
}

.grey_table td{
	padding:5px;
}

/* admin styles end */

#main_body{
	line-height:120%;
}