﻿html, body, div, span, applet, object, iframe, img, h1, h2, h3, h4, h5, h6, ul, li {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

body {
	background-color: #666;
	color: #363430;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:62.5%;
	line-height: 20px; 
	padding: 0; 
	text-align: center; 
	background-image: url(../../img/WoodTile.jpg);
	background-repeat: repeat;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

#outerWrapper {
	margin: 0 auto 0 auto; 
	padding: 0; 
	text-align: left; 
	width: 760px;
	background-color:#fff;
	background-image: url(../../img/mandatory/pageBottom.jpg);
	background-repeat:no-repeat;
	background-position:left bottom;
	/*padding:20px;*/
}
#outerWrapper #header {
	/*font-size: 1.8em;*/
	font-weight: bold;
	height: 150px;
	width: 760px;
	position: relative;
}
#outerWrapper #header h1
{
	font-size: 1.8em;
	font-weight: bold;
	vertical-align:bottom;
	text-align:right;
}

#outerWrapper #menu {
	font-size: 1.4em;
	width: 130px;
	position: relative;
	float:left;
	margin-top:10px;
	padding:20px 0 0 20px;
}
#outerWrapper #menu li{
	list-style-type:none;
}
a{
	color:#0081e6;
}
a:hover{
	text-decoration:none;
}
/*a:active,a:link
{
	color: red;
	text-decoration: none
}*/


#outerWrapper #content {
	font-size: 1.4em;
	width: 540px;
	position: relative;
	float:left;
	margin-top:10px;
	position: relative;
	padding:20px;
}
#outerWrapper #content p {
	clear:both;
	margin-top:0.3em;
}
#outerWrapper #content h1 {
	font-size: 1.6em;
	margin-bottom:0;
	padding-bottom:0;
}
#outerWrapper #content h2 {
	font-size: 1.2em;
	margin-top:1em;
	margin-bottom:0;
	padding-bottom:0;
}
#outerWrapper #content li {
	list-style-type:none;
}
#outerWrapper #content ul.bulleted {
	margin-bottom:1em;
}
#outerWrapper #content ul.bulleted li{
	list-style-type:disc;
	margin-left:1em;
}

#outerWrapper #content ul {
	margin-bottom:1em;
}

#outerWrapper #content #copyrightInfo
{
	float:right;
}

#outerWrapper #content .authoredTable
{
	width:560px;
	border:1px solid #aaa;
	font-size:1em;
	margin-bottom:1em;
}
#outerWrapper #content .authoredTable th
{
	width:170px;
	vertical-align:top;
	border:1px solid #aaa;
	padding:5px;
}
#outerWrapper #content .authoredTable td
{
	vertical-align:top;
	border:1px solid #aaa;
	padding:5px;
}
#outerWrapper #content .authoredTable .ui
{
	color:red;
}