@charset "utf-8";
/* CSS Document */

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

<!--
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	/*background-color: #ffffff;*/
	background-color: #f0f0f0;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	height: 100%;
}

.generalStyle a, .generalStyle a:visited{
	text-decoration:none;
	color:#000000;
}
.generalStyle a:hover{text-decoration:underline;}

.generalStyle #container {
	width: 900px;  /* this will create a container 80% of the browser width */
	/*background-color: #ffffff;*/
	background-color: #f0f0f0;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.generalStyle #flashcontent {
	height: 100%;
	font-family:arial;
	font-size:12px;
}
.generalStyle #header {
	width: 100%;
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	/*background-color: #ffffff;*/
	background-color: #f0f0f0; 
	clear:both;
	overflow:hidden;
}
.generalStyle #header #headLinks{ float:right; margin: 0 20px 0 20px; clear: both;}
.generalStyle #header #headLinks #headLink{
	font: 100% Arial;
	font-size: 11px;
	display: inline;
	padding: 0 0 2px 5px;
	margin:0 0 0 10px;
}
.generalStyle #header #headLinks #headLink a, .generalStyle #header #headLinks #headLink a:visited{color:#999999;}
.generalStyle #header #headLinks #headLink a:hover{
	color: #000000;
	/*font-weight: bold;*/
	text-decoration: underline;
	/*border-bottom: #000000 solid 2px; */
}
.generalStyle #header #headLinks #headLink a.active{
	color: #000000;
	/*font-weight: bold;*/
	/*text-decoration: underline;*/
	/*border-bottom: #000000 solid 2px; */
}

.generalStyle #mainContent {
	width: 100%;
	padding: 10px 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	/*background-color: #ffffff;*/
	background-color: #F0F0F0;
	border-top: 1px solid #666666;
	float:left;
	clear:both;
	overflow:hidden;
}
.generalStyle #footer {
	width: 100%;
	padding: 10px 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	/*background-color: #ffffff;*/
	background-color: #f0f0f0;
	border-top: 1px solid #666666;
	float:left;
	clear:both;
	overflow:hidden;
}
.generalStyle #footer #back {color: #5a5a5a;float: left;}
.generalStyle #footer #back a{color:#5a5a5a;text-decoration:none;}
.generalStyle #footer #footLinks {text-align:right;}
.generalStyle #footer #footLinks a{color:#000000;}
.generalStyle #footer #footLinks a:hover{color:#000000;}
.generalStyle #footer #copyright {color: #666666; text-align:right; padding: 9px 0 10px 0;}
.generalStyle #footer #copyright a{color: #666666;}
.generalStyle #footer #copyright a:hover{color: #666666;}


-->
/*********************************** ROW HEADER */
#rowHeader, #row{
	width: auto;
	height: 100%;
	overflow: hidden;
}
#rowHeader #leftBorder{
	width: auto;
	float: left;
	background-color:#FFFFFF;
}
#rowHeader #content{
	width: auto;
	height: auto;
	margin-left: 4px;
	float: left;
	padding: 0px 5px 0px 5px;
}
#rowHeader #content h1{
	margin: 5px 0px 0px 0px;
	font-size: 18px;
	font-weight:bold;
	font-family:"Arial Narrow",Arial, Helvetica, sans-serif;
	color:#000000;
}
#rowHeader #rightBorder{
	width: auto;
	float:right;
	background-color:#FFFFFF;
}
#rowHeader #image{
	border-left: solid #999999 1px;
	border-right: solid #999999 1px;
}
/*********************************** ROW HEADER */
/*********************************** ROW CONTENT */
#rowContent {
	width: auto;
	height: 100%;
	border-left: solid #999999 1px;
	border-right: solid #999999 1px;
	overflow:hidden;
	background-color:#FFFFFF;
}
#rowContent #row {
	background-color:#FFFFFF;
}

#rowContent #row #column h1{
	height: 100%;
	padding: 0px;
	margin: 10px 10px 0px 10px;
	font-size: 18px;
	vertical-align: middle;
}

#rowContent #row #column #headLinks{float:right; margin: 16px 10px 0px 20px;}
#rowContent #row #column #headLink{
	font: 100% Arial;
	font-size: 11px;
	display: inline;
	padding: 0 0 2px 5px;
	margin:0 0 0 2px;
}
#rowContent #row #column #headLink a, #rowContent #row #column #headLink a:visited{color:#999999;}
#rowContent #row #column #headLink a:hover{
	color: #000000;
	/*font-weight: bold;*/
	text-decoration: underline;
	/*border-bottom: #000000 solid 2px; */
}
#rowContent #row #column p{
	height: auto;
	padding: 0px;
	margin: 5px 10px 5px 10px;
	color: #8c8c8c;
	font-size: 10px;
}
#rowContent #row #column img{
	margin: 10px 10px 10px 10px;
	float: left;
}

#rowContent #row #column #downloadPreview img {
	margin: 0px;
	float: left;
}
#rowContent #row #column #downloadDetails {
	padding: 5px 0px 5px 0px;
}
#rowContent #row #column #downloadDetails h1{
	height: auto;
	margin: 15px 5px 5px 5px;
	font-size: 10px;
	font-weight: bold;
	display: inline;
}
#rowContent #row #column #downloadDetails h2{
	height: auto;
	margin: 15px 5px 5px 5px;
	color: #FFFFFF;
	font-size: 10px;
	display: inline;
}
#rowContent #row #column #downloadDetails #button{
	margin: 5px 5px 5px 5px;
}

#rowContent #row #column hr{
	clear: both;
	margin: 0px 10px 0px 10px;
	border: dotted #999999 1px;
}
/*********************************** ROW CONTENT */
#row{
	margin-bottom: 5px;
}

#row #column {
	width: 220px;
	height: 100%;
	margin-left: 4px;
	text-align: left;
	float: left;
	display:inline;
}
#column #topBorder, #column #bottomBorder{
	line-height: 0px;
}
#row #column h1{
	padding: 0;
	color: #8c8c8c;
	margin: 10px 10px 5px 10px;
	font: 100% "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}
#row #column h2{
	height: auto;
	margin: 5px 10px 5px 10px;
	color: #8c8c8c;
	font: 100% "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#row #column strong{
	height: auto;
	margin: 5px 10px 5px 10px;
	color: #8c8c8c;
	font: 100% "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#row #column txtbolt{
	height: 5;
	margin: 5px 10px 5px 10px;
	color: #660000;
	font: 100% "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
}
#row #column p{
	height: auto;
	margin: 5px 10px 5px 10px;
	color: #8c8c8c;
	font-size: 10px;
}

#row #column ul {
	padding: 0px 0px 0px 10px;
	margin: 10px 15px 10px 15px;
	font: 100% Verdana;
	font-size: 9px;
}
#row #column ul li a, #row #column ul li a:visited{
	/*margin-left: 5px;*/
	margin:0;
	text-decoration:none;
}
#row #column ul li a:hover, #row #column ul li a:active{
	/*margin-left: 5px;*/
	margin:0;
	text-decoration:underline;
}
#row #column #button img{
	margin: 5px 10px 5px 10px;
}

#left, #right{
	height: 100%;
	float: left;
	display:inline;
	overflow: hidden;
}

#right{
	margin-left: 4px;
	background-color:#FFFFFF;
}

/* forms */

.thinLine{
	height:1px;
	width:100%;
	background-color:#666666;
}

.textBox{
	padding: 0;
	margin: 0px 1px 1px 5px;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #000;
}
.dropDown{
	padding: 0;
	margin: 0 2px 5px 10px;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border: 1px solid #000;
}
.searchButton{
	padding: 0;
	margin: 0 2px 5px 10px;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border: 1px solid #000;
	color:#ffffff;
	background-color:#333333;
}

.style1{
	padding: 0;
	font: bold 100% Verdana, Arial, Helvetica, sans-serif;
	font-size:36px;
	border: 0px solid #000;
}

/* end forms */

