html { font-size: 100%; /* IE hack */ }

Body {
	background-color: #000000;
	padding: 0px;
	margin: 0px;
	color: #D1D2D4;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: .8em;
	line-height: 1.4em;
}

P {
	margin-top: .8em;
	margin-bottom: .8em;
}

H1 {
	font-weight: normal;
	font-size: 2em;
	margin-bottom: 1em;
	margin-top: 0em;
}

H2 {
	font-size: 1.6em;
	margin-bottom: .2em;
	margin-top: 1.1em;
}

H3 {
	font-size: 1.4em;
}

H4 {
	font-size: 1.25em;
	margin-bottom: 0em;
	margin-top: 1.2em;
}


HR {
	height: 1px;
	color: #DBBB88;
	background-color: #DBBB88;
	border: 0;
}

Blockquote {
	margin: .8em 1em .8em 1.5em;
}

#LeftColumn {
	width: 200px;
	vertical-align: top;
	padding: 45px 10px 0px 28px;
}

#RightColumn {
	vertical-align: top;
	padding: 20px 20px 0px 40px;
	text-align: left;
}

/* Admin */

#Admin {
	float: right;
	margin: 0px;
	padding: 0px;
}

#Admin LI {
	list-style: none;
	margin: 0px;
	padding: 0px;
	display: inline;
	margin: 0px 10px 0px 0px;
}

#Admin LI UL {
	list-style: none;
	margin: 0px 0px 0px 10px;
	padding: 0px;
}




/* Form 

#Form P {
	margin: 0px 0px 4px 0px;
	padding: 0px;
}
*/

.Width100Pcnt {
	width: 98%;
}



/* Menu styles */
#Menu #Nobullet {
	line-height: 1.7em;
}


/* General classes*/

.gold {
	color:  #DBBB88;
}


/* List without bullets */

#Nobullet {
	margin: 0px;
	padding: 0px;
}

#Nobullet LI {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#Nobullet LI UL {
	list-style: none;
	margin: 0px 0px 0px 10px;
	padding: 0px;
}

#Inline LI {
	display: inline;
	margin: 0px 0px 0px 10px;
}


/* Primary homepage hyperlink styles */

a:link {
	color: #D1D2D4;
	text-decoration: underline;
}
a:visited {
	color: #D1D2D4;
}
a:hover {
	color: #DBBB88;
	text-decoration: none;
}
a:active {
	color: #D1D2D4;
	text-decoration: underline;
}


/* Menu hyperlink styles */

#Menu a:link {
	color: #DBBB88;
}
#Menu a:visited {
	color: #DBBB88;
}
#Menu a:hover {
	color: #DBBB88;
}
#Menu a:active {
	color: #DBBB88;
}


/* Solpart Main Menu */

.MainMenu_MenuContainer {
	background-color: transparent; 
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:16;
	background-color: Transparent;
}
.MainMenu_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: #DBBB88; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 12px; 
	font-weight: normal; 
	font-style: normal; 
	border-left: white 0px solid; 
	border-bottom: white 0px solid; 
	border-top: white 0px solid; 
	border-right: white 0px solid;
	background-color: Transparent;
}
.MainMenu_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: Transparent; 
	border-left: #EEEEEE 0px solid; 
	border-bottom: #EEEEEE 0px solid; 
	border-top: #EEEEEE 0px solid; 
	text-align: center; 
	width: 15; 
	height: 21;
}
.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: Transparent; 
	border-bottom: #FFFFFF 0px solid; 
	border-left: #FFFFFF 0px solid; 
	border-top: #FFFFFF 0px solid; 
	border-right: #FFFFFF 0px solid;
}
.MainMenu_MenuBreak {
	border-bottom: #EEEEEE 0px solid; 
	border-left: #EEEEEE 0px solid; 
	border-top: #EEEEEE 0px solid;  
	border-right: #EEEEEE 0px solid; 
	background-color: Transparent; 
	height: 1px;
}
.MainMenu_MenuItemSel {
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
	background-color: Transparent;
}
.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #FFFFFF 0px solid; 
	border-bottom: #FFFFFF 0px solid; 
	border-top: #FFFFFF 0px solid;
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}



