/* This file styles the outer layout of the index.php. It styles the body, the page border color and the menu-back color */

/* The Thin border of the main index page */
.pageborder 
{
	background-color:#FFFF66;
}

/* The body styling of index page. Margins define the white space to be of contant size */
body
{
	background-color:#FFFFFF;
	margin:20px 75px 20px 75px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
}

/* The Top menu styling and back color */
.topmenu{
background-color:#FFD953;
text-align:center;
padding-left:15px;
}
.thecontentarea{
}
#ulink{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;font-weight:normal;
	color:#800000;
}
#ulink a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#800000;
}
#ulink a:link{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;font-weight:normal;
	color:#800000;
	text-decoration:underline;
}

#ulink a:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;font-weight:normal;
	color:#800000;
	text-decoration:none;
}
#myaccount{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;font-weight:normal;
	color:#800000;
	padding:0px 2px 3px 0px;
}
#myaccount a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#800000;
}
#myaccount a:link{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;font-weight:normal;
	color:#800000;
	text-decoration:underline;
}

#myaccount a:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;font-weight:normal;
	color:#800000;
	text-decoration:none;
}

.submenu{
position:absolute;
z-index:100;
}