﻿html, body
{
/*	background-image:url(/images/background.png);
	background-repeat:repeat-x;*/
	background-color: #f0f0f0;
	color: #333333;
	text-align:center;
	font-family: Tahoma, Verdana;
	font-size:12px;
	line-height:20px;
	height:100%;
	padding-top:0px;
	margin:0px 0px 0px 0px;
}
.mceContentBody, .contentBody
{
	background-color:#ffffff;
	text-align:left;
	padding-top:0px;
	padding-left:10px;
	padding-right:10px;
	margin-top:0px;
	width:780px;
}

a{
	color: #E64E02;
	text-decoration: none;	
}
a:hover
{
	color: #393734;
	text-decoration: underline;
}

.box
{
	border:solid 0px #2D5B77;
	padding:0px 0px 0px 0px;
	/*background-color:#DEE8FF;*/
	padding:10px 10px 10px 10px; 
	background-image:url(/images/gradient_bg.gif);
	background-repeat:repeat-x;
}

.left
{
	background-image:url(/images/fade_left.gif);
	background-repeat:repeat-y;
	width:50px;
}
.right
{
	background-image:url(/images/fade_right.gif);
	background-repeat:repeat-y;
	width:50px;
}	
.content
{
/*	width:800px;*/
	text-align:left;
	padding-left:0px;
	padding-right:0px;
	margin:10px 0px 0px 0px;
}

/*.wrapper
{
	width:800px;
	text-align:center;
}*/

.header
{
	background-image: url(/images/header1.png);
	background-position: center top;
	background-repeat: no-repeat;
	height: 305px;
	width: 780px;
	text-align:left;
}

.menu
{
	background-image: url(/images/menu_background.png);
	background-position: center top;
	background-repeat: no-repeat;
	height: 55px;
	width: 780px;
	text-align:center;
}

.top_menu
{
	width:780px;
	height:20px;
	text-align:right;
	background-color:#242424;
	color:#eeeeee;
	margin-bottom:1px;
	margin-top:0px;
}
.top_menu a{
	color: #eeeeee;
	text-decoration: none;	
}
.top_menu a:hover
{
	color: #eeeeee;
	text-decoration: underline;
}
.main_menu 
{ 
	width:780px;
	height:55px;
	text-align:center;
}

.main_menu ul 
{
	width:780px;
	text-align:center;
 	margin:0px; padding:0px; 
 	}

.main_menu ul li {
	/*background-image:url(/images/menu_off.png);*/
	margin:0px;
	padding:0px;
	list-style:none;
	float:left;
	font-family: Tahoma, Verdana;
	font-size:16px;
	width:156px;
	text-align:center;
	vertical-align:middle;
}

.main_menu ul li a{
	/*background-image:url(/images/menu_off.png);*/
	width:156px;
	height:35px;
	display:block;
	padding-top:15px;
	color:#5e5e5e;
	color:#ffffff;
	text-decoration:none;
	padding-left:0px;
	padding-right:0px;
	border-bottom:0px;	
	vertical-align:middle;
}

.main_menu ul li a.red { color:#dd4b00; }
.main_menu ul li a.selected 
{
	background-color:#242424;
}

.main_menu ul li a:hover{
/*	background-image:url(/images/menu_on.png);
	background-repeat:repeat-x;*/
	color:#ffffff;
	background-color:#242424;

}

.main_menu ul li a.active{
	background-image:url(/images/menu_2.gif);
	color:#ffffff;
}

h1
{
	font-family: times, Times New Roman, times-roman, georgia, serif;
	color:#E44E01;
	color:#2D5B77;
	margin: 0;
	padding: 0px 0px 6px 0px;
	font-size: 32px;
	line-height: 32px;
	letter-spacing: -1px;
	font-weight:lighter;
}	

h2
{
	font-family: times, Times New Roman, times-roman, georgia, serif;
	color:#E44E01;
	color:#2D5B77;
	margin: 0;
	padding: 0px 0px 6px 0px;
	font-size: 24px;
	line-height: 24px;
	letter-spacing: -1px;
	font-weight:lighter;
}	
h3
{
	color:#E44E01;
	color:#2D5B77;
	margin: 0;
	padding: 0px 0px 6px 0px;
	font-size: 18px;
	line-height: 18px;
	letter-spacing: -1px;
	font-weight:lighter;
}	

.box_tr
{
	background-image:url("/images/box/tr.gif");
	background-repeat:no-repeat;
	width:10px;
	height:10px;
}
.box_t
{
	background-image:url("/images/box/t.gif");
	background-repeat:repeat-x;
	height:10px;
}
.box_tl
{
	background-image:url("/images/box/tl.gif");
	background-repeat:no-repeat;
	width:10px;
	height:10px;
}
.box_l
{
	background-image:url("/images/box/l.gif");
	background-repeat:repeat-y;
	width:10px;
	height:100%;
}
.box_r
{
	background-image:url("/images/box/r.gif");
	background-repeat:repeat-y;
	width:10px;
}
.box_br
{
	background-image:url("/images/box/br.gif");
	background-repeat:no-repeat;
	width:10px;
	height:10px;
}
.box_b
{
	background-image:url("/images/box/b.gif");
	background-repeat:repeat-x;
	height:10px;
}
.box_bl
{
	background-image:url("/images/box/bl.gif");
	background-repeat:no-repeat;
	width:10px;
	height:10px;
}
