body {
	font: 100% Georgia, "Times New Roman", Times, serif;
	color: #CCCCCC;
	background: #000000;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
html, body { /* saves you from the "centering jump" on short pages */
	min-height: 100%;
	margin-bottom: 1px;
}
p {
	font-size: 80%;
}
/*---------------------------- holder styles ----------------------------*/
#holder {
	width: 760px;
	background: #FFFFFF url(background.png) repeat-y; /* This image creates the three column faux effect */
	text-align: left;
	margin: 0 auto 0 auto;
}
/*---------------------------- header styles ----------------------------*/
#header {
	background: #333333;
}
.callout {
	font-size:130%;
	font-weight:bold;
	color:#CCCCCC;
	margin: 0;
	padding: 20px 10px;
}
.callout_small {
	font-size:100%;
	font-weight:bold;
	color:#CCCCCC;
	margin: 0;
	padding: 20px 10px;
}
/*---------------------------- navigation styles ( column 1 )----------------------------*/
#nav {
	width: 140px;
	float: left;
	padding: 10px 10px; /* side padding is added to total width above for a 160px "real total" */
}
#nav a:link, #nav a:focus, #nav a:visited, #nav a:hover, #nav a:active {
	text-decoration:none;
	font-weight:bold;
	font-style:normal;
	color: #CCCCCC;
}
/*---------------------------- content styles ( column 2 )----------------------------*/
#content {
	margin: 0 160px;
	padding: 15px;
	color:#CCCCCC;
}
#content p {
	line-height: 130%;
	font-size:11px;
}

#heading{
	font: bold 100% Georgia, "Times New Roman", Times, serif;
	color:#CCCCCC;
	margin: 0;
	padding: 20px 10px;
}
/*---------------------------- news styles ( column 3 ) ----------------------------*/
#news {
	margin: 0px;
	padding: 15px 8px 8px 8px;
	float: right;
	width: 144px;
}
#news p {
	color: #CCCCCC;
}

#news h4 {
	color:#CCCCCC;
}

/*---------------------------- FOOTER ----------------------------*/
#footer {
	padding: 5px;
	border-top: 1px solid #333333;
	font-size: 80%;
	color: #CCCCCC;
	background: #333333;
}

/*---------------------------- miscellaneous styles ----------------------------*/
.brclear { 
     clear:both; 
     height:0; 
     margin:0;
     font-size: 1px;
     line-height: 0px;
}

.current_page{
	color: #000000;
	font-style:italic;
	font-weight: bolder;
}

a {
	text-decoration:underline;
	font-weight:bold;
	color: #CCCCCC;
}
/*
a:link, a:active, a:focus{  
}
*/
a:visited {
	font-style:italic;
}

a:hover{  
	color: #FFFFFF;
}