@charset "utf-8";
/* CSS Document */
body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;	
	/*
	background:url(../images/background_stripe.png) repeat;
	*/
	background: #0b017c;
}
a{color:#0F0;}
a:visited{color:#090;}
a:hover{color:#FC0;}

.container{
	width: 1000px;
	border: 1px solid #000;
	margin: 0 auto;
	background-color: #FFF;
	color: #FFF;
}

.header{
	height:150px;
	width: 1000px;
	font-size: 38px;
	background: url(../images/header.jpg) no-repeat;
	border-bottom: 1px solid #003;
	/*
	border: #000220 solid 1px;
	*/
}

.navigationclass {
	padding-left: 113px;
   background: #0b017c;
	height:24px;
	text-align:center;
	/*
	border-right: #000220 1px solid;
	border-left: #000220 1px solid;
	*/
}
#navigation {
   list-style: none;
   margin: 0; padding: 0;
}
#navigation li {
   float: left;
   margin: 0 3px;   
   padding-left: 23px;
   background: url(../images/navigation_star.jpg) no-repeat left;
   border-bottom: 1px solid #003;
   border-left: 1px solid #003;
   border-right: 1px solid #003;
}
#navigation li:hover {
   float: left;
   margin: 0 3px;   
   padding-left: 23px;
   background: url(../images/navigation_star_over.jpg) no-repeat left;
}
#navigation li a {
   display: block;
   padding:3px;
   background:url(../images/navigation_tab_center.jpg)  repeat-x bottom;
   text-align: center;
   color: #FFF;
   text-decoration:none;
   padding-right: 9px;
}

.lower_navigationclass {
	padding-left: 75px;
   background: #0b017c;
	height:23px;
	text-align:center;
	/*
	border-right: #000220 1px solid;
	border-left: #000220 1px solid;
	*/
}
#lower_navigation {
   list-style: none;
   margin: 0; padding: 0;
}
#lower_navigation li {
   float: left;
   margin: 0 5px;   
   padding-left: 23px;
   background: url(../images/navigation_wand.jpg) no-repeat left;
   border-top: 1px solid #C14E00;
   border-left: 1px solid #C14E00;
   border-right: 1px solid #C14E00;
}
#lower_navigation li:hover {
   float: left;
   margin: 0 5px;   
   padding-left: 23px;
   background: url(../images/navigation_wand_over.jpg) no-repeat left;
}
#lower_navigation li a {
   display: block;
   padding:3px;
   background:url(../images/navigation_tab_lower.jpg)  repeat-x bottom;
   text-align: center;
   color: #FFF;
   text-decoration:none;
   padding-right: 9px;
}
#contact_spacer{
	height: 130px;
	width:100%;
}
.contact{
	font-size: 12px;
	margin-left: 80px;
}
.main{
}
.sidebar{
	width: 140px;
	height: 450px;
	background: #ff8400;
	/*
	border-left: #000220 1px solid;
	*/
}
.content{
	width: 1000px;
	height: 500px;
	overflow:auto;
	/*
	border-left:#EC4700 1px solid;	
	border-right: #000220 1px solid;
	*/
	background:url(../images/content_corner_stars.jpg) bottom right no-repeat;
	background-color:#0b017c;
	color:#FFF;
}
.content img{
	border:2px solid #;
}
.footer{
	font-size: 10px;
	text-align:right;
	height: 20px;
	color:#000;
	background: url(../images/footer_back.jpg) repeat-x;
	/*
	border-top: #0C0 1px solid;
	border-left: #000220 1px solid;
	border-right: #000220 1px solid;
	border-bottom: #000220 1px solid;
	*/
}

#text3{
	padding: 3px;
}

#text3left{
	padding-left: 3px;
}

#text5{
	padding: 5px;
}

#link{
	height: 20px;
	background:url(../images/navigation_back_2.jpg) 0 0 no-repeat;
	padding-left:25px;
	color:#FFF;	
	margin-bottom: 3px;
	/*
	border-bottom: #ff7200 solid 1px;
	*/
	text-decoration: none;
}
#link a
{
	color: #FFF;
	text-decoration:none;
	text-decoration:line-through;
}
#link a:visited
{
	color: #FFF;
	text-decoration:none;
}
#link:hover{
	height: 20px;
	background:url(../images/navigation_back_2.jpg) 0 -20px no-repeat;
	padding-left:25px;
	color: #000;
	text-decoration:none;
}
#smalltext{
	font-size:12px;
}
#linebreak{
	width: 100%;
	background:url(../images/linebreak.gif) repeat-x;
	height: 2px;
	margin-top: 4px;
}
.blockleft {
	width:100%;
	margin:0px auto;
	background:#fff url(../images/block_left.gif) repeat-y left top;
}
.blocktop {
	width:100%;
	height:20px;
	background:url(../images/block_top.gif) no-repeat left top;
}
.blocktop span {
	display:block;
	position:relative;
	height:20px;
	background:url(../images/block_topright.gif) no-repeat right top;
}

.blockcenter-content {
	background:url(../images/block_right.gif) repeat-y right top;
	padding:1px 20px 0px 25px;
}

.blockbottom {
	height:60px;
	background:url(../images/block_bottom.gif) no-repeat left bottom;
}

.blockbottom span {
	display:block;
	position:relative;
	height:60px;
	background:url(../images/block_bottomright.gif) no-repeat right top;
}
.blockbottom_right {
	margin-left: 760px;
	height: 60px;
	background:url(../images/block_bottomright.gif) no-repeat right top;
}
.separator {
 clear: both;
 height: 0;
}