/*Element overrides*/

body{
    background-color:#3b4346;
    margin:0 auto;
	font-family:verdana;
	color:#ffffff;
	text-align:center;
	font-size:.8em;
}

tbody{
	font-family:verdana;
	color:#333333;
	font-size:.8em;
}

form{
	margin:0px;
	padding:0px;
	display:inline;
}

img{
    margin:0px;
    padding:0px;
    border:0px;
}

div{
    margin:0px;
    padding:0px;
}

a:link{
    color:#6ea2c9;
    font-weight:bold;
    text-decoration:none;
}  

a:visited{
    color:#6ea2c9;
    font-weight:bold; 
    text-decoration:none;
}  

a:hover{
    color:#ff7300;
    font-weight:bold;
    text-decoration:underline;
}  

a:active{
    color:#ff7300;
    font-weight:bold;
    text-decoration:underline;
}  

a:link img{
    border-color:#6ea2c9;
}  

a:visited img{
    border-color:#6ea2c9;
}    

a:hover img{
    border-color:#ff7300;
}

a:active img{
    border-color:#ff7300;
}  

/*Page Layout*/

#Body{
    width:90%;
    margin-left:auto;
    margin-right:auto;
    min-width:300px;    
}

#Header{    
	margin-top:1.5em;
	text-align:left;	
}

#ContT{    
    background:url(../imgs/t.jpg) repeat-x top center;    
    background-color:#ffffff;
    color:#333333;
    text-align:left;
}

#ContL{
    background:url(../imgs/l.jpg) repeat-y center left;
}

#ContR{
    background:url(../imgs/r.jpg) repeat-y center right;
}

#ContB{
    background:url(../imgs/b.jpg) repeat-x bottom center;
}

#ContTL{
    background:url(../imgs/tl.jpg) no-repeat top left;    
}

#ContTR{    
    background:url(../imgs/tr.jpg) no-repeat top right;    
}

#ContBL{    
    background:url(../imgs/bl.jpg) no-repeat bottom left;    
}

#ContBR{
    min-height:30em;
    background:url(../imgs/br.jpg) no-repeat bottom right;    
    padding:12px 26px 26px 12px;
}

#Copyright,#NavAdd{    
    padding:0 0 0 .5em;
    text-align:left;
}

#Logo{
    float:left;    
    padding:0 0 0 4px;
}

#Logo img{
	width:12.1em;/*155px;*/
	height:5.13em;/*66px;*/
}

#Options{    
    margin:0 19px 0 13.5em;    
}

#Nav{    
    clear:both;
    padding:.5em .5em 0 .5em;
    text-align:left;
}

#Nav div{   
    display:inline; 
    margin:0 auto 0 auto;
}

.Menu{
    color:#000000;
	border:solid .1em #000000;
	background-color:#ffffff;
	position:absolute;
	display:none;
	white-space:nowrap;
	list-style:none;
	margin:0;
	padding:.25em .5em 0 .5em;
	font-weight:bold;
}

.Menu ul{
    list-style:disc;
    font-weight:normal;
    margin-bottom: .5em;
}

/*Page elements*/
.Clear{
    clear:both;
}

.Box{
    background-color:#efefef;
    border:solid .1em #d6dee7;
    padding:.5em;
}


 
 