/*=================== STANDARD RULES ====================*/
body, ul, form, fieldset {margin:0px; padding:0px;}

body{
	background-image: url(/new-images/background.jpg);
	background-repeat: repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:.75em;
}

h1,h2,h3,h4,h5,h6 {
	color:#086f78;
	margin-bottom:1em;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin:0;
}
h1 {font-size:1.6em;}
h2 {font-size:1.4em;}
h3 {font-size:1.2em;}
h4,h5,h6 {font-size:1.1em;}

a:link {color:blue;}
a:visited {color:purple;}
a:hover {color:blue; text-decoration:none;}
a:active {color:blue;}

input, textarea, select, option, button {
 font:1em arial,helvetica,sans-serif;
 }

.printonly {display:none;}
.clearfloats {clear:both;height:1px;}

/*=================== GLOBAL RULES ======================*/

#container{
	position:relative;
	width:843px;
	margin:0 auto;
	background-color:#FFFFFF;
}
#leftcap{
	position:absolute;
	top:0;
	left:-5px;
	width:5px;
	height:432px;
	background-image: url(/new-images/left.jpg);
	background-repeat: no-repeat;
}
#rightcap{
	position:absolute;
	top:0;
	left:843px;
	width:5px;
	height:432px;
	background-image: url(/new-images/right.jpg);
	background-repeat: no-repeat;
}
#topcap{
	width:843px;
	height:32px;
	background-image: url(/new-images/topcap.jpg);
	background-repeat: no-repeat;
}
#topimg img{border:none;}
#content{
	width:843px;
}
#footer{
	width:843px;
	height:80px;
	border-top:1px solid #538995;
	color:#538995;
	font-size:11px;
	background-image:url(/new-images/ccc-logo.gif);
	background-position:20px 10px;
	background-repeat:no-repeat;
}
#footer p{padding:15px 0 0 70px;margin:0;}
#footer a{color:#538995;text-decoration:none;}

