
body {
	background:#fff;
	color: #999;
	background-image: url(graphics/background.jpg);
	background-repeat: repeat-x;
	margin-top:0px;
	padding-top:0px;

}

* {
	font-family: 'Helvetica', Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0;
}

img { border: none; }

div#mainsite { 
	width: 850px; 
	height: 270px;
	margin-left: auto;
	margin-right: auto;
}

div#header { 
	width: 850px; 
	height: 350px;
	background:url(graphics/logo.gif);
	background-position:left;
	background-repeat:no-repeat;
}

div#flash {
	width: 600px;
	height: 350px; 
	margin-left: 250px;
}

div#nav {
	width: 250px;
	height: 500px; 
	float: left;	
}

div#main { 
	float: left;
	width: 600px;
}

div#main1 { 
	float: left;
	width: 600px;
	background-color: #ccc;
	text-indent:17px;
	border-bottom: 1px solid #333;
}

div#column1 { 
	width: 420px; 
	height: 500px; 
	float: left;
	margin-right:0px;
}

div#column2 { 
	width: 180px;
	height: 500px; 
	float: left;
	text-align:left;
	margin-top:0px;
	text-indent:0px;
}

div#columnAll { 
	width: 600px; 
	min-height: 500px; 
	float: left;
	margin:0px;
}


div#previewPanel {
	width: 200px;
	float: left;
	margin: 0px;
	padding: 0px;	
	font-size: 10pt;
}

div#previewText  
{
	text-align: left; 
	margin-top: 10px;
	padding-bottom: 10px;	
	font-size: 10px;
}

div#preview {
	width: 180px;
	height: 237px;
    padding-bottom: 10px;
	margin: 0px;
	border-bottom: 1px dashed #ccc;
}

div#fileCount 
{
	text-align: left;
	float: left;
	font-size: 11px; 
	color: #666;
	padding-left: 10px;
	padding-top : 10px;
}

div#downloadPanel {
	width: 380px;
	font-size: 10px;
	float: left;
}

div#footer { width: 850px; 
	height: 20px;
	margin-left: auto;
	margin-right: auto;
	background-image:url(graphics/footer.gif);
}

div#line { width: 230px; }

div#titleBlock, div#topBar { width: 800px; }

div#navcontainer { 
	float: left;
	width: 200px;
	padding-top: 5px;
}

div#contactBlock {
	width: 180px;
	float: left;
	font-size: 11px;
	padding-left: 20px;
	line-height: 1.7;
}

h1 {
	color: #ececec;     
	font-size: 12pt;
	font-weight: 300;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height:22pt;
	text-indent:20px;
	background-image:url(but_pattern.gif);
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
}

h2 {
	font-size: 9pt;
	font-weight: 100;
	margin-top: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	text-indent:20px;
}
 
div#topRow {
	color: #ececec;     
	font-size: 12pt;
	font-weight: 300;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height:22pt;
	text-indent:20px;
	background-image:url(but_pattern.gif);
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
}
 
p {
	line-height: 15px;
	font-size: 10px;
	margin-left: 20px;
	margin-right: 0px;
	margin-bottom: 10px;
	color:#666666;
	font-family: 'Verdana', Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
}

p_side {
	line-height: 15px;
	font-size: 10px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 10px;	
}

#list {
	line-height: 15px;
	font-size: 12px;
	margin-left: 20px;
	margin-right: 0px;
	margin-bottom: 10px;
	width:400px;	
	font-family: 'Verdana', Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
}

#small {
	margin-left: 20px;
	margin-top:10px;
	font-size: 7pt;
	font-family: 'Verdana', Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
}

.downloads {
	line-height: 15px;
	font-size: 11px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 10px;
}

.title {
	color: #999;
	font-size: 10px;
	font-weight: bold;
}

.selected {
   color: #fff; 
   background-color: #b53d00;
 }
 
.ctrls {
	font-size: 10px;
	color: #000;
	text-decoration: none;
}

textarea { font-size: 11px; }	

.reqdMsg {
	font-size: 11px;
	color: #f00;
	padding-left: 20px;
}	

.tdtitle {
	font-size: 11px;
	text-align: left;
	width: 70px;
	color: #999;
}

.tdinput {
	font-size: 13px;
}

.tdregister {
	margin-left: 160px;
	padding: 0px;
	width: 70px;
}


.loginTitle {
	font-size: 11px;
	color: #000;
	text-decoration: none;
	float: left;
	vertical-align: bottom;
	text-align: left;
    line-height: 18px;
}

.logoutTitle {
	font-size: 11px;
	color: #000;
	text-decoration: none;
	float: left;
}

.loginTitle:hover {
	color: #333;
}

.loginTitleRight {
	font-size: 11px;
	color: #000;
	text-decoration: none;
	float: right;
	text-align: right;
	padding-right: 20px;
}

.loginInput { font-size: 10px; }



.register {
	font-size: 10px;
	font-weight: bold;
}

.registerForm { padding-left: 25px; }
 
.offset { padding-top: 1px; }

a { color: #999; }

a.hover { color: #333; }

#button {
	font-weight: bold;
	width: 250px;
	text-indent:0px;
	line-height: 12pt;
	font-size: 10pt;
	padding: 0px 0px 0em 0px;
	font-family: 'Helvetica', Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	margin-top: 0px;
	}
	
#button ul {	
	margin-right: 0px;
	list-style: none;
	margin-left: 0px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-indent:40px;
}
		
#button li { margin-right: 38px; }

#button li a {
	margin-left: 0px;
	display: block;
	padding: 8px 0px 8px 0px;
	color: #333;
	text-decoration: none;
	text-align:left;
	width: 100%;
	border-bottom: 1px dashed #ccc;
}				

#button li a:hover { color: #999; }

#button a.selected {
    color: #008fd4;	
    background-image:url(graphics/but_test.jpg);
}

#button1 {
	font-weight: bold;
	width: 180px;
	text-indent:0px;
	line-height: 12pt;
	font-size: 9pt;
	padding: 0px 0px 0em 0px;
	font-family: 'Helvetica', Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	margin-top: 20px;
}
	
#button1 ul {	
	margin-right: 0px;
	list-style: none;
	margin-left: 20px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
		
#button1 li { margin-right: 0px; }

#button1 li a {
	margin-left: 0px;
	display: block;
	padding: 8px 0px 8px 0px;
	color: #333;
	text-decoration: none;
	text-align:left;
	width: 100%;
	border-bottom: 1px dashed #ccc;
}
				
#button1 li a:hover { color: #999; }

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

div#registerBlock {
	margin-left: 20px;
	font-family: 'Verdana', Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
}

ul.registerBlock {
    line-height: 1.5;
    font-size: 10px;    
    margin-left: 40px;
}

ul.registerBlock li{
    line-height: 1.5;
}

.dottedText 
{
	width: 180px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #ccc;
	margin-left: 10px;
	display: block;
}
	
.clearfix { display: inline-table; }

/* backslash hack hides from IE mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* end backslash hack */