/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	
	padding: 0px;
	background-color: #F5F5F5;
}

p{
	font-size:12px;
	color:#333333;
}

a{
	text-decoration: none;
	color: #88A;
}

a:hover{
	text-decoration: underline;
	color: #88A;
}


.headline{
	font-size:18px;
	font-weight: bold;
	color:#88A;
}

#master{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	background-color:#FFFFFF;
}

#header{
	border-bottom: 1px solid #CCC;
	background-color: transparent;
}

#nav{
	
}
	
#nav ul{
	list-style: none;
	margin-left: -30px;
	margin-top: 5px;
}

#IEroot div#nav ul{
	margin-left: 10px;
	margin-top: 8px;
}

#nav ul li{
	list-style: none;
	display: inline;
	border-top: 5px solid #AAC;
	padding: 3px;
	margin-right: 10px;
	font-size: 12px;
	font-weight: bold;
	color:  #88A;
}

#nav ul li:hover{
	list-style: none;
	display: inline;
	border-top: 5px solid  #88A;
	padding: 3px;
	margin-right: 10px;
	font-size: 12px;
	font-weight: bold;
	color:  #88A;
}

#nav ul li a{
	text-decoration: none;
	color: #88A;
}

div#content{
	background-color: #FFFFFF;
}


#sidebar {
    float:left;
    width:125px;
	height: 450px;
	background-color: #FFFFFF;
    }

#sidebar p{
	font-size:16px;
	font-weight:bold;
	font-style:italic;
	padding-left: 10px;
	color: #AAC;
	line-height: 1.5em;
}


#footer{
	height: 25px;
	font-size:10px;
	background-image: url(images/footer_bg.png);
	background-position:bottom;
	background-repeat:no-repeat;
	border-top: 1px solid #CCC;
	clear: both;
}
#reflect{
	height: 48px;
	background-image: url(images/reflect.png);
	background-position:top;
	background-repeat:no-repeat;
	margin-top: -1px;
	clear: both;
}

#footer p{
	margin: 3px;
	padding: 3px;
	font-size:10px;
}

div#comm_box{
	width: 214px;
	float: left;
	display: inline;
	margin-top: 10px;
	margin-right: 10px;
}

div#comm_box div#title{
	font-size: 12px;
	font-weight: bold;
	color:#88A;
	background-image: url(images/cpnew.png);
	background-position: top center;
	background-repeat:no-repeat;
	padding: 3px;
}

div#comm_box div#comm img{
	border-top: 1px dotted #FFFFFF;
}

div#comm_box div#comm img:hover{
	border-top: 1px dotted #AAC;
	background-color: #F7F7F7;
}

table#form{
	font-size: 12px;
}

.small{
	font-size: 10px;
}

.errormsg {
	font-weight: bold;
	color: #CC0000;
}