body {
margin: 0px;
color: #AA3837;
/*background-color: #D23338;*/
background-color: #F30100;
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 15px;
}

p  { padding-left: 1em; padding-right: 1em; text-align: left;margin-top:15px; margin-bottom: 15px; }
h1 { padding-left: 130px; padding-top: 50px; margin: 0; font-size: 30px; font-weight: bold; }
h2 { padding: 35px; margin: 0; font-size: 26px; font-weight: bold; text-align:left; }
h3 { padding-left: 0; margin: 0;padding-top: 15px; font-size: 16px; font-weight: bold; text-align:center; }
ul { padding-right: 15px; text-align: left; margin-bottom: 15px; margin-left: 2.5em;
 padding-left: 0; }
a { text-decoration: underline; color: #EBE9EA;}
a:visited { text-decoration: underline; color: #EBE9EA;}


#topleft {
position: absolute;
top: 0px;
left: 0px;
height: 289px;
width: 500px;
margin-left: 0px;
margin-top: 0px;
background-image: url(MsRewrite500px.jpg);
background-repeat: no-repeat;
background-position: top left;
background-color: #EBE9EA;
color: #000000;
}

#topright {
position: absolute;
top: 0px;
left: 500px;
height: 289px;
width:auto;
margin-left: 0px;
margin-top: 0px;
/*background-color: #D23338;*/
background-color: #F30100;
color: #ffffff;
font-size: 15px;
font-weight: normal;
text-align:left;
}

#center {
position: absolute;
top: 289px;
left: 0px;
height: 670px;
width: 500px;
background-color: #EBE9EA;
}

/* Tabs Code */

#tabs {
	font-family: verdana, arial, sans-serif;
	clear: both;
	text-align: left;
}

#tabs ul {
	display: block;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#tabs li { float: left; }

#tabs a,span { width: 400px; }

#tabs span {
	position: relative;
	top: 0;
	margin: 0 2px 0 0;
	float: left;
	background: #E99A9C;
	border-right: 1px solid #666; /*v dk gray*/
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	padding: 6px 4px 6px 10px;
	text-decoration: none;
	color: #333; /*almost blk*/
}
#tabs a {
	position: relative;
	top: 0;
	margin: 1px 2px 0 0;
	float: left;
	background: #F2C4C5;
	border-right: 1px solid #aaa; /*yet another gray!*/
	border-top: 1px solid #aaa;
	border-left: 1px solid #aaa;
	padding: 5px 4px 5px 5px;
	text-decoration: none;
	color: #333;
}

#tabs a:hover {
	background: #FFF7CD; /*lightest*/
	position: relative;
	top: 0;
	padding: 5px 4px 6px 10px;
	margin-top: 0px;
}

#tabs a.active {
	position: relative;
	top: 0;
	margin: 0 2px 0 0;
	float: left;
	background: #FFF3B3;
	border-right: 1px solid #666;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	padding: 6px 4px 6px 5px;
	text-decoration: none;
	color: #333;
}

#tabs a.active:hover {
	position: relative;
	top: 0;
	margin: 0 2px 0 0;
	float: left;
	background: #FFF3B3;
	border-right: 1px solid #666;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	padding: 6px 4px 6px 5px;
	text-decoration: none;
	color: #333;
}