body, html, table, tr, td, ul, li, p, form, h1, h2, h3 {
	margin: 0px;
	padding: 0px;
}

html, body {
	height: 100%;
}

body, p, input, textarea, td {
	font-family: sans-serif;
}

body{
	font-size: 80%;
	background: #DDDDDD url(images/page_tile.jpg) top left repeat-y;
}

h1, h2, h3 {
	text-transform: capitalize;
}

h1 {
	font-size: 145%;
	background: url(images/h1_tile2.jpg) bottom left no-repeat;
	color: #333;
	height: 35px;
	line-height: 35px;
	font-weight: normal;
	padding-left: 12px;
}

h2 {
	font-size: 125%;
	padding-left: 8px;
	margin-top: 8px;
}

h3 {
	font-size: 100%;
	padding-left: 12px;
	color: #333;
	margin-top: 4px;
}

p {
	margin-bottom: 11px;
	margin-top: 3px;
	padding-left: 9px;
	padding-right: 8px;
	text-align: justify;
	color: #535353;
}

a img {
	border: none;
}

pre {
	padding-left: 8px;
	font-size: 120%;
}

a:focus 
{
	outline-offset: -1px;
	-moz-outline: none; /* fx 1.07*/ 
	outline: none; /* fx 1.05, Safari, Mac IE*/
}

#main {
	height: auto !important;
	height: 100%;
	min-height: 100%;
	width: 783px;
	min-width: 783px;
}

#banner
{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 217px;
	width: 783px;
}

#flash_banner 
{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 217px;
	width: 783px;
}

#banner ul {
	float: right;
	margin-top: 135px;
	margin-right: 11px;
}

#banner li {
	line-height: 43px;
	display: inline;
	background: #fff url(images/nav_a.jpg) top left no-repeat;
	color: #C2C2C2;
	padding-top: 14px;
	padding-bottom: 14px;
	padding-left: 11px;
	margin-left: 0px !important;
	margin-left: 4px; /*IE fix*/
	margin-right: 4px;
}

#banner li a {
	font-size: 90% !important;
	font-size: 85%; /*IE fix*/
	font-weight: bold;
	color: #656565;
	text-decoration: none;
	background: url(images/nav_a.jpg) bottom right no-repeat;
	padding-bottom: 13px;
	padding-right: 11px;
	padding-top: 15px !important;
	padding-top: 0px; /*IE fix*/
	margin-right: 0px !important;
	margin-right: -4px; /*IE fix*/
}

#banner li a:hover {
	color: #353535;
}

#banner li.selected {
	background: #fff url(images/nav_b.jpg) top left no-repeat;
	color: #C2C2C2;
}

#banner li.selected a {
	color: #757575;
	background: url(images/nav_b.jpg) bottom right no-repeat;	
}


#banner div.nav {
	margin-top: 135px;
	float: right;
}

#banner div.nav div {
	float: left;
	overflow: auto;
	background: url(images/nav_a.jpg) top left no-repeat;
	padding-left: 11px;
	margin-right: 4px;
}

#banner div.nav div a {
	display: block;
	font-size: 90% !important;
	font-size: 85%; /*IE fix*/
	font-weight: bold;
	color: #808080;
	text-decoration: none;
	background: url(images/nav_a.jpg) top right no-repeat;
	padding-top: 14px;
	padding-bottom: 15px;
	padding-right: 11px;
}

#banner div.nav div a:hover {
	color: #333;
}

#banner div.nav div.selected {
	background: url(images/nav_b.jpg) top left no-repeat;
	color: #C2C2C2;
}

#banner div.nav div.selected a {
	color: #333;
	background: url(images/nav_b.jpg) top right no-repeat;	
}


#breadcrumb 
{
	position: absolute;
	top: 222px;
	height: 18px;
	padding-top: 11px;
	padding-left: 21px;
	font-size: 90%;
	color: #b1b1b1;
}

#breadcrumb a {
	color: #00f;
	text-decoration: none;
}

#breadcrumb a:hover {
	text-decoration: underline;
}

#content {
	padding: 11px;
	margin-top: 240px;
	color: #535353;
}

#content ul.content {
	margin-left: 28px;
}

#content ul.atc_portrait {
	margin-left: 28px;
}

#content ul.atc_portrait img {
	position: relative;
	top: 0px;
	left: 0px;
}

#content ul.atc_portrait li {
	position: relative;
	top: -178px;
	left: 130px;
	list-style: none;
}

#footer {bottom: 0px;	left: 0px;	text-align: center;	width: 783px;	height: 35px;	line-height: 35px;}
#footer li {	display: inline;}
#footer a {	color: #00f;}
#footer a:hover {	text-decoration: none;}

.side_nav {	width: 280px;	float: right;	margin: 8px;
	margin-right: 0px;	/* font-size: 90% !important;	*/ font-size: 90%;}
.side_nav ul {	display: block;	margin-left: 29px;	list-style: none;}
/*  display: block;	float: left;	*/ 
.side_nav li {	margin-left: 20px;	text-indent: -20px;	line-height: 20px;}
.side_nav li a {	color: #00f;}
.side_nav li a:hover {	text-decoration: none;}

