/*-------------------------------------------------
  Body and Containers
-------------------------------------------------*/
* {
padding: 0;
margin: 0;
}
body {
padding: 0;
margin: 0;
height: 100%;
text-align: center;
}


body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #047f95;
	background-image: none;
}

#page {
	width:710px;
	height: auto;
	min-height: 1300px;
	background-color: #FFFFFF;
	text-align: left;
	padding: 0;
	margin: 0;
}

#Header {
	width: 700px;
	height: 115px;
	margin: 0px auto;
	padding: 0;
	text-align:left;
	z-index: 1;
	background-image: url(images/header.jpg);
	        }
		
#Content {
	text-align:left;
	margin-left: 10px;
	padding:20px;
	margin-top:20px;
	
	
}

#Sidebar {
	text-align: left;
	width: 200px;
	margin-left:5px;
	height: auto;
	background-color: #311306;
	float: left;
	z-index: 2;
	padding:0px;
	margin-right:10px;
	}

/*-------------------------------------------------
  Header STYLES
-------------------------------------------------*/	

#Headertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 100px;
	text-indent: 25px;	
}


/*-------------------------------------------------
  Sidebar STYLES
-------------------------------------------------*/			

.link, .link a:link, .link a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	margin-left: 15px;
	margin-top: 10px;
	text-decoration: none;
}

.addlink, .addlink a:link, .addlink a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
}
.link a:hover, .link a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #cccccc;
	margin-left: px;
	margin-top: 15px;
	text-decoration: underline;
}

/*-------------------------------------------------
  Table STYLES
-------------------------------------------------*/	

table {
    width:420px;
	border-spacing:1px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	background-color:#E7E7E7;
	color: #333;
	margin-left:30px;
	
}

caption {
	font-weight: bold;
	background-image: url(images/caption.gif);
	color: #FFF;
	text-transform:uppercase;
		border-bottom: 1px solid #CCC;

	padding:10px;
}

td, th {
	padding: 4px;
}

thead th {
	text-align: left;
	background: #F5F5F5;
	color: #666;
	border: 1px solid #FFF;
	text-transform:uppercase;
}

thead tr.menu td, tbody tr.menu td{
	text-align:right;
	background: #047f95;
	color: #FFFFFF;
	padding-left: 15px;
	text-decoration: none;
	border-bottom: 4px solid #CCC;
	font-weight: bold;
}

thead tr.menu td a, thead tr.menu td a:link, thead tr.menu td a:visited, tbody tr.menu td a, tbody tr.menu td a:link, tbody tr.menu td a:visited {
	background: #047f95;
	border-top:1px none #333333;
	color: #FFFFFF;
	padding-left: 5px;
	text-decoration: none;
	padding: 0px;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
thead tr.menu td a:hover, thead tr.menu td a:active, tbody tr.menu td a:hover, tbody tr.menu td a:active {
	background: #047f95;
	border-top:1px solid #FFF;
	color: #FFFFFF;
	padding-left: 5px;
	text-decoration: underline;
		border: none;
		padding: 0px;

}

th a:link, thead th a:active{
	text-align: center;
	color: #666;
	border: 1px solid #FFF;
	text-transform:uppercase;
}

tbody th {
	font-weight: bold;
}

tbody tr		{
	background-color:#FFF; 
	text-align:left;
	}
tbody th a:link, tbody th a:visited{
	color:#333;
	padding:2px 0px 0px 5px;
	}
tbody th a:hover{
	color:#1B3764;
	}

tbody tr td { 
	height:40px;
	background: #FFF;
	border: 1px solid #FFF;
	}

table td a:link, table td a:visited {
	color: #1B3764;
	text-decoration: none;
}

table td a:hover {
	color: #666;
	border-bottom:2px solid #0069aa;
	text-decoration: none ;
}

tfoot th, tfoot td {
	background-color:#E7E7E7; padding:10px;
	text-align:center; 
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:22px; font-weight:bold; font-style:italic;
	border-bottom:3px solid #CCC;
	border-top:1px solid #DFDFDF;
}

tbody tr.odd 	{
	background: #1C77A5;
	border-top:1px solid #FFF;
}
tbody tr.odd td{ 
	height:20px;	
	background: #1C77A5;
	border-top:1px solid #FFF;
	text-align:center; 
	font-weight:bold;
	color: #FFF;
	text-transform:uppercase;
	}
/*-------------------------------------------------
   other STYLES
-------------------------------------------------*/	

.alert {
	color: #009900;
	font-weight:bold;
}
.alert2 {
	color: #009900;
	font-weight:bold;
}
.smtext {
	color: #666666;
	size: 80%;
}
