/* CSS Document */

body	{ margin: 10px; padding:0; text-align:center; background-image:url(../gfx/bg.jpg); background-repeat:repeat-x; background-color:#fff; font-family: Trebuchet MS, Arial, Helvetica, sans-serif; font-size:12px; color:#333333;}

img		{ border:0px;}

h1	{ font-size: 10px; 
	  font-style: normal;
	  font-weight:normal;
	  color:#999999; 
	  display: inline;
	  }
	  
h2	{ font-size: 16px; 
	  font-style: normal; 
	  color:#000; 
	  display: inline;
	  border-bottom:solid 5px #FF9900;
	  }

h3	{ font-size: 18px; 
	  font-style: normal; 
	  color:#000; 
	  display: inline;
	  }  
	  
.clr					{ clear: both;}

#wrap					{ width:982px; margin:0 auto; text-align:left; background-color:#fff; }
#top					{ width:982px; background-image:url(../gfx/top_bg.jpg); background-repeat:no-repeat; height:10px;}
#head					{ height:100px; background-image:url(../gfx/main_bg.jpg); background-repeat:repeat-y;}
#logo					{ float:left; width:410px; padding-left:10px;}
#title					{ float:right; padding:35px 50px 0px 0px;}
.title_text				{ padding-left:10px; color:#999999; width:450px; border-left:solid 1px #999999;} 
.title_text A:link		{ color:#999999; text-decoration: none; font-weight: bold; }
.title_text A:visited	{ color:#999999; text-decoration: none; font-weight: bold;}
.title_text A:hover		{ color:#999999; text-decoration: underline; font-weight: bold;}
.title_text A:active	{ color:#999999; font-weight: bold;}

#menu					{ width:982px; height:30px; background-image:url(../gfx/menu_bg.jpg); background-repeat:repeat-x;}
.menu_text				{ padding:6px 15px 0px 15px; color:#333333;} 
.menu_text A:link		{ color:#333333; text-decoration: none; font-weight: bold; }
.menu_text A:visited	{ color:#333333; text-decoration: none; font-weight: bold;}
.menu_text A:hover		{ color:#333333; text-decoration: underline; font-weight: bold;}
.menu_text A:active		{ color:#333333; font-weight: bold;}

#main					{ background-image:url(../gfx/main_bg.jpg); background-repeat:repeat-y; padding:15px;}
#main_left				{ float:left; width:50%;}
#main_right				{ float:right; width:45%; text-align:left; padding-right:10px;}

#foot					{ width:982px; background-image:url(../gfx/foot_bg.jpg); background-repeat:no-repeat; height:110px;}
#foot_left				{ float:left; width:50%;}
#foot_right				{ float:right; width:50%; text-align:right;}
.foot_text				{ font-size:11px; padding:15px;} 
.foot_text A:link		{ color:#333333; text-decoration: none; font-weight: bold; }
.foot_text A:visited	{ color:#333333; text-decoration: none; font-weight: bold;}
.foot_text A:hover		{ color:#333333; text-decoration: underline; font-weight: bold;}
.foot_text A:active		{ color:#333333; font-weight: bold;}

/* page styles */

#sub_menu				{ float:left; width:15%;}
#sub_menu				{ color:#333333;} 
#sub_menu A:link		{ color:#333333; text-decoration: none; font-weight: bold; }
#sub_menu A:visited		{ color:#333333; text-decoration: none; font-weight: bold;}
#sub_menu A:hover		{ color:#FF9900; text-decoration: none; font-weight: bold;}
#sub_menu A:active		{ color:#333333; font-weight: bold;}

#content				{ float:right; width:80%; text-align:left;}
#fullcontent			{ width:100%; text-align:left;}
.c_pad					{ padding:10px;}
.content				{ color:#333333;} 
.content A:link			{ color:#333333; text-decoration: none; font-weight: bold; }
.content A:visited		{ color:#333333; text-decoration: none; font-weight: bold;}
.content A:hover		{ color:#333333; text-decoration: underline; font-weight: bold;}
.content A:active		{ color:#333333; font-weight: bold;}

#freeindex				{ text-align:center; padding-top:100px;}
