
body {
	background-color: #21459C;
	font-family:   Verdana, Arial, Helvetica, sans-serif;
}

h1 {  
	font-family: Arial;
	font-weight: bold;
	font-size: 18px;
	color: #996633;
}

h2 {
	font-family: Arial;
	font-weight: bold;
	font-size: 14px;
	color: #333;
	padding-top: 10px;
	border-bottom : 1px solid  #21459C;
}

p {
	font-size : 12px;
	line-height : 150%;
	text-indent : .25in;
}

label {
	font-size : 12px;
}

address {
font-family:   Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-style: normal;
}




/* noindent class used with p frequently */
.noindent {
	text-indent: 0;
}

/* main content column */
#content {
	border-color: #999999;
	border-style: none dotted none none;
	border-right-width: 1px;

	padding-right: 15px;
	padding-left: 15px;
	
	
}

#content ul {
	list-style: square;
}

#content li {
	font-size: 12px;
	margin-bottom: 10px;
}

#callout {
	float: right;
	background-color: #ececec;
	width: 200px;
	margin: 10px;
	padding: 15px;
}

#clientlist {

}
#clientlist ul {
	list-style-type: none;
	margin:0 0 0 10px;
	padding:0;
}

#clientlist li {
	font-size : 12px;
	line-height: 150%;
}




#navigation {
}



#navigation a.current {
	   color: #21459c;
	   border: 1px dotted black;
}


#navigation ul {
        list-style: none;
        margin: 0px;
        padding: 0px;
}
        
#navigation li {
	font-size: 12px;
	font-weight: bold;
	margin: 0px; 
	padding-bottom: 1px; /* must be non-zero IE's benefit */
}
        
#navigation a {
		display:block;
		padding: 5px;
        color: #000;
        text-decoration: none;
}
        
#navigation a:hover {
         background: #B6C7EF;
}

#navigation li.subnav {
 	font-weight: normal; 
	margin-left:15px; 
 }


#news {
}

#news ul {
	list-style: none;
	margin:0; padding:0;
	margin-left: 10px;
	margin-right: 5px; 
}

#news li {
	font-size: 11px;
	line-height: 15px;
	margin-bottom: 20px;

}

#news a {
	color: #21469E; 
	text-decoration: none;
}

#news a:hover {
	text-decoration: underline;
}

#news .newsdate {
	font-weight: bold;
}


#bioData {
	float: right;
	margin-left: 20px;
}

#bioData address {
	font-family: Arial;
	font-size: 12px;
	background-color: #F3F3F3;
	width: 200px;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px solid black;
}

.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 12px;
}


.dotted_right_side {
	border-color: #999999;
	border-style: none dotted none none;
	border-right-width: 1px
}

