/*---------------------------------------------------
HTML, body
-----------------------------------------------------*/
body {
	background : #020202 url(img/bg.gif);
	background-repeat : repeat-x;  
	background-position : left top;
	color : #9B9B9B;
	font : 10pt tahoma, verdana, arial, sans-serif;
	text-align : justify;
	margin : 0 auto;
}	
/*---------------------------------------------------
Layout dividers, structure and spec. positioning
-----------------------------------------------------*/
#box {
	background :  transparent;
	margin : 0 auto;
	text-align : justify;
	width : 900px;	
	float:left;
}
#header {
	background :  transparent;
	background-position : top;
	background-repeat : no-repeat;
	width : 900px;
	height : 292px;
	padding-top : 0;
}
#content {
	background : transparent;
	background-position : top;
	margin : 0 auto;
	background-repeat : no-repeat;
	width : 900px;
}
#content1 {
	background : transparent url(img/contentleft.jpg);
	background-repeat : no-repeat;  
	background-position : left top;
	background-position : top;
	float : right;
	text-align : justify;
	width : 447px;	
	padding-left:10px;
}	 
#navigation {
	background : transparent;
	float : left;
	width : 443px; 
	margin : 0 auto 0 0px;
}			  
#navigation1 {
	background : transparent;
	float : right;
	width : 178px; 
	padding-left: 166px;
	margin : 0 auto 0 0px;
} 			   
#footer {
	background : transparent;
	clear : both;
	height : 125px;
	width : 900px;
}
#infoot {
	background-color : transparent;
	position : relative;   
	float: right;
	right : 0px;
	top : 2px;	 
	color: #ffffff;
	height : 125px;
	width : 450px;
	text-align : right;
	font : 8pt tahoma, verdana, arial, sans-serif;	
	border-top : 3px solid #a42020;
}

#aff { text-align: left; }
/*---------------------------------------------------
left navigation links properties 
-----------------------------------------------------*/
div#navigation1 a:link, div#navigation1 a:active, div#navigation1 a:visited {
	background-color : transparent;
	color : #DDDDDD;
	padding-top : 3px;
	padding-bottom : 3px;
	padding-left : 10px;
	border-top : 0px solid #ffffff;
	border-bottom : 1px solid #b5b5b5;
	display : block;
	font : 15pt "Times New Roman", Tahoma, Arial, sans-serif;
	text-align : center;
	text-decoration : none;
	width : 158px;
}
div#navigation1 a:hover {
	background-color : transparent;
	color : #f02521;
	padding-top : 3px;
	padding-bottom : 3px;
	padding-left : 10px;
	border-left : 0 solid white;
	border-top : 0 solid #ffffff;
	border-bottom : 2px solid #e12b27;
	display : block;
	font : 15pt "Times New Roman", Tahoma, Arial, sans-serif;
	text-align : center;
	text-decoration : none;
	width : 158px;
}
/*---------------------------------------------------
footer links properties 
-----------------------------------------------------*/
div#infoot a:link, div#infoot a:active, div#infoot a:visited {
	background-color : transparent;
	color : #6C6C6C;
	border-bottom : 0 solid #E4E4E4;
	text-align : left;
	text-decoration : none;
}
div#infoot a:hover {
	background-color : transparent;
	color : #CECECE;
	border-left : 0 solid white;
	border-bottom : 1px dotted #7C7C7C;
	text-align : left;
	text-decoration : none;
}	  
/*---------------------------------------------------
relevant common properties
-----------------------------------------------------*/	
p {
	font : 10pt tahoma, verdana, arial, sans-serif;
	margin-top : 1px;
	margin-bottom : 1px;
	margin-left : 10px;
	text-align : justify;
}
a:hover {
	color : #CC0033;
	cursor : help;
	text-decoration : none;
	border-bottom : 2px solid #6A6A6A;
}
a, a:link, a:visited, a:active {
	color : #A8002A;
	font-weight : bold;
	text-decoration : none;
	border-bottom : #9B9B9B;
}
h1, h2 {	  
	background : transparent;
	background-position : left bottom;
	background-repeat : no-repeat;	 
	height:30px;
	color : #ffffff;
	font : italic bold 18pt Verdana, sans-serif;
	padding-left : 30px;
	line-height : normal;
	text-transform : capitalize; 
	border-bottom : 3px solid #ffffff;
}
strong, b {
	color : #e52b30;
}
i {		 
	color : #ffffff;
}
img {
	border : 0;
}
td {
	color: #AFAFAF;
} 