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


body {
	font: 80%/1.5  Arial, Helvetica, sans-serif;
	background: #ACCBD0;
	margin: 0;
	padding: 0;
	color: #ACCBD0;
}

/* ~~ Element/tag selectors ~~ */
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	
	padding-right: 15px;
	padding-left: 15px; 
	color:#666;

}



a img {
	border: none;
}


H1 	{font-family:Georgia, "Times New Roman", Times, serif ; padding-bottom:10px;font-size:36px;
padding-left:15px;
font-style:italic;
font-weight:400;
line-height:48px;
color:#06C}

H1.smaller {font-size:18pt;}


H2	{font-family: Arial, Helvetica, serif; font-style: normal; 
font-weight:400;font-size: 14px;
color:#6CF;
line-height:normal;}

H3	{ font-family: Arial, Helvetica; font-size: 16px;
color:#009;
font-weight:500;padding-bottom:0;
margin-bottom:0;
}

H4	{ 
	font-family: Arial, Helvetica; 
	font-size: 14px;
	margin: 5px 0;}

H5	{font-family: Arial, Helvetica; font-size:11pt;
margin-bottom:0;
font-style:italic;
color:#5c9f68;}

P {font-family:  Arial, Helvetica, sans-serif; 
font-size: 14px; 
line-height: 20px;
color:#06C;
	}

p.text {color:#666;
padding-top:0;}

ul, ol, dl { 
	padding: 0;
	margin: 0;
}

.center {text-align:center;padding:0;}

.left {text-align:left;padding:0;}

a:link {
	color:#039;
	text-decoration: underline; 
}

a:visited {
	color:#666;
	text-decoration: underline;
}

a:hover, a:active, a:focus { 
	text-decoration: none;
}

a.nav, a.nav:visited {   
	text-decoration: none;
	color:#3D80C2;
	padding-bottom:0;
}
a.nav:hover, a.nav:active, a.nav:focus { 
	color:#3AB0D3;
	text-decoration:underline;
}

.container {position:relative;
	top:10px;
	width: 960px;
	height:800px;
	background:#0FF;
	margin: 0 auto; 
	overflow: hidden;
	background: #FFF; 
}

.sidebar {
	float: left;
	width: 125px;
	padding-bottom: 10px;
	background: #FFF;
}

.sidebar p {line-height:normal;
size:14px;
color:red;
}

.content {
	float: right;
	width: 820px;
	background: #FFF;
}



.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { /
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}