/* element.class {property: value} with Selector being equal to element.class */
/* Note:border types: dotted, dashed, solid, double, groove, ridge, inset and outset */

/* "Block Level Element" This is for entire page background */
BODY {	MARGIN: 0em auto; 
	BACKGROUND: #000000;
	COLOR: #ffffff;
	PADDING-TOP: 0em;
	PADDING-RIGHT: 0em; 
	PADDING-LEFT: 0em; 
	PADDING-BOTTOM: 0em;
	TEXT-ALIGN:  center;}

/* "ID Style Selector" Main Text and Copywrite line */
#content {
	BACKGROUND: #000000; 
	COLOR: #ffffff; 
	FLOAT: left; 
	FONT-FAMILY:  Arial, "cg omega", sans-serif; 
	FONT-SIZE: 100%; 
	MARGIN-LEFT: 0em; 
	PADDING-BOTTOM: 1em;
	PADDING-TOP: 1em; 
	PADDING-LEFT: 0em; 
	TEXT-ALIGN: left;
	WIDTH: 99.25%;}

/* "ID Selector Type  this setting is for mouse over links */
#content A:hover {
	BACKGROUND: #000000;
	COLOR: #6666ff;
	font-style: italic; 
	font-weight: bold;
	text-decoration: underline;}

/* "ID Style Selector  this setting is for normal links */
#content A {
	BACKGROUND: #000000;
	COLOR: #ffffff; 
	FONT-WEIGHT: bold; 
	TEXT-DECORATION: underline;}

/* "ID Selector Type   this setting is for Main Titles, but now are done with .gif's */
#content H2 {
	BACKGROUND: #000000;
	COLOR: #0000cc;
	font-family:"Calligraph421 BT", Arial, "cg omega", sans-serif;
	font-size: 30px;
	font-weight: bold;
	text-decoration: none;}

/* "ID Selector Type   this setting is for Secondary Titles */
#content H3 {
	BACKGROUND: #000000;
	COLOR: #6666ff;
	font-family: Arial, "cg omega", sans-serif; 
	font-size: 110%; 
	font-weight: bold;
	margin-bottom: 0em;
	padding-bottom: 1em;
	text-decoration: none;}

/* "ID Selector Type   this setting is for unordered lists */
#content ul {
	margin-bottom: 0em;
	margin-top: 0em;}

/* "ID Style Selector"  this setting is for the Bottom menu */
#footer {
	BACKGROUND: #000000 scroll repeat 0% 0%; 
	BORDER-TOP: #6666ff 2px solid; 
	BORDER-BOTTOM: #6666ff 4px solid; 
	CLEAR: both; 
	COLOR: #6666ff;
	FONT: 75% "cg omega", arial, sans-serif; 
	MARGIN: 0em auto; 
	PADDING-TOP: 4px; 
	PADDING-RIGHT: 0em; 
	PADDING-LEFT: 0em; 
	PADDING-BOTTOM: 4px; 
	TEXT-ALIGN: center; 
	TEXT-DECORATION: none;
	WIDTH: 99.75%;}

/* "ID Style Selector  this setting in for the Anchors in the footer */
#footer A {
	BACKGROUND: #000000;
	COLOR: #cccccc; 
	TEXT-DECORATION: none}

/* "ID Style Selector  this setting is for mouse over links */
#footer A:hover {
	BACKGROUND: #000000;
	COLOR: #0000cc;
	font-weight: bold; 
	TEXT-TRANSFORM: none;}

/* "ID Style Selector  this setting is for the header */
#header {
	BACKGROUND: #000000; 
	BORDER-BOTTOM: #6666ff 1px solid; 
	COLOR: #0000cc;
	CLEAR: both; 
	HEIGHT: 160px; 
	MARGIN: 0em auto; 
	TEXT-ALIGN: center;	
	PADDING-TOP: 0em; 
	PADDING-RIGHT:	0em; 
	PADDING-LEFT: 0em; 
	PADDING-BOTTOM: 0em;
	WIDTH: 800px;}

/* "ID Style Selector "this setting is for the Top Menu */
#topmenu UL {
	BACKGROUND: none transparent scroll repeat 0% 0%; 
	BORDER-BOTTOM: #6666ff 3px solid; 
	CLEAR: both; 
	DISPLAY: inline; 
	FLOAT: left; 
	HEIGHT: 35px; 
	LIST-STYLE-TYPE: none; 
	MARGIN: 0em; 
	WIDTH: 100%; 
	PADDING-TOP: 0em; 
	PADDING-RIGHT: 0em; 
	PADDING-LEFT: 0em; 
	PADDING-BOTTOM: 0em; 
	TEXT-ALIGN: center;}

/* "ID Style Selector  this setting is for the topmenu */
#topmenu UL LI {
	BACKGROUND: none transparent scroll repeat 0% 0%; 
	DISPLAY: inline; 
	LIST-STYLE-TYPE: none;
	PADDING-TOP: 0em; 
	PADDING-RIGHT: 0em; 
	PADDING-LEFT: 0em; 
	PADDING-BOTTOM: 0em;}

/* "ID Style Selector"   this setting is for the entire page */
#wrap {
	BACKGROUND: #000000; 
	BORDER-LEFT: #6666ff 2px solid; 
	BORDER-RIGHT: #6666ff 2px solid; 
	COLOR: #0000cc; 
	MARGIN: 0em auto; 
	PADDING-TOP: 0em;
	PADDING-RIGHT: 0em; 
	PADDING-LEFT: 0em; 
	PADDING-BOTTOM: 0em;
	TEXT-ALIGN: center;
	WIDTH: 800px;}
img{
	border-color: black;} 



