body {
	background-color: #ffffff;
	color: #000000;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	margin: 0;
}

p { margin: 5px 10px 5px 10px;
}

#content{
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
h1,h2,h3,h4,h5,h6 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	margin: 5px 10px 5px 10px;
}
h1 {
    text-align:center;
	font-weight: bold;
}

#nav_top{
    background-color: rgb(0, 0, 0);
    border-bottom: 1px solid rgb(223, 223, 223);
    height: 136px;
    width: 100%;
    text-align:center;
    margin-bottom:-1px;
}
#nav_outer_box {
    background-repeat:repeat;
    left: 0;
    top: 0;
    width: 100%;
}
#nav_inner_box {
    background-color: rgb(243, 243, 243);
    margin-left: auto;
    margin-right: auto;
    max-width: 1160px;
    min-width: 1000px;
}
#nav_content_box {
   background-color: rgb(255, 255, 255);
    border-left: 1px solid rgb(223, 223, 223);
    border-right: 1px solid rgb(223, 223, 223);
    margin-left: auto;
    margin-right: auto;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    width: 980px;
}
#nav_bottom {
    background-color: #d9d9d9;
    clear: both;
    min-height: 136px;
    width: 100%;
     border-top: 1px solid rgb(223, 223, 223);
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
#nav_bottom_text {
	padding-top: 10px;
	width:800px;
     text-align:left;
     margin: 0 auto;   
}

#nav_bottom_text_left {
	float: left;
	width:280px;
	 text-align:left;
}
#nav_bottom_text_center {
	width:240px;   
	margin-left: 280px;
	margin-right: 280px;
	 text-align:center;
}
#nav_bottom_text_right {
	width:280px;   
	 text-align:right;
	 float:right;
}

#navigation
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	width:800px;
	margin: 0 auto;
	
}
#nav_border
{
	float: left;
	width:100%;
	margin-bottom:0px;
	background: #333;
	padding-bottom:0px;
	padding-top:5px;
	
}

.borderradius {
border: 1px solid rgb(223, 223, 223);
padding:10px 40px; 
border-radius:25px;
} 

#footer {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 9px;
	color: #ffffff;
	background-color: #1f1f9e;
	float: left;
	height: auto;
	width: 100%;
	white-space: normal;
	position: relative;
	bottom: auto;
}
#footer a:visited {
     color: #FFFF00;
}
#footer a:hover {
     color: #fa5705;
}
a:link {
	color: #499ee8;
	font-weight: bold;
}
a:visited {
	color: #606;
}
a:hover {
	color: #1f1f9e;
}

ul#nav {margin: 0 -50px 0 -10px;}
ul.drop a { display:block; color: #fff;  font-size: 15px; text-decoration: none;}
ul.drop, ul.drop li, ul.drop ul { list-style: none; margin: 0; padding: 0; border: 0px solid #fff; background: #333; color: #fff;}
ul.drop { position: relative; z-index: 597; float: left; }
ul.drop li { float: left; line-height: 1.3em; vertical-align: middle; zoom: 1; padding: 5px 10px; }
ul.drop li.hover, ul.drop li:hover { position: relative; z-index: 599; cursor: default; background: #1e7c9a; }
ul.drop ul { visibility: hidden; position: absolute; top: 100%; left: 0; z-index: 598; width: 195px; background: #555; border: 0px solid #fff; }
ul.drop ul li { float: none; }
ul.drop ul ul { top: -2px; left: 100%; }
ul.drop li:hover > ul { visibility: visible }