@charset "UTF-8";

/* CSS Document */
* {
	border: 0 none;
	outline: 0;
	padding: 0;
	margin: 0;
}

.clear{
	clear:both;
	line-height: 0;
}

body {
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	voice-family: "\"}\"";
	voice-family:inherit;
	min-width: 900px; /* ------------------------ THIS IS TRUE WIDTH*/
	background: #17242B url(../gui/gradient2.jpg) repeat-x fixed top;
}
html>body {
	min-width: 900px; /* ------------------------ THIS IS TRUE WIDTH*/
	text-align:center;
}

#header {
	clear:both;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	text-align: center;
	voice-family: "\"}\""; 
  	voice-family:inherit;
	width: 900px; /* ----------------------------- THIS IS TRUE WIDTH*/
}
html>body #header {
	width: 900px; /* ----------------------------- THIS IS TRUE WIDTH*/
}


#wrap {
	margin:0 auto;
	padding: 0;
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 900px; /* ----------------------------- THIS IS TRUE WIDTH*/
}
html>body #wrap {
	width: 900px; /* ----------------------------- THIS IS TRUE WIDTH*/
}


#title {
	padding: 0px 30px 0px 0px;
	clear:both;
	margin: 0px;
	text-align: right;
	display:block;
	height: 30px;
	background: url(../gui/content_top.png) no-repeat center bottom;
}
#title a:link, #title a:visited { color:#999999; text-decoration:none; }
#title a:hover{
	color:#000;
	text-decoration:underline;
}


#subNavigation {
	float:left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	text-align: right;
	/*border: solid 1px green;*/
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 180px; /* ----------------------------- THIS IS TRUE WIDTH*/
}
html>body #subNavigation {
	width: 175px; /* ----------------------------- THIS IS TRUE WIDTH*/
}


#headline {
	padding: 5px;
	clear:both;
	margin-top: 5px;
	margin-bottom: 10px;
	text-align: left;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #E8E8E8;
	border-left-color: #E8E8E8;
}

#main_single {
	float:right;
	margin: 0;
	text-align:left;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px; /* ---------------------- THIS IS THE WIDTH FOR IE */
	voice-family: "\"}\"";
	voice-family:inherit; /* ----------------------------- THIS IS TRUE WIDTH*/
	padding-top: 0px;
}
#main_span {
	background: url(../gui/content_span.png) repeat-y center;
	margin: 0px;
	padding: 0px;
}

#main {
	float:right;
	text-align:left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	margin: 0;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 10px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 650px; /* ----------------------------- THIS IS TRUE WIDTH*/
}
html>body #main {
	width: 650px; /* ----------------------------- THIS IS TRUE WIDTH*/
}


#singleColumn {
	clear:both;
	margin: 0px;
	text-align: left;
	padding: 0;
}


#leftColumn {
	float:left;
	padding: 0;
	margin-right: 5px;
	margin-bottom: 10px;
	text-align: left;
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 48%; /* ----------------------------- THIS IS TRUE WIDTH*/
}
html>body #leftColumn {
	width: 48%; /* ----------------------------- THIS IS TRUE WIDTH*/
}


#rightColumn {
	float:right;
	border-left-width: 2px;
	border-left-style: dotted;
	border-left-color: #CCC;
	margin-bottom: 10px;
	text-align: left;
	padding-left: 10px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 49%; /* ----------------------------- THIS IS TRUE WIDTH*/
	padding-top: 0px;
}
html>body #rightColumn {
	width: 49%; /* ----------------------------- THIS IS TRUE WIDTH*/
}

#technical_end_cap {
	padding: 0;
	clear:both;
	display:block;
	margin: 0px;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	color:#CCCCCC;
	font-size: 10px;
	height: 38px;
	background-image: url(../gui/content_foot.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#technical_end_cap a:link, #technical_end_cap a:visited { color:#CCCCCC; text-decoration:none; }
#technical_end_cap a:hover{
	color:#333;
	text-decoration:none;
}

#footer {
	clear:both;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 900px; /* ----------------------------- THIS IS TRUE WIDTH*/
}
html>body #footer {
	width: 900px; /* ----------------------------- THIS IS TRUE WIDTH*/
}


/* ========================================================================== THE "FOOTER NAVIGATION" */
#footer_nav {
	vertical-align: top;
	font-family: Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCC;
	text-align: center;
}
#footer_nav a:link, #footer_nav a:visited {
	color:#CCC;
	text-decoration:none;
}
#footer_nav a:hover{
	color:#FFF;
	text-decoration:underline;
}


/* ============================================================================= THE "COPYRIGHT" TEXT */
#copyright {
	font-family: Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	text-align: center;
	margin: 10px 0 0 0;
}

/* ============================================================================= THE "CREDITS" TEXT */
#credits {
	font-family: Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #8B8B8B;
	text-align: center;
	margin: 0;
	padding: 0;
}
#credits a:link, #footer_nav a:visited {
	color:#999;
	text-decoration:none;
}
#credits a:hover{
	color:#FFF;
	text-decoration:underline;
}
