body
{
	background-color: #F5F5FF;
}

h1, h2, p, li
{
	font-family: "arial", sans-serif;
}

/* Main Images Layout Styles */
img.sideBar
{
	position: absolute;
	left: 10px;
	top: 10px;
	z-index: 1;
}

img.topBar 
{
	position: absolute;
	left: 60px;
	top: 40px;
	z-index: 2;
}

/* Page Layout Styles */
div.page
{
	display: block;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
}

div.warning
{
	position: absolute;
	top: 60px;
	left: 20px;
	width: 600px;
	z-index: 0;
}

div.menu
{
	position: absolute;
	top: 160px;
	left: 13px;
	z-index: 3;
	width: 142px;
	text-align: center;
}

div.submenu
{
	display: block;
	position: absolute;
	background-color: #000000;
	color: #FFFFFF;
	top: -32px;
	left: -20px;
	padding-left: 20px;
	padding-top: 7px;
	padding-bottom: 3px;
	z-index: 0;
	width: 530px;
}

div.content
{
	position: absolute;
	left: 170px;
	top: 160px;
	color: #000000;
	font-family: "arial", sans-serif;
	text-align: justify;
	width: 595px;
}

div.footer
{
	display: block;
	clear: both;
	padding-top: 20px;
	margin-left: auto;
	margin-right: auto;
	width: 180px;
}

/* Menu Formatting Styles */

p.menu
{
	margin: 0px 0px 15px 0px;
	background-color: #000000;
	padding-top: 5px;
	padding-bottom: 3px;
}

a.menu, a.menu:link, a.menu:visited
{
	font-family: "Tahoma", "arial", sans-serif;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;	
}

a.submenu, a.submenu:link, a.submenu:visited
{
	font-family: "Tahoma", "arial", sans-serif;
	font-size: small;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	
	padding-top: 10px;
	padding-left: 5px;
	padding-right: 5px;
	margin-right: 10px;
	
	border-left-width: medium;
	border-left-color: #F5F5FF;
	border-left-style: solid;
	
	border-right-width: medium;
	border-right-color: #F5F5FF;
	border-right-style: solid;
	
	/*border-bottom-width: thick;
	border-bottom-color: #000000;
	border-bottom-style: solid;*/
}

/* Text Formatting Styles */

h1
{
	margin: 0px;
}

img.center
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

h2.work
{
	margin: 0px;
	padding-top: 20px;
}

img.work_row_a_image
{
	clear: left; 
	float: left; 
	padding: 20px 10px 0px 0px;
}

div.work_row_a
{
	clear: both;
}

img.work_row_b_image
{
	clear: left; 
	float: right; 
	padding: 20px 0px 0px 10px;
}

div.work_row_b
{
	clear: both;
}