/***/
BODY
{
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 11px;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	line-height: 16px;
}

BODY *
{
	font-family: Tahoma, Arial, Verdana, sans-serif;
}

P
{
	font-size: 11px;
}

TD 
{
	font-size: 11px;
}

SPAN
{
	font-size: 11px;
}

UL
{
	line-height: 16px;
}

DIV
{
	background: #ffffff;
	line-height: 16px;
}

FORM
{
	margin: 0;
}

DL { margin-bottom: 10px; }

DT
{
	margin-top: 10px;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	padding: 0;
	font-weight: bold;
}

DT SPAN.date
{
	color: #747474;
	font-weight: normal;
	font-size: 10px;
}

DD
{
	margin-left: 0;
}

/* LAYOUT DEFINITIONS */

#container
{
	margin: 0 auto;
	width: 770px;
	text-align: left;
	height: 100%;
}

#mainDiv
{
	padding-left: 34px;
	padding-right: 0px;
}


#headerTop
{	
	height: 93px;
}

#logo
{
	float: left;
	margin-right: 0px;
}

#menuHolder
{
	float: right;
	margin-top: 0px;
	margin-left: 0px;
	height: 93px;
	width: 409px;
	display: inline;
	text-align: left;
}


#headerMain
{
	margin-top: 12px;
	margin-bottom: 12px;
	clear: both;
	width: 706px;
	height: 152px;
	float:left;
}

#leftBox
{
	width: 115px;
	margin-right: 27px;
	float: left;
}

#searchBox
{
	margin-top: 1px; margin-bottom: 0; margin-right: 0;
	height: 60px;
	background: #5daab0;
}

#contentContainer
{
	clear: both;
}

#mainContent
{
	width: 560px;
	float: left;
	margin-left: 3px;	
}

#footer
{
	background: url(/images/bar.jpg) repeat-y;
	height: 25px;
	clear: both;
	color: white;
	font-size: 10px;
	width: 770px;
	margin: 0 auto;
}

#footer A
{
	color: #ffffff;
	text-decoration: none;
}

#leftFooter
{
	text-align: left;
	background: transparent;
	float: left;
	width: 209px;
	padding-right: 10px;
	padding-left: 35px;
	padding-top: 3px;
	padding-bottom: 3px;	
}

#rightFooter
{
	background: transparent;
	width: 409px;
	float: right;
	text-align: right;
	padding-right: 10px;
	padding-top: 3px;
	padding-bottom: 3px;	
}


#rightFooter LI
{
	list-style: none;
	display: inline;
	margin-left: 5px;
}

#rightFooter LI A
{
	text-decoration: none;
}


#rightFooter LI A:hover
{
	text-decoration: underline;
}

/* GENERAL CLASSES */

.content
{
	background-image: url(/images/top_bar.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	padding-top: 13px;
}

.contentDiv
{
	padding-left: 18px;
	line-height: 20px; 
}

.contentDiv P 
{
	margin-top: 5px; margin-bottom: 0px;
}

.fLeft
{
	float: left;
}

.fRight
{
	float: right;
}

.fLeft A
{
	text-decoration: underline;
	color: #000066;
	font-weight: bold;
}

.documentBody
{
	margin-top: 15px;
	line-height: 20px; 
}

.10px
{
		font-size: 10px;
}

.b1 { background-color: #365284; }
.b2 { background-color: #306492; }
.b3 { background-color: #3b739c; }
.b4 { background-color: #458db2; }
.b5 { background-color: #459bb2; }
.b6 { background-color: #5daab0; }

.border1 { border: 1px solid #365284; }
.border2 { border: 1px solid #306492; }
.border3 { border: 1px solid #3b739c; }
.border4 { border: 1px solid #458db2; }
.border5 { border: 1px solid #459bb2; }
.border6 { border: 1px solid #5daab0; }

.c1 { color: #365284; }
.c2 { color: #306492; }
.c3 { color: #3b739c; }
.c4 { color: #458db2; }
.c5 { color: #459bb2; }
.c6 { color: #5daab0; }

.cwhite { color: white; }
/* SPECIFIC CLASSES */

INPUT.search
{
	width: 107px; 
	height: 20px;
	margin-left: 4px; margin-top: 6px; margin-bottom: 8px;
	font-size: 11px; font-family: Verdana, Arial, sans-serif;
}

IMG.button
{
	cursor: pointer;
}

IMG.separator
{
	margin-right: 15px;
	margin-left: 15px;
	float: left;
}

A.more
{
	background: url(/images/more_bg.jpg) no-repeat;
	background-position:  0 7px;
	font-size: 10px;
	color: #a8003a;
	padding-left: 14px;
	text-decoration: underline;
	font-weight: normal;
}

A.moreNobg
{
	font-size: 10px;
	color: #a8003a;
	padding-left: 14px;
	text-decoration: underline;
	font-weight: normal;
}

A.moreNobgInactive
{
	font-size: 10px;
	color: #a8003a;
	padding-left: 14px;
	font-weight: normal;
}

A.more:hover,A.moreNobg:hover
{
	text-decoration: none;
	font-weight: normal;
}

A.logo
{
	margin-left: 1px;
	margin-right: 28px; 
}

A.title
{
	display: block;
	text-decoration: underline;
	font-weight: bold;
	color: #348db2;
}

LI.map
{
	list-style: none;
	margin: 0;
	padding: 0;	
}

A.map
{
	text-decoration: underline;
	font-weight: bold;
	color: #348db2;
}


.smallBlack
{
	font-size: 10px;
	color: black;
}

.smallDark
{
	font-size: 10px;
	color: #000066;
}

.smallRed
{
	font-size: 10px;
	color: #a8003a;
}

UL LI.nobullet
{
	list-style: none;
	margin-bottom: 6px;
}

LI.nobullet A
{
	text-decoration: underline;
	font-weight: bold;
	color: #000066;
}

TD.portfolio *
{
	line-height: 20px;
}

A.big
{
	background: url(/images/big_lnk_bg.jpg) no-repeat;
	background-position:  0 2px;
	font-size: 14px;
	padding-left: 12px;
	text-decoration: underline;
	font-weight: bold;
}

UL.pad0
{
	margin: 0;
	padding: 0;
}
 
TABLE.descHeader TD, TABLE.descHeader TD A { font-size: 12px; }

#sitelist { list-style: none; margin: 0; margin-top: -2px; 
	_margin-top: -2px; _margin-left: -20px; height: 15px; padding: 0; }
#sitelist LI { margin: 0; margin-left: 20px; display: block; float: left; padding: 0; 
	margin-top: -3px; }
#sitelist A { font-family: Tahoma; font-size: 10px; color: white; 
	padding: 0; text-decoration: none; }
#sitelist A:hover, #sitelist A.active { text-decoration: underline; } 
