@charset "utf-8";
/* CSS Document */

a {text-decoration:none; color : #60C;}

body
{
	background-color:#000000;
	font:"Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align:center;
	font-size:16px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.content
{
	margin: 0,0,0,0;
}

.content #top_bar
{
	background-image:url('images/top alone2.JPG');
	/*margin: 0.5cm 7cm 0cm 7cm;*/
	/*margin: 2px 140px 0px 140px;*/
	margin: 0% 10% 0% 10%;
	height:auto;
	/*position:relative;*/
	padding: 15px 0px 10px 0px;
}


.content #nav_bar
{
	background-image:url('images/navbanner alone2.JPG');
	background-repeat:repeat-x;
	background-position:right;

	margin: 0% 10% 0% 10%;
	font-size:17px;		
/*    padding: 1.0% 0.5% 1.0% 0.5%;*/

}

.content #nav_bar #text
{
	color:#60C;
	font-family:"Comic Sans MS", cursive, Calibri;
	font-size-adjust:inherit;
	text-decoration:none;
}

.content #mainbody
{
	background-image:url('images/mainimage2.jpg'); 
	background-repeat: no-repeat;
	/*background-position: 0% 30%;*/
	background-position: center center;
	
	/*Top Right Bottom Left */
	margin: 2% 10% 0% 10%;
	
	text-align:justify;
	padding: 1% 20% 1% 20%;
	
	font-family: Arial, sans-serif;
	color: #FFFFFF;
	
	text-decoration: none;
	font-size: 14px;
}

.content #mainbody #sub_title
{
	font-weight:bold;
	font-size:24px;
	font:Arial, Helvetica, sans-serif;
	
}

.content #mainbody #text_headings
{
	font-weight:bold;
	font-family: Arial, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
}

.content #mainbody #extra_space
{
	font-weight:bold;
	font-family: Arial, sans-serif;
	color: #000000;
	text-decoration: none;
	font-size: 10px;
}

.content #top_bar #index-text
{

	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #6F6;
	text-decoration: none;
	font-size: 15px;
}


.content #top_bar #index-head
{

	font-family:Verdana, Geneva, sans-serif;
	color: #FFF;
	text-decoration: none;
	font-size: 19px;
}

.content #top_bar #index-head2
{

	font-family:Tahoma, Geneva, sans-serif;
	color: #6F6;
	text-decoration: none;
	font-size: 18px;
}

.content #copyright_bar
{
	height:auto;
	margin: 0% 12% 0% 12%;
	background-color:#000;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#0C0;
	
}

