.topnav { height: 36px; font-size: 12px; color: #FFE28C; text-decoration: none; background-image: url(designimgs/menubar.jpg); text-align:center; padding: 11px 10px 5px 10px;}

.topnav:link { height: 36px;font-size: 12px; color: #FFE28C; text-decoration: none; background-image: url(designimgs/menubar.jpg); padding: 11px 10px 5px 10px;}

.topnav:visited { height: 36px;font-size: 12px; color: #FFE28C; text-decoration: none; background-image: url(designimgs/menubar.jpg); padding: 11px 10px 5px 10px;}

.topnav:hover { height: 36px;font-size: 12px; color: #FFE28C; text-decoration: none; background-image: url(designimgs/menubar.jpg); padding: 11px 10px 5px 10px;}

html>body .topnav, html>body .topnav:link, html>body .topnav:visited, html>body .topnav:hover {
	margin:0;
	padding-top:9px;
}


.subMenu { font-size: 11px; color: #FFE28C; font-weight: normal;  text-decoration: none}
.subMenu:link { font-size: 11px; color: #FFE28C; font-weight: normal;  text-decoration: none}
.subMenu:visited { font-size: 11px; color: #FFE28C; font-weight: normal;  text-decoration: none}
.subMenu:hover {font-size: 11px; color: #FFE28C; font-weight: normal; text-decoration: none}

.footer { font-size: 10px; color: #666666; font-weight: normal; text-decoration: none}
.footer:link { font-size: 10px; color: #666666; font-weight: normal; text-decoration: none}
.footer:visited { font-size: 10px; color: #666666; font-weight: normal; text-decoration: none}
.footer:hover { font-size: 10px; color: #666666; font-weight: normal; text-decoration: underline}


body {
	background-color:#000000;
	color:#FFFFFF;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	margin-left:5px;
	margin-right:5px;
}

p {
	font-size:small;
	color:#D1B6B6;
}

h1 {
	font-size:large;
	color:#D1B6B6;
}

h2, h3 {
	font-size:medium;
}

.content {
	margin: 2em 0 2em 2em;
}

#content2 {
	margin: 2em 0 2em 2em;
	background-color:#FFEBAF;
}


#contenttext {
	color:#000000;
	padding:2em 2em 2em 2em;
}

#contenttext p {
	font-size:small;
	color:#000000;
}

#contenttext h1 {
	font-size:large;
	color:#000000;
}


#contentside {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	padding-top:2em;
	color:#FFE28C;
	font-weight:bold;
}

#contentside a {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color:#FFE28C;
	text-decoration:none;
	font-weight:bold;
}

#contentside a:hover {
	text-decoration:underline;
}


.footer {
	font-size:10px;
	color:#D1B6B6;
}

.footer a {
	color:#FFE28C;
}

.bgHTMLPropose {
	background-color: #450505;
}

.bgHTMLBeige {
	background-color:#FFEBAF;
}