/* LAYOUT STYLES */
.body {
	height: 100%;

	margin: 0px;
	padding: 0px;

	background: url(images/layout/bg.jpg) repeat-x;
	background-color: #FFFFFF;

	font-family: Arial, sans-serif;
	font-size: 12px;
	color: black;
	z-index: 0;
	}
.bodyStyle2 {font-family: Tahoma, sans-serif; font-size: 11px; margin: 5px; background: #006699 url(images/bg.gif) repeat-x top; }

#shell {
	position: absolute;
	top: 0px;
	left: 50%;
	
	margin-left: -326px;
	width: 650px;
	
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	
	z-index: 2;
	}
#shellBg {
	position: absolute;
	top: 0px;
	left: 50%;
	
	margin-left: -326px;
	height: 100%;
	width: 650px;
	
	background-color: #FFF;
	border-left: 1px solid #333;
	border-right: 1px solid #333;


	z-index: 1;
	}
#navShell {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 30px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;

	text-align: center;
	background: url(images/layout/navTile.gif) repeat-x;
	}
#navShell li {
	display: inline;
	list-style-type: none;
	position: relative;
	top: 0px;
	left: 0px;

	margin: 0;
	padding: 0;
	}
#navShell a {
	display: block;
	position: relative;
	top: 0px;
	left: 0px;
	height: 21px;
	padding: 6px 15px 0 15px;
	margin: 0px 0px 0px 0px;
	float: left;
	border-left: 1px solid white;
	border-right: 1px solid #999;
	
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #369;
	}

#navShell a:link, #navShell a:visited {
	color: #369;
	text-decoration: none;
	}

#navShell a:hover, #navShell a:active {
	color: black;
	height: 20px;
	background: url(images/layout/navTile.gif) repeat-x 0 5px;
	background-color: white;
	text-decoration: none;
	}
#header {
	position: relative;
	top: 30px;
	left: 0px;
	width: 100%;
	height: 200px;
	margin: 0;
	padding: 0;
	z-index: 2;
	}

#content {
	position: relative;
	top: 30px;
	left: 0px;
	margin: 30px;
	padding: 0px;
	clear: both;
	
	z-index: 4;
	}

#footer {
	margin: 10px 0 0 0;
	padding: 0px;
	
	text-align: center;
	border: none;
	clear: both;
	}
	
#footerNav {
	margin: 10px 0 0 0;
	padding: 3px;
	text-align: center;
	background-color: #E5EFF5;
	border-top: 1px solid #036;
	border-bottom: 1px solid #036;
	clear: both;
	}
#footerNav li {
	display: inline;
	margin: 0;
	padding: 0;
	height: 100%;
	}
#footerNav li a {
	text-decoration: none;
	color: #036;
	padding: 5px;

	}
#footerNav li a:hover {
	text-decoration: none;
	background-color: #fff;
	padding: 4px;
	border-left: 1px solid #036;
	border-right: 1px solid #036;
	color: #000;
	}
.h10 {height: 10px;clear: both;}
.h20 {height: 20px;clear: both;}
.h30 {height: 30px;clear: both;}
/* FONT-RELATED STYLES */
p.headerText{font-family: Tahoma, sans-serif; font-size: 30px; color: #000; margin: 0; }
.headerText {font-family: Tahoma, sans-serif; font-size: 30px; color: #000;}
.subHeaderText {font-family: Tahoma, sans-serif; font-size: 18px; color: #000;}
h1 {
	font-family: Arial, sans-serif;
	font-size: 28px;
	font-weight: normal;
	color: #666;
	margin: 0;
	padding: 0;
	}
	
h2 {
	font-family: Arial, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #666;
	margin: 0;
	padding: 0;
	}

#content p {
	line-height: 1.5em;
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: black;
	padding: 0;
	z-index: 5;
	margin: 0 0 1.5em 0;
	}
#footer p {
	margin: 0 0 10px 0;
	padding: 0;
	}

a {
	font-weight:normal;
	text-decoration: none;
	}
a:hover {
	background-color:#e5e5e5;
	color: #000;
	}
/* ERROR STYLES */
.errorText {font-family: Tahoma, sans-serif; font-size: 12px; font-weight: bold; color: #ff0000; text-align: center;}
.errorTable	{border: #0066cc 1px solid;  background-color: #ffffcc; text-align: center;}
.errorAttention {background-color: #ffffd5;}

/* MAIN REDEFINED ELEMENTS */
body {font-family: Arial, sans-serif; font-size: 12px;}
hr {background-color: #000; height: 1px; color: #000;}

/* FORM STYLES */
form {margin: 0;}
input.submit {background-color: #ffffcc; border: 1px solid #4b3d28;}
input.nostyle {border: 0px;}
input, textarea {
	border: 1px solid #666;
	}


/* Misc Styles */
.navSideHeader	{ font-size:12px; font-weight:bold; font-style:oblique}
.navSideItem	{ }

/* TABLE-CONTENT STYLES */
.contentTable {width: 100%;}
.contentRow {background-color: #ccc; color: #000; font-weight: bold;}
.contentCell {padding-left: 12px; padding-right: 12px; vertical-align:top;}
.contentHeader {font-family: Tahoma, sans-serif; font-size: 30px; color: #000; padding-left: 12px; padding-right: 12px;}
.contentHeader2 {font-family: Tahoma, sans-serif; font-size: 18px; color: #000; padding: 0;}
.contentSubHeader {font-family: Tahoma, sans-serif; font-size: 12px; color: #003366; font-weight: bold;}
.contentInternal {width: 100%; margin-top: 6px; border: inherit; border-style: solid; border-width: 1px; border-collapse: collapse; border-color: #ccc;}
.content {line-height: 1.5em;}


