*		{ margin:0px;}

html, body 	{height: 100%;}

body 		{
		    margin: 0;
		    padding: 0;  
		    background-color:#e3e3e3;
		    font-family:Verdana, Arial, Helvetica, sans-serif;
		    font-size:11px;
		    text-align:left;
		}
		
		
#Wrapper	{ 
			height:100%; 
	     		width:100%; 
	     		background-image:url('../../img/main_back.jpg');
	     		background-repeat:repeat-y; 
	     		position:absolute;
	     		top:0;
	     		left:0;
	     		background-position:top center;
	     		z-index:-1;
	     		position:fixed;
	     	}
#MainWrapper 	{ 
			margin: 0 auto; 
			text-align: left; 
			width: 961px; 
			height:95%;
		}

		
/*
#MainWrapper 	{
		    margin: 0 auto;
		    text-align: left;
		    width: 961px;
		    background: #FFF;
		    min-height: 100%;
		    height: auto !important; 
		    height: auto;
		    background-image:url('../../img/main_back.jpg');
		    background-repeat:repeat-y;
		    position:absolute;
		} 
*/		



#header, #content, #navigation, #footer { margin-left:18px;margin-right:20px;}

#header		{ height:99px;}
#header_logo	{ width:231px;float:left; height:99px;}
#header_right	{ width:678px;float:left; text-align:right;}

#navigation	{ background-image:url('../../img/navigation_back.jpg'); background-repeat:repeat-x; height:37px; text-align:left;}

#content	{ position:relative;}
#maincontent	{ width:601px;position:absolute;left:31px;float:left;}
#rightcontent	{ position:absolute;right:14px;}


#footer, #push { 
		    margin: 0 auto;
		    height: 4em;
		    width: 961px;
		    background-image:url('../../img/main_back.jpg');
		    background-repeat:repeat-y;
		    text-align:center;
		    font-size:10px;
		    color:#bbbaba;
		} 





a img		{ border:0px;}

a		{ color:#01b5e2;text-decoration:none; margin:0;padding:0;}
a:hover		{ text-decoration:underline;}

a.topnav	{ color:#a09588;text-decoration:none;}
a.topnav:hover	{ color:#655c51;}

a.newsheader	{ color:#01b5e2;text-decoration:none; margin:0;padding:0;font-weight:bold;}

a.newslink	{ color:#01b5e2;text-decoration:none;font-weight:bold;font-size:10px;}
a.topnav:hover	{ color:#01b5e2;text-decoration:underline;}

td.newsbox	{ background-image:url('../../img/news_back.jpg'); background-repeat:repeat-x;width:245px;text-align:left;vertical-align:top;}
td.newsletterbox	{ background-image:url('../../img/newsletter_back.jpg'); background-repeat:repeat-x;width:245px;text-align:left;vertical-align:top;}


td.newsdate	{ color:#01b5e2;font-size:10px;}
td.newstitle	{ color:#5f5f5f;font-weight:bold;font-size:10px;}
td.newsbody	{ color:#5f5f5f;font-size:10px;}

input.newslettersignup	{ border:1px solid #000; width:82px;font-size:10px;}
input 		{ border:1px solid #000; width:200px;font-size:10px;}
input.submit	{ border:1px solid #000; width:100px;font-size:10px;}
input.text	{ border:1px solid #000; width:200px;font-size:10px;}

h1		{ color:#01b5e2;font-size:12px;font-weight:bold; width:100%; padding-top:5px;margin-bottom:5px;border-bottom:1px solid #ccc}
h2		{ color:#01b5e2;font-size:11px;font-weight:bold; padding-top:5px;margin-bottom:5px;}
h3		{ color:#01b5e2;font-size:11px;font-weight:bold; padding-top:5px;margin-bottom:5px;}
hr		{ color:#ccc;margin-top:5px;margin-bottom:5px;}
p		{ color:#5f5f5f; padding-top:5px;}

  		        
