body
{
    font: 76%/1.3 Tahoma;
    background-color: #000000;
    height: 100%;
    margin: 0 auto;
    padding: 0;
	color: #333333;
}

h1,h2,h3,h4 {
	font: normal 1em/1.0 Arial;
}
h1 {
	margin: 14px 0 0.65em;
	padding: 6px 0;
	color: #333333;
	font-size: 2em;
}
h2 {
	margin: 0 0 0.3em;
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1.2;
}
h3 {
	margin: 0 0 0.52em;
	font-size: 1.2em;
	font-weight: bold;
}

p, ul, ul ul, ol, table {
	margin: 0 0 1.3em;
	padding: 0;
}

ul, ul ul {
	list-style:none;
}

a, a:link, a:visited {
		color: #333333;
		text-decoration: none;
	}
	
a:hover {
	color: #333333;
	text-decoration: underline;
}

img
{
    border: 0px;       
}

.withBorder
{
    border: 1px solid #CCCCCC;
	padding: 3px;
	margin-left: 4px;
}

.text65 {
	font-size: 76%;
}

.text76 {
	font-size: 100%;
}

.text100 {
	font-size: 130%;
}

.btn {   
	color:#333333;   
	font: normal 1em Tahoma, Arial, Helvetica, sans-serif; 
	height: 40px;
	width: 125px;
	float: left;
}

#TopContainer
{
	background: #222222;
}

#Header
{
    height: 100px;
    width: 70em;
    margin: 0 auto;
}

#Logo
{
    float: left;
	margin: 20px 0 0 0;
	padding: 0;
}

#Search
{
	text-align: left;
	float: left;
}

.input
{
	height: 28px;
	width: 26em;
	float: left;
	padding: 5px;
	font-size: 20px;
	border: 2px solid #CCCCCC;
	background: #FFFFFF;
}

.inputAdd
{
	height: 25px;
	width: 15em;
	padding: 3px;
	font: normal 18px Arial;
	border: 2px solid #CCCCCC;
	background: #FFFFFF;
}

.inputTextarea
{
	height: 125px;
	width: 15em;
	padding: 3px;
	font: normal 18px Arial;
	border: 2px solid #CCCCCC;
	background: #FFFFFF;
}

.btnSearch
{
	height: 40px;
	width: 10em;
	float: right;
	padding: 3px;
}

.sitemap ul, li{
	line-height: 1.6em;
}

#siteContent {
	margin: 0;
	float: right;
	font-size: 0.9em;
	text-align: right;
	list-style: none;
	color: #CCCCCC;
}

#siteContent li {
	display: inline;
}
#siteContent a:link, #siteContent a:visited {
	color: #CCCCCC;
	text-decoration: underline;
}
#siteContent a:hover {
	color: #CCCCCC;
	text-decoration: none;
}

/* -----------------------------------------
     Menu
   ----------------------------------------- */ 
#menucontainer {
	width: 100%;
	background: #222222;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}

ul#menu {
	width: 80em;
	height: 43px;
	background: #222222;
	font: normal 0.9em Tahoma, Verdana, sans-serif;
	text-transform: uppercase;
	list-style-type: none;
	margin: 0;
	margin-right: auto;
	margin-left: auto;
	padding: 0;
}
ul#menu li {
	display: block;
	float: left;
	margin: 0 0 0 5px;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
}
ul#menu li a {
	height: 32px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	float: left;
	line-height: 200%;
	padding: 10px 15px 0 15px;
	background: #555555 url("../images/bg-Menu-Grey.gif") top left repeat-x;
}
ul#menu li a:hover {
	color: #F1F1F1;
	text-decoration: underline;
	background: #0093DD url("../images/bg-Menu.gif") top left repeat-x;
}
ul#menu li a.active {
	color: #FFFFFF;
	height: 32px;
	background: #0093DD url("../images/bg-Menu.gif") top left repeat-x;
	padding: 10px 15px 0 15px;
}

#MainContainer:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#MainContainer
{
	zoom: 1;
	min-height: 450px;
	background-color: #FFFFFF;
	margin: 0;
	padding: 1px;
	border-top: 5px solid #0093DD;
}
	
	.pStart a:link, .pStart a:visited {
		color: #139E36;
		text-decoration: underline;
	}
	
	.pStart a:hover {
		color: #333333;
		text-decoration: none;
	}

#Main
{
    width: 70em;
    margin: 0 auto;
	text-align: left;
}
	.bread {
		margin: 1em 0 0.3em 0;
		font-size: 0.83em;
		font-weight: normal;
		line-height: 1.0em;
	}
	
	.bread a:link, .bread a:visited {
		color: #139E36;
		text-decoration: underline;
	}
	
	.bread a:hover {
		color: #333333;
		text-decoration: none;
	}

#MainStart {
    width: 70em;
    margin: 0 auto;
	text-align: left;
}

#BoxContainer {
	clear: both;
	width: 100%;
	height: 9em;
	padding: 0.2em 1em 0.5em 1em;
	background: #F4F4F4;
	border: 1px solid #CCCCCC;
}

	#BoxContainer a:link, #BoxContainer a:visited {
		color: #333333;
		text-decoration: underline;
	}
	
	#BoxContainer a:hover {
		color: #333333;
		text-decoration: none;
	}

#SearchContainer {
	clear: both;
	margin: 10px 0 10px 0;
	width: 100%;
}

.searchForm {
	margin: 0;
	width: 80%;
}

#searchQuery {
	clear: both;
}

.searchResult {
	clear:both;
}

.searchResult li {
	position: relative;
	padding: 2px 0;
	border: 0;
	background: transparent;
	line-height: 1.2;
	min-height: 40px;
}

.searchResult li a, .searchResult li a:visited {
	color: #333333;
	text-decoration: underline;
}

.searchResult li a:hover {
	color: #666666;
	text-decoration: none;
}

#MainContainerLeft {
	float: left;
	margin: 20px 10px 0 0;
	padding-right: 10px;
	width: 2em;
	clear: both;
	}
	

#MainContainerRight {
	float: right;
	margin: 20px auto;
	width: 54em;
	}
	
	#ContentLeft{
		padding: 0.5em 1em 0 0;
		width: 26em;
		float: left;
		clear: none;
		text-align: left;
		border-right: 2px #333333 dotted;
	}
	
	#ContentRight{
		padding: 0.5em 3em 0 0;
		width: 22em;
		float: right;
		clear: none;
		text-align: left;
	}
	
	#MainContainerRight table {
		width: 100%;
	}
	
	#MainContainerRight th {
		border-bottom: 1px solid #666666;
		text-align: left;
	}
	
	#MainContainerRight td {
		width: 20%;
		padding: 4px;
	}
	
	.total {
		background: #F3ED98;
		border-top: 1px solid #D9CD23;
		border-bottom: 1px solid #D9CD23;
	}

#FooterContainer
{
	background: #000000 url(../images/bgFooter.jpg) top repeat-x;
	border-top: #999999 2px solid;
	margin: 0 0 0 0;
	padding: 0;
}

#Footer
{
    width: 70em;
    margin: 0 auto;
	padding: 0;
	text-align: left;
}

#InfoText
{
    text-align: center;
    margin: 0;
	padding: 8px;
        
}
#InfoText ul
{   
    list-style-image: none;
    list-style-type: none;    
    margin: 0;
    padding-left: 0;
    margin: auto;
    font: normal 0.8em Arial;
}
#InfoText ul li
{
    text-align: left;
    display: inline;
    margin: 0px 0px 0px 8px; 
    padding-right: 8px;
    color: #747474;
    border-right: solid 1px #747474; 
}
#InfoText ul li.noBorder
{
    border-width: 0px;
}
#InfoText ul li a, #InfoText ul li a:visited
{
    display: inline;
    margin: 0;    
    color: #747474;
	text-decoration: underline;
}

#InfoText ul li a:hover
{
    display: inline;
    margin: 0;    
    color: #747474;
	text-decoration: none;
}

#Divider {
	margin: 0;
	clear: both;
}

.h3start a:link, .h3start a:visited {
	color: #333333;
	text-decoration: none;
}

	
.h3start a:hover {
	color: #333333;
	text-decoration: underline;
}
