body {
	background: #DFDFDF;
	margin: 15px;
}
#sitelogo {
	margin-left: 10px;
	margin-top: 2px;
	margin-bottom: 2px;
}
#container {
	border: 3px solid #2B2B2B;
	background: #FFF;
}
#container #navigation {
	background: #000000;
}
#container #footer {
	background: #000000;
}
#container #footer .footer {
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	color: #CCC;
	height: 10px;
	vertical-align: middle;
	padding: 5px;
}
.footer a {
	color: #CCC;
}
.footer a:hover {
	text-decoration: none;
}
#pane {
	padding-top: 1px;
}
#container #contentzone {
	padding: 4px;
}
#container #header {
	padding-right: 20px;
}
#container #header .header {
	text-align: left;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	width: 150px;
}
.boxA {
	background: #F2F2F2;
	border: 1px solid #999;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	padding: 2px;
}
.boxA #boxA_header {
	margin-bottom: 2px;
}

.boxA div img {
	margin-right: 5px;
	border: 1px solid #333;
}
.content {
	padding: 15px;
	font: 13px Verdana, Arial, Helvetica, sans-serif;
	color: #666;
}
.content-int {
	font: 13px Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	margin-left: 10px;
}
.content-int-container {
	padding: 6px;
}
.content-nopad {
	font: 13px Verdana, Arial, Helvetica, sans-serif;
	color: #666;
}
.content-nopad ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.content-nopad ul li {
	display: block;
	padding: 2px;
	margin-bottom: 2px;
	text-align: center;
	font-weight: bold;
}
#container #contentzone .content a, .content-int a {
	color: #2B2B2B;
}
#container #contentzone .content a:hover, ,content-int a:hover {
	color: #333;
}
.content .title, .content-int .title, .title {
	font: bold 16px Arial, Helvetica, sans-serif;
	color: #151515;
	border-bottom: 1px solid #151515;
	text-transform: uppercase;
	margin-bottom: 5px;
}
.htd {
	margin-top: 3px;
}
/*** Nav bar styles ***/
.internal_subnav {
	padding: 0;
	margin: 0;
	width: 100%;
	list-style-type: none;
}
.internal_subnav li {
	margin-bottom: 5px;
	border: 1px solid #CCC;
	padding: 5px;
	display: block;
	width: 100%;
	cursor: pointer;
	font: 13px bold Arial, Helvetica, sans-serif;
}
.internal_subnav li:hover {
	background: #F9F9F9;
}
div.nav {
	margin-bottom: 0px;
	background: #000;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: center;
	z-index: 9000;
}
.nav {
	width:844px;
	height:30px;
	position:relative;
	z-index:100;
	font-family:arial, sans-serif;
}
/* hack to correct IE5.5 faulty box model */
* html .nav {
	width:844px;
	w\idth:844px;
}
/* remove all the bullets, borders and padding from the default list styling */
.nav ul {
	padding:0;
	margin:0;
	list-style-type:none;
	z-index:101;
}
.nav ul ul {
	/* WIDTH DEFINED DYNAMICALLY */
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown nav positon */
.nav li {
	/* WIDTH DEFINED DYNAMICALLY */
	float:left;
	position:relative;
}
/* style the links for the top level */
.nav a, .nav a:visited {
	/* WIDTH DEFINED DYNAMICALLY */
	display:block;
	font-size:14px;
	text-decoration:none;
	color:#fff;
	height:30px;
	background:#000;
	text-align: center;
	line-height:29px;
	font-weight:bold;
	text-transform: uppercase;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .nav a, * html .nav a:visited {
	/* WIDTH DEFINED DYNAMICALLY */
}
/* style the second level background */
.nav ul ul a.drop, .nav ul ul a.drop:visited {
	background:#000;
}
/* style the second level hover */
.nav ul ul a.drop:hover{
	background:#067ABF;}
.nav ul ul :hover > a.drop {
	background:#067ABF;
}
/* style the third level background */
.nav ul ul ul a, .nav ul ul ul a:visited {
	background:#e2dfa8;
}
/* style the third level hover */
.nav ul ul ul a:hover {
	background:#b2ab9b;
}
/* hide the sub levels and give them a positon absolute so that they take up no room */
.nav ul ul {
	/* WIDTH DEFINED DYNAMICALLY */
	visibility:hidden;
	position:absolute;
	height:0;
	top:30px;
	left:0;
}
/* another hack for IE5.5 */
* html .nav ul ul {
	top:30px;
	t\op:30px;
}

/* position the third level flyout nav */
.nav ul ul ul{
	left:137px;
	top:-1px;
	/* WIDTH DEFINED DYNAMICALLY */
}

/* position the third level flyout nav for a left flyout */
.nav ul ul ul.left {
	left:-137px;
}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.nav table {
	position:absolute;
	top:0;
	left:0;
	border-collapse:collapse;
}

/* style the second level links */
.nav ul ul a, .nav ul ul a:visited {
	background:#000;
	color:#FFF;
	height:auto;
	line-height:1em;
	padding:5px 10px;
	/* WIDTH DEFINED DYNAMICALLY */
	text-align: left;	
	font-size: 12px;
}
/* yet another hack for IE5.5 */
* html .nav ul ul a, * html .nav ul ul a:visited {
	/* WIDTH DEFINED DYNAMICALLY */
}

/* style the top level hover */
.nav a:hover, .nav ul ul a:hover{
	color:#FFF;
	background:#067ABF;
}
.nav :hover > a, .nav ul ul :hover > a {
	color:#FFF;
	background:#067ABF;
}

/* make the second level visible when hover on first level list OR link */
.nav ul li:hover ul, .nav ul a:hover ul{
	visibility:visible;
}
/* keep the third level hidden when you hover on first level list OR link */
.nav ul :hover ul ul{
	visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
.nav ul :hover ul :hover ul{
	visibility:visible;
}


/* FORM */
.formLeft, .formRight {
	margin-bottom: 0;
	vertical-align: top;
}
.formLeft {
	text-align: left;
	float: left;
	padding-top: 3px;
}
.formRight {
	text-align: right;
}
form .form-line {
	border: 1px solid #CCC;
	margin: 2px 0 2px 0;
	padding:3px;
	background: #FFFFFF;
	font: 12px Helvetica, sans-serif, Verdana;
}
form .form-line #info {
	font-size: 10px;
}
form input.general, form textarea {
	padding: 3px;
	width: 300px;
	border: 1px ridge #333;
	background-color: #F9F9F9;
	font: 12px Helvetica, sans-serif, Verdana;
}
form input.sc_general, form input.sc_active {
	padding: 2px;
	width: 75px;
	font: bold 14px Helvetica, sans-serif, Verdana;
	letter-spacing: 2px;
}
form input.sc_general {
	border: 1px ridge #333;
	background-color: #F9F9F9;
}
form input.active {
	padding: 3px;
	width: 300px;
	border: 1px ridge #FF0000;
	background-color: #F9F9F9;
	font: 12px Helvetica, sans-serif, Verdana;
}
form input.sc_active {
	border: 1px ridge #FF0000;
	background-color: #F9F9F9;
}
form input.submit {
	font: 12px Helvetica, sans-serif, Verdana;
	font-weight: bold;
	background: #000;
	padding: 3px 5px;;
	border: 1px solid #000;
	color: #FFF;
}

#ifwindow {
	height:650px;
}