* {margin: 0;
   padding: 0;}
   
body {
	background-color: #000000;
	color: #FFFFFF;
	background-image: url(images/Main-Background.jpg);
	background-repeat: repeat-y;
	background-position: center;
	background-attachment: fixed;
	}
	
/* Begin Structure of site '*/  
 
#container {
	width: 896px;
	padding:3px;
	margin: 0px auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #FFFFFF;
	background-color: #000000;
}

#header {margin-top: 1px;
	background-image: url(images2/header_low1.jpg);
	height: 200px;
	border: 1px solid #FFFFFF;
}

#wrapper {
	margin-top: 7px;
	background-image: url(images2/wrapper_bg3.gif);
	background-repeat: repeat-y;
}

#left {
	float: left;
	width: 155px;
	background-image: url(images2/round_corner1.gif);
	background-repeat: no-repeat;
	color: #FFFFFF;
	background-color: #2D3A6C;
	padding: 5px;
}

#right {
	background-color: #2D3A6C;
	color: #FFFFFF;
	float: right;
	width: 155px;
	background-image: url(images2/round_corner_r1.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding: 5px;

}

#content {
	margin-left: 170px;
	margin-right: 170px;
	margin-bottom: 5px;
	color: #FFFFFF;
	background-color: #656F92;
	padding: 20px;
	border: 0px solid #FFFFFF;
}

#footer {
	clear: both;
	background-color: #000000;
	color: #FFFFFF;
	padding: 4px;
	border: 1px solid #FFFFFF;
	background-image: url(images2/bar_bg.gif);
	text-align: center;
}

/* Begin text formatting and image floats */

.imageleft{
	float: left;
	margin-right: 7px;
	margin-bottom: 1px;
}


p{
    margin-top: 15px;
	margin-bottom: 15px;
}

blockquote{
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 30px;
	border: 1px dotted #FFFFFF;
	background-image: url(images2/blockquote.jpg);
	background-repeat: no-repeat;
}

h1{
	background-color: #2A376B;
	padding: 5px;
	font-size: 1.3em;
	color: #FFFFFF;
	margin-top: 60px;
	margin-bottom: 15px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;

}

h2{
	background-color: #2A376B;
	padding: 5px;
	font-size: 1.3em;
	color: #FFFFFF;
	margin-top: 15px;
	margin-bottom: 15px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;

}

.list {
	margin-left: 0px;
	list-style-image: ;
	padding:1px;
	margin-top: 30px;
}

a:link {
	color: #FFFFFF;
	background-color: inherit;
}
a:visited {
	color: #FFFFFF;
	background-color: inherit;
}
a:hover {
	color: #00ABFA;
	background-color: inherit;
}
a:active {
	color: #FFFFFF;
	background-color: inherit;
}

/********** Begin top navigation *************/

#menu {
  margin: 0 auto;
}


#menu ul {
  width: 100%;
  float: left;
  margin: 0;
  padding: 0;

  text-align: left;
  background: #000 url(../images2/bg/menu.gif) repeat-x top left;
}

#menu ul li {
  display: inline;
  margin: 0;
  padding: 0;
  list-style: none;
}

#menu ul li a {
  float: left;
  text-align:center;
  width: 50%;
  height: 4.5em;

  font: 100 1.2em arial, sans-serif;
  letter-spacing: 0.1em;

  color: #02AEEE;

  border-top: 7px solid #000;
  
}

#menu ul li a span {
  display: block;
  padding: 2px 7px;
}


#menu ul li a span.desc {
  font-size: 0.8em;
  color: #8C8D94;
}


#menu ul li a:hover,
#menu ul li a.here {
  background: #000;
  border-top: 7px solid #02AEEE;
}

#menu ul li a:hover span.desc,
#menu ul li a.here span.desc {
  color: #FFF;
}