@CHARSET "ISO-8859-1";

body {
	background: rgb(45, 15, 15);
	color: rgb(250, 250, 250);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	margin-top: 0px;
}

img {
	border: 0px;
}

a {
    color:#FFFFFF;
    font-size: x-small;
    font-weight: bold;
}
a:visited {
	text-decoration:none;
	color:#FAFAFA;
	font-size: x-small;
    font-weight: bold;
}
a:link {
    text-decoration:none;
    color:#FFFFFF;
    font-size: x-small;
    font-weight: bold;
}
a:active {
	color:#FFFFFF;
	text-decoration:none;
	font-size: x-small;
    font-weight: bold;
}
a:hover {
	color:#FFFFFF;
	text-decoration:underline;
	font-size: x-small;
    font-weight: bold;
}


.clear {
    clear: both;
}

.left {
    float: left;
}

.right {
    float: right;
}

.remain {
    overflow: hidden; 
    width: auto;
}

#headBack {
	background: rgb(54, 65, 44);
	border-bottom-color: rgb(122, 147, 100);
	border-bottom-style: solid; 
	border-bottom-width: 3px;
	border-bottom-width: 3px;
	height: 77px;
	margin-left: auto; 
	margin-right: auto;
	width: 800px;
}

#headTaglineImg {
	float: left;
	margin-left: 20px;
	margin-top: 50px;
}

#headCsoftImg {
	float: right;
	margin-top: 10px;
	margin-right: 40px;
}

#headSeparator {
	background: rgb(122, 147, 100);
	height: 3px;
}

#mainBack {
	background: rgb(65, 27, 27);
	margin-left: auto;
	margin-right: auto;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 20px;
	width: 790px;
}

#mainLeft {
    float: left;
    margin-top: 10px;
}

#mainCenter {
    float: left;
    margin-left: 35px;
    padding-left: 5px;
    width: 425px;
}

#mainRight {
     float: right;
}

.sidebox-left {
	background-color: rgb(128,64,64);
	border-color: rgb(5, 5, 5);
	border-style: solid;
	border-width: 1px;
	margin-bottom: 5px;
	padding-bottom: 5px;
	padding-top: 8px;	
	width: 158px;
}

.sidebox-right {
    background-color: rgb(128,64,64);
    border-color: rgb(5, 5, 5);
    border-style: solid;
    border-width: 1px;
    margin-bottom: 5px; 
    padding-bottom:5px;
    padding-top: 8px;    
    width: 128px;
}

.sidebox-xtra-pad {
	padding-left: 4px;
	padding-right: 4px;
}

.line-bottom, .headline {
	border-bottom-color: rgb(128,64,64);
    border-bottom-style: solid;
    border-bottom-width: 1px;
}

.line-top {
    border-top-color: rgb(128,64,64);
    border-top-style: solid;
    border-top-width: 1px;
}

.headline {	
	color: rgb(255,128,54);	
	font-family: Courier New, Courier, mono;
	font-size: small;
	font-weight: bold;
}

.centered {
    display: block;
    margin-bottom: 5px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
}

.explainText, .explainTextCentered  {
	 font-family: Arial;
     font-size: x-small;
     line-height: 10px;
}

.explainTextCentered {
    text-align: center;
}

.linkText {
    font-size: x-small;
    font-weight: bold;
    text-align: center;
}

div .spaced {
	margin-top: 10px;
	padding-left: 4px;
	padding-right: 4px;	
}

div .spaced-no-top { 
    padding-left: 4px;
    padding-right: 4px; 
}

div .spaced-btm {
	margin-bottom: 10px; 
    padding-left: 4px;
    padding-right: 4px;     
    padding-top: 32px;
}

.headlineItalic {
    font-family: Arial;
    font-size: x-small;
    font-style: italic;  
    text-decoration: underline;    
}

.headlineSmall {
	color: rgb(255,128,54);
	font-family: Arial;
    font-size: x-small;    
    line-height: 10px;       
}

.txt {
	font-family: Verdana;
    font-size: x-small;  
}

.txtHead {
    font-family: Verdana;
    font-size: small;  
}

.txtHeadLined {
    font-family: Verdana;
    font-size: small;
    margin-bottom: 5px;
    text-decoration: underline;         
}

.pageMain {
	margin-top: 16px;
}
    
	


















