@charset utf-8;
/* CSS Document */

/********************
Pseudo-class
*********************/
a:link {
	text-decoration: none;
	colour:#663399;
}
a:visited {
	text-decoration: none;
	color:#666666;
}
a:hover {
	text-decoration: none;
	color: #663399;
}
a:active {
	text-decoration: none;
	color: #663399;
}

/********************
Body
*********************/
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-color: #E3DDE8;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
}
h1 {
	font-family: Arial Black;
	font-size: 18px;
	color: #663399;
	line-height:1.5;
	text-align: left;
	font-weight: normal;
}
h2 {
	font-family: Arial;
	font-size: 14px;
	color: #663399;
	font-weight: bold;
	line-height:1.5;
	text-align: left;
}
h3 {
	font-family: Arial;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	line-height:1.5;
	text-align: left;
}
h4 {
	font-family: Arial;
	font-size: 12px;
	color: #663399;
	font-weight: bold;
	line-height:1.5;
	text-align: left;
}
h5{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	line-height: 1.5;
	text-align: left;
}

h6{
	font-family: Arial;
	border-bottom:solid 1px #E3DDE8;
	font-family: Arial;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	line-height: 1.5;
	text-align: left;
	vertical-align: middle;
	padding-bottom: 10px;
}
p{
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	line-height:1.5;
	font-weight: normal;
	white-space: normal;
}
.description{
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	line-height:1.5;
	height: 5%;
}
.links_color{
	font-family: Arial;
	font-size: 12px;
	color: #663399;
	line-height:1.5;
	text-align: left;
	white-space: normal;
	text-indent: 0px;
}
.links_bold{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #663399;
	line-height:1.5;
	text-align: left;
	white-space: normal;
	text-indent: 0px;
}
.list_ol {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	line-height:1.5;
	display: list-item;
	list-style-type: decimal;
	list-style-position: outside;
	margin-left: 13px;
	text-align: left;
	white-space: normal;
	text-indent: 0px;
}
.list_ul{
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	line-height:1.5;
	display: list-item ;
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 13px;
	text-align: left;
	white-space: normal;
	text-indent: 0px;
}
.caption{
	  display: inline;
	  font-weight: normal;
	  width: 160px;
	  margin: 2px;
	  font-family: Arial;
	  font-size: 10px;
	  text-align: left;
	  white-space:normal;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/********************
Container and Wrapper
*********************/
#container { 
	width: 1000px;  
	background: #FFFFFF;
	margin: 0px auto; 
	border: 0px;
	text-align: left; 
} 
#header { 
	background: #FFFFFF; 
	padding: 0; 
	margin: 0; 
	height: 100px;
} 
#wrapper { 
	float: inherit;
	margin: 0px 0px 0px 250px; 
	padding: 30px 90px 0px 30px; 
	min-height: 600px;
} 

/********************
Side Bar
*********************/
#sidebar {
	float: left; 
	width: 200px; 
	background: #FFFFFF; 
	padding: 25px 10px 15px 30px;
}
#sidebar .description{
	border-bottom:dotted 1px #CCCCCC;
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	line-height:1.5;
	font-weight: normal;
	vertical-align: middle;
	padding-bottom: 10px;
	}
#sidebar h2, h3{
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	line-height:1.5;
}

/********************
Main Content
*********************/
#mainContent { 
	float: inherit;
	margin: 0px 0px 0px 0px; 
	padding: 10px; 
} 

/********************
Footer
*********************/
#footer { 
	padding: 0 10px 0 20px; 
	background:#421C52; 
	height: 20px;
} 
#footer .description{ 
	font-family: Verdana;
	color: #FFFFFF;
	font-size: 10px;
	vertical-align: middle;
	padding: 0px;
} 
#footer .footer {
		font-family: Verdana;
		color: #FFFFFF;
		font-size: 10px;
		text-align: center;
		vertical-align: middle;
		padding: 0px;
}

/********************
Other Elements
*********************/
#div_right_186{
	float: right;
	margin: 0px 0px 20px 40px;
	padding:5px;
	vertical-align: top;
	width: 186px;
	border: 1px;
	border-style: solid;
	border-color:#CCCCCC;
	text-align: center;
	display: block;
	height: auto;
}
#div_left_186{
	float: left;
	margin: 0px 40px 20px 0px;
	padding:5px;
	vertical-align: top;
	width: 186px;
	border: 1px;
	border-style: solid;
	border-color:#CCCCCC;
	text-align: center;
	display: block;
	height: auto;
}
#floatR {
	margin:0 0 20px 0px;
    padding:5px;
    height: auto;
    width: auto;
	float: right;
}	
#floatL {
	margin:0 0 20px 0px;
    padding:5px;
    height: auto;
    width: auto;
	float: left;
}	
#floatR_1px_bdr {
	margin:0 0 20px 0px;
    padding:10px;
    height: auto;
    width: auto;
	float: right;
	border: 1px solid #CCCCCC;
}	
#floatL_1px_bdr {
	margin:0 0 20px 0px;
    padding:10px;
    height: auto;
    width: auto;
	float: left;
	border: 1px solid #CCCCCC;
}	
#image_spec {
	margin:0 0 20px 0px;
    padding:10px;
    height: auto;
    width: 160px;
}	
#spec_table_container {
	width: auto;
	padding: 3px;
	text-align: left;
	border: 0px;
}

/********************
Ads and/or Sponsors
*********************/
#ad_floatR{
	margin:0 0 20px 20px;
    padding:0px;
    height: auto;
    width: auto;
	float: right;
}	
#ad_floatL{
	margin:0 20px 20px 0px;
    padding:0px;
    height: auto;
    width: auto;
	float: left;
}	
#ad_sidebar{
	margin:0 0px 0px 0px;
    padding:0px;
    height: auto;
    width: auto;
	float: left;
}	
