/* 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:#3366FF;
text-align:center;
padding-left:15px;
}
.thecontentarea{
}
