body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	color: #003366;
	background: #003366;
	text-align: left;
	margin: 0px;
	padding: 0px;
}
html, body { /* eliminates the "centering jump" on short pages */
	min-height: 100%;
	margin-bottom: 1px;
}
p {
	font-size: 80%;
}

/* holder styles */
#holder {
	width: 760px;
	background: #FFFFFF url(images/fauxbkgd.gif) repeat-y; /* This image creates the three column faux effect */
	text-align: left;
	margin: 0 auto 0 auto;
}

#holder2 {
	width: 760px;
	background: #FFFFFF url(images/fauxbkgd2.gif) repeat-y; /* This image creates the three column faux effect */
	text-align: left;
	margin: 0 auto 0 auto;
}

/* header styles */
#header {
	background: #990000 url(images/decor_top.gif) no-repeat bottom right; /* creates the top overlap of the right column */

}
#header2 {
	background: #990000 url(images/decor_top2.gif) no-repeat bottom right; /* creates the top overlap of the right column */
}

.callout {
	font: bold 130% Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	margin: 0;
	padding: 3px 10px;
}

/* navigation styles */
#nav {
	width: 140px;
	float: left;
	padding: 15px 10px; /* side padding is added to total width above for a 160px "real total" */
}
#nav a:link {
	color: #003366;
	text-decoration: underline;
	font-weight: bold;
}
#nav a:visited { 
	color: #666666;
}
#nav a:hover, #nav a:active, #nav a:focus {  
	color: #990000;
}

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

#content2 {
	margin: 0px 3px 0px 165px;
	padding: 15px;
}
#content2 p {
	line-height: 130%;
}

/* third column styles */
#news {
	margin: 0px 0px 0px 3px;
	float: right;
	width: 144px;
	list-style: disc inside;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 16px;
	padding: 1px 3px 3px 0px;
	text-align: left;
	text-indent: 0px;
	display: inline;
}
#news p {
	color: #003366; /* third column is a neon green color so font must be dark for contrast */
}

/* footer styles */
#footer {
	padding: 2px;
	border-top: 1px solid #990000;
	font-size: 80%;
	color: #003366;
	background: #FFFFFF;  /* This background color covers the faux column effect that spans the entire holder div */
	text-align: center;
}

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

.bulletlist {
	list-style: disc;
	font: 85%/18px Verdana, Arial, Helvetica, sans-serif;
}
