/* 
	Designer:		Adrian Moore, StarWares
	Last Updated:		20071008
	Result: 		Passed W3C Validation  
	File: 			starwares.css
	Doctype: 		Validated CSS Version 3 
	Root Namespace: 	http://www.w3.org/
*/

@charset "utf-8";

body { 
  	font-family:      	Arial, Helvetica, sans-serif;
  	font-size:        	12px;
}

img{
	border:			0px;
}

a:link{
	color:			#FF6600;
	text-decoration:	none;
}

a:visited{
	color:			#FF6600;
	text-decoration:	none;
}

a:active{
	color:			#FF3300;
	text-decoration:	none;
}

a:hover {
	color:			#FF3300;
	text-decoration:	none;
}

#pagecontent{
	text-align: 		center;
}

#footer{
	text-align: 		center;
}

.xlboldtxt{
	color: 			#FF6600;
	font-size: 		x-large;
	font-weight: 		bold;
}

.xlboldtxt-a{
	color: 			#188CBD;
	font-size: 		x-large;
	font-weight: 		bold;
	text-align:		center;
}

.xlboldtxt-b{
	color: 			#000000;
	font-size: 		x-large;
	font-weight: 		normal;
	text-align:		center;
}

.xlboldtxt-c{
	color: 			#FF0000;
	font-size: 		xx-large;
	font-weight: 		bold;
	text-align:		center;
}

.ltxt{
	color: 			#188CBD;
	font-size: 		large;
}

.ltxtcenter{
	text-align:		center;
	color: 			#188CBD;
	font-size: 		14px;
	font-weight: 		bold;
}

.ltxtc{
	text-align:		center;
	color: 			#188CBD;
	font-size: 		large;
}

.boldtxt{
	color: 			#FF6600;
	font-weight: 		bold;
}

.grytxt{
	color: 			##C0C0C0;
}
.bluitalictxt{
	color: 			#188CBD;
	font-style: 		italic;
}

.bluitalictxtc{
	text-align:		center;
	color: 			#188CBD;
	font-style: 		italic;
}

.italictxt{
	font-style: 		italic;
}

.normital{
	font-style: 		italic;
}

.main_footer{
  	font-size:        	9px;
}

#main_content{
  	width:            	800px;
  	text-align: 	  	justify;
	margin:			0 auto;
}

#main_left{
	float:			left;
	overflow: 		hidden;
	width: 			225px;
 	padding: 		2px;
	border:			0px;
}

#lowerleft{
  	text-align: 	  	center;
}


#main_center{
	padding-top:		44px;
}	


#main_footer{
	text-align: 		center;
	clear: 			both;
  	font-size:        	9px;
}

#main_temp{
	text-align: 		justify;
}

#centerme{
	text-align: 		center;
}

blockquote {
	border: 		2px solid #000;
	margin: 		0px;
	padding: 		10px;
	background-color: 	#ddd;
	quotes: 		"\201C" "\201D";
	text-align: 		center;
}

blockquote:before { content: open-quote; font-weight: bold; }
blockquote:after { content: close-quote; font-weight: bold; }
