* {
	margin: 0;
	padding: 0;
	border: 0;
}

html {
	min-height: 100%;
	margin-bottom: 1px;
}

body {
	background-color:#CCCCCC;
	font: 100.01%/120% Arial, Helvetica, sans-serif;
	color: #000000;
}

#wrapper {
	background-color:#FFFFFF;
	background: url(../assets/images/body_sub_bg.jpg) #FFFFFF repeat-x;
	width: 770px;
	margin: 0 auto;
	font-size: 80%;
	padding-bottom: 25px;
}

#header {
	height: 101px;
	position: relative;
	background: url(../assets/images/logo.jpg) 0 0 no-repeat;
}

#content {
	background-color:#FFFFFF;
	padding: 1px 0 0 0;
	margin: 20px 20px 0 20px;
	border-top: 3px solid #292929;
}

#leftcol {
	float: left;
	width: 190px;
	margin: 20px 0;
	border-top: 3px solid #292929;
}

#footer {
	clear: both;
	min-height: 20px;
	width: 770px;
	margin: 0 auto;
	background-color: #C8C8C8;
	border-top: 3px solid #292929;
}

#footer p {
	text-align: center;
}

#header ul {
  float: right;
  padding: 8px 0;
  list-style-type: none;
  min-width: 350px;
  margin-top: 55px;
}
  
#header li {
  background: url(../assets/images/right.gif)  no-repeat top right;
/*  background: url(../images/right.gif)  no-repeat top right; */
  padding: 0 3px 0 0;
  margin-right: 5px;
  float: right;
}
  
#header a {
  float: left;
  display: block;
  background: url(../assets/images/left.gif) no-repeat top left;
  padding: 3px 8px 4px 12px;
  text-decoration: none;
  font-weight: bold;
  color: #FFFFFF;
  margin-right: 1px;
}

/* hide from IE mac \*/ 
#header a {
float: none;
}
/* end hiding from IE5 mac */

#header li a:hover, #header li a:focus {
	color: #CACACA;
}

#header #current {
  background: url(../assets/images/right_on.gif) no-repeat top right;
  padding: 0 3px 0px 0;
  margin-right: 5px;
}

#header #current a {
  background: url(../assets/images/left_on.gif) no-repeat top left;
  padding: 3px 8px 6px 12px;
  text-decoration: none;
  font-weight: bold;
  color: #C7C9EC;
  margin-right: 1px;
}

#header #current a:hover {
	color: #FFFFFF;
}

#leftcol ul {
	margin-top: 15px;
	list-style-type: none;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
}

#leftcol li a {
	display: block;
	background: #5151C4;
	color: #FFFFFF;
	padding: 2px 3px;
	text-decoration: none;
	border-bottom: 1px solid #000000;
}

#leftcol li a:hover, #leftcol li a#here {
	background: #323232;
	color: #C7C9EC;
}

#leftcol li a:focus {
 	background: #262626;
 }

h1, h2, h3, h4, h5, h6 {
	margin: 15px 0;
	padding: 0;
	font-size: 150%;
}

h2 {
	font-size: 140%;
}

h3 {
	font-size: 130%
}

h4 {
	font-size: 120%
}

h5 {
	font-size: 110%;
}

h6 {
	font-size: 100%;
}

p {
	margin: 10px 0;
}

.right {
	float: right;
	margin: 5px 0 2px 10px;
}

.left {
	float: left;
	margin: 5px 10px 2px 0;
}

a img {
	border: none;
}

a {
	color: #5151C4;
}

a:hover {
	color: #FFFFFF;
	background: #5151C4;
	text-decoration: none;
}

#content a:link, #content a:visited{
	color: #333333;
	background-color: #FFFFFF;
}

#content a:hover, #content a:focus{
	background-color: #5151C4;
	color: #FFFFFF;
	text-decoration: underline;
}

#content form{
	margin: 5px 20px 0 20px;
}

#content fieldset fieldset{
	width: 195px;
	padding: 0;
	border: none;
}

#content input{
	background-color: #CCCCCC;
	color: #333333;
	border: 1px solid #5151C4;
	margin: 0 0 0 0;
	width: 150px;
	display: block;
}

#content textarea{
	background-color: #CCCCCC;
	color: #333333;
	border: 1px solid #5151C4;
	margin: 0 0 0 0;
	height: 200px;
}

.labelfloat{
	float: right;
	padding-top: 5px;
}

#content label{
	color: #333333;
	font-size: 75%;
	padding-top: 5px;
	display: block;
}

#content fieldset{
	margin: 0;
	border: none;
	padding: 5px 5px 20px 10px;
	width: 650px;
}

#content .button{
	background-color: #5151C4;
	color: #FFFFFF;
	width: 80px;
	margin-top: 20px;
	display: inline;
}

#content td a:link, #content a:visited {
	background-color: #FFFFFF;
	color: #000066;
}

#content td a:hover {
	background-color: #000066;
	color: #FFFFFF;
}

#content ul {
	margin: 10px 20px 10px 30px;
}

.warning {
    font-weight: bold;
    color: #F00F00;
}

.team {
	font: 100.01%/120% Georgia, "Times New Roman", Times, serif;
    font-weight: bold;
    color: #000066;
}

 /*\*//*/
#header ul {
	padding-top: 63px;
}
/**/