body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background: #DDDDDD;
	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: 80% Verdana, Arial, Helvetica, sans-serif;
}

/* holder styles */
#holder {
	width: 670px;
	background: #FFFFFF url(../images/world_big.gif) no-repeat fixed right bottom; /* This image creates the three column faux effect */
	text-align: left;
	margin: 0 auto 0 auto;
	border: 1px solid #000066;
}

/* header styles */
#header {
	background: #FFFFFF url(images/dec_top.gif) no-repeat right bottom; /* creates the top overlap of the right column */
	border-bottom: 1px solid #CC0000;
}
.callout {
	font: bold 150% Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	margin: 0;
	padding: 20px 10px;
}


/* navigation styles */
#nav {
	background: #CCCCCC url(images/dec_top.gif) no-repeat bottom right; /* creates the top overlap of the right column */
	border-bottom: 1px solid #000066;
	padding:5px 10px;
	font: bolder 80% Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
#nav a:link {
	color: #000066;
	text-decoration: none;
	text-transform: none;
	font: bolder 80% Verdana, Arial, Helvetica, sans-serif;
}
#nav a:visited {
	color: #000066;
	text-decoration: none;
	font: bolder 80% Verdana, Arial, Helvetica, sans-serif;
}
#nav a:hover, #nav a:active, #nav a:focus {
	color: #666666;
	text-decoration: none;
	font: bolder 80% Verdana, Arial, Helvetica, sans-serif;
}


#leftcolumn {
	width: 140px;
	float: left;
	padding: 20px 10px; /* side padding is added to total width above for a 160px "real total" */
}

#leftcolumn p {
	line-height: 130%;
	color:#000066
}

/* content styles */
#content {
	margin: 0 15px;
	padding: 15px;
}
#contentwide {
	padding: 15px;
}
#content p {
	line-height: 130%;
}


/* third column styles */
#news {
	margin: 0px;
	padding: 20px;
	float: right;
	width: 144px;
}
#news p {
	color: #000066; /* third column has a dark color so font must be light for contrast */
}

/* footer styles */
#footer {
	padding: 5px;
	border-top: 1px solid #877D6C;
	font-size: 80%;
	color: #736B5E;  /* This background color covers the faux column effect that spans the entire holder div */
	background: #FFFFFF;
}

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

.list {
	font-size: 80%;
	list-style: disc url(none) outside;
	line-height: 130%;
}

.redbldital {
	color: #CC0000;
	font-weight: bold;
	font-style: italic;
}
