html,body {
	margin: 0;
	padding: 0;
	height: 100%;
}

body {		
	font-family: arial, tahoma, Verdana, sans-serif;
	text-align: center;
	background: #ebb48e url(images/img-background-body.gif) repeat-x;
	font-size: 80%;
	color: #404040;
}

h1 {
    color: #1f589f;
    font-size: 140%;
}

h2 {
    color: #1f589f;
    font-size: 120%;
}

a {
	color: #1e5fac;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

p {
    line-height: 22px;
}
		
#container {
	margin: 0 auto;
	width: 960px; 
	min-height: 100%;
	text-align: left;
	background: #ffffff url(images/img-background-container.gif);
	border-left: 2px solid #d9661b;
	border-right: 2px solid #d9661b;
	position: relative;
}

*html #container {
	height: 100%;
}

#header {
	height: 170px;
	width: 100%;
	margin: 0px 0px 0px 0px;
}

*html #header  {
	height: 168px;
}

#navigation {
    margin-top: -10px;
    padding-left: 2px;
}

.menuOption {
    float: left;
    background: url(images/img-background-menu.png) no-repeat;
    background-position: 0px 0px;
    width: 190px;
    height: 23px;
    margin-right: 12px;
    text-align: center;
    padding-top: 3px;
}

.menuOption a {
    color: #ffffff;
    text-decoration: none;
}

.menuOption a:hover {
    text-decoration: underline;
}

#content {
	width: 960px;
	padding: 0px;
}

*html #content {
	margin-top: -3px;
}

.list, .list2 {
    list-style-type: circle;
    line-height: 20px;
}

.list li {
	font-weight: bold;
}

.list2 li {
	font-weight: normal;
}

.sublist li {
	font-weight: normal;
	list-style-type: none;
	margin-left: -30px;
	padding-bottom: 10px;
}

#textArea {
    float: left;
    width: 800px;
    padding: 10px;
}

*html #textArea {
	padding: 15px 10px 10px 10px;
}

#textHolder {
	width: 600px;
	padding-top: 10px;
}

#rightBar {
    float: right;
    width: 136px;
    margin-top: -5px;
}

#footer	{
	position:absolute;
	bottom: 0px;
	width: 595px;
	border-top: 3px solid #1f589f;
	text-align: center;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 3px;
	font-size: 90%;
	margin-left: 15px;
}

#footer p {
	margin: 0px;
	padding: 0px;
}

#clearfooter {
	height:67px;
	width:100%;
	clear:both
}

.headerCopyright {
	position: absolute; 
	color: #ffffff; 
	background-color: #e28d52;
	font-weight: bold; 
	margin-top: 140px;
	opacity: 0.8;
	-moz-opacity: 0.8;
	filter: alpha(opacity=80);
}

.tableBG {
	background: url(images/img-background-container-table.png) repeat;
	width: 25%;
}