* {
 padding: 0;
 margin: 0;
}
body {
 font-family: Arial, Helvetica, sans-serif;
 color: #666666;
 font-size: 12px;
 background: #000059 url(images/bg.png);
 background-repeat:repeat-x;
}
.wrapper {
 width: 782px;
 margin: 0 auto;
}

/* ------------------------ Start Header -----------------*/
.header {
 margin: 0px 0px 0px 0px;
 background-image: url(images/header_bg.jpg);
 background-color: #333;
 height: 190px;
 padding: 10px 20px 0px 20px;
}
.header p{
	color:#000000;
	float: right;
	padding: 10px;
	font-weight:bold;
	text-align:right;
}
* html .header {height:110px} /* IE Min-Height Hack */ 
/* ------------------------ End Header -----------------*/

/* ------------------------ Start Nav Bar -----------------*/
* html .navigation {height: 17px} /* IE Min-Height Hack */ 

/* navigation */
.navigation {	
	background: #D9E1E5 url(images/nav.gif);
	padding-left:6px;
	height: 41px;
}
.navigation a, .navigation a:link {
	background: #D9E1E5 url(images/nav.gif);
	border-right: 1px solid #AFBEC7;
	border-left: 1px solid #AFBEC7;
	color: #ffffff;
	display: block;
	float: left;
	font: bold 1.1em sans-serif;
	line-height: 41px;
	padding: 0 11px;
	text-decoration: none;
}
.navigation a:hover {
	background: #D9E1E5 url(images/nav2.gif);
	color: #000000;}
/* ------------------------ End Nav Bar -----------------*/

/* ------------------------ Start outer content -----------------*/
#outercontent {
 background-color: #297ce8;
 width: 766px;
 padding: 8px;
 min-height: 100%;
 margin-top: 0px;
 margin-bottom: 13px;
 float:left;
 overflow:hidden;
}



/* ------------------------ End outer content -----------------*/

/* ------------------------ Start Columns -----------------*/
#centercolumn { /* Parent Wrapper for inside boxes */ 
 background-color: #000000;
 margin: 0px 0px 20px 0px;
 display: inline; /* IE Hack */
 padding: 7px;
 width: 557px;
 float: left;
 color: #ffffff;
}
#centercolumn ul {
	margin-left:20px;
}
.rightcolumn {
 margin: 0px 0px 13px 11px;
 padding: 7px;
 display: inline; /* IE Hack */
 width: 168px;
 float: left;
 border: 1px solid #AEAEAE;
 background-color: #000;
 color: #ffffff;
}
.rightcolumn h2 {
	color: #000;
	font-size: 1em;
	line-height: 30px;
	margin: 0;
	padding-left: 12px;
}
.rightcolumn ul {
	padding: 0;
	border: 1px solid #EAEADA;
	list-style-type:none;
}
.rightcolumn li {border-bottom: 1px solid #EAEADA;}

.rightcolumn li a {
	font-size: 1.1em;
	color: #fff;
	display: block;
	padding: 8px 0 8px 5%;
	text-decoration: none;
	width: 95%;
}
.rightcolumn li a:hover {
	background: #2d84eb;
	color: #fff;
	text-decoration: underline;	
}
/* ------------------------ End Columns -----------------*/

/* ------------------------ Start Footer -----------------*/
#footer {
 padding: 10px;
 color:#FFFFFF;
 margin-top: 13px;
 background: #00005a;
}
/* ------------------------ End Footer -----------------*/

h1 {
 font-size: 23px;
 font-family: Arial;
 color: #C7DCFF;
}

.float {
 float: left;
 padding: 0px 10px 0px 0px;
}
.float-right {
 float: right;
 padding: 0px 10px 0px 10px;
}
img {
 border: none;
}
/* Links */
a {
 color: #C7DCFF;
 text-decoration: none;
}
a:link {
 color: #C7DCFF;
 text-decoration: none;
}
a:visited {
 color: none;
 text-decoration: none;
}
a:hover {
 color:#8FB8FF;
 text-decoration: underline;
}

form {
	padding: 5px; 
	background-color: #70BDFC;
}

label {
	display:block;
	font-weight:bold;
	margin:5px 0;
    color:#000000;
}

input {
	padding:2px;
	border:1px solid #4E84B0;
	font: normal 1em Verdana, sans-serif;
	color:#777;
}
textarea {
	width:400px;
	padding:2px;
	font-family: Verdana, sans-serif;
	border:1px solid #4E84B0;
	height:100px;
	display:block;
	color:#777;
}
input.button { 
	margin: 0; 
	font: bolder 12px Arial, Sans-serif; 
	border: 1px solid #4E84B0; 
	padding: 2px 3px; 
	background: #FFF;
	color: #88ac0b;
}

.row1 {
}
.row2 {
	background-color: #F4F4F4;

}
.tableheader {
	font-weight: bold;
	background-color: #DAE3E3;
	padding: 5px;
	margin: 3px;
}
}
.tableborder {
	border: 1px solid #000000;
	padding: 10px;
}

