@charset "UTF-8";
/* CSS Document */
* {margin: 0; padding: 0; }

div#page {
    width: 100%;
    text-align: left;
    margin-left:auto;
    margin-right:auto;
	padding-left:7px;
	padding-right:7px;
}  
a 
  {
	color: #c3d1d9;
}

img 
  {border: none; }
  
a, img{
	border: 0;
} 
a:link {color: #FF9900; text-decoration: none; }
a:active {color: #FF9900; text-decoration: none; }
a:visited {color: #FF9900; text-decoration: none; }
a:hover {color: #FF9900; text-decoration: underline; }

body {
	margin: 0;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	line-height: 150%;
	color: #333333;
	background-color:#FFF;
}

h1, h2, h3, h4 {
	color: #999999;
}

h1 {
	font-weight: normal;
	font-size: medium;
	padding-bottom: 0;
	color:#FF9900;
	line-height:normal
}

h2 {
	font-weight: normal;
	font-size: small;
	padding-bottom: 0;
	color:#FF9900;
	line-height: normal;
}

h3 {
	font-weight: normal;
	font-size: 15px;
	padding-bottom: 0;
	color:#000;
	line-height:17px;
}

#wrapper{
	width:100%;
	margin: 0 auto;
	height: inherit;
	width:176px;
	height:auto;
	}
#headerblock{
	text-align:center;
	}
.header{
	text-align:center;
	}

#body{	
    margin: 5px auto 5px auto;
    text-align:left;
	}
	
.navblock{
		text-align:left;
	}
	
.navlist{
		text-align:left;
		padding-left:25px;
	}
	
.contentblock{text-align:left;}


.right_col_left {
	position:relative;
    
    float: left;
	padding: 0 0 0 0;
	width:100%;
	text-align:left;
	
}

.p {
	position:relative;
	float: left;
	padding: 0 0 10px 0;
	width:100%;
	text-align:left;
	
}
