/* CSS Document */

body {
	color:#000000;
	font-family:Arial;
	font-size:13px;
}
td{
  	font-family:Arial;
	color:#000000;
	font-size:13px;
}
a {
	color:#00209f;
	text-decoration:underline;
}	
a:hover {
	text-decoration:none;
	color:#00209f;
}
a:visited,
a:link:visited{
	text-decoration:underline;
	color:#00209f;
}
a:visited:hover {
	text-decoration:none;
	color:#00209f;
}
.buttonLinks{
	font-size: 10px;
	color: #00209f;
	text-decoration: none;
	font-family:Verdana;
}
a.buttonLinks:link{
	font-size: 10px;
	color: #00209f;
	text-decoration: underline;
	font-family:Verdana;
}
a.buttonLinks:hover{
	font-size: 10px;
	color: #00209f;
	text-decoration: none;
	font-family:Verdana;
}
a.buttonLinks:active{
	font-size: 10px;
	color: #00209f;
	text-decoration: underline;
	font-family:Verdana;
}
a.buttonLinks:visited{
	font-size: 10px;
	color: #00209f;
	text-decoration: underline;
	font-family:Verdana;
}
a.buttonLinks:visited:hover{
	font-size: 10px;
	color: #00209f;
	text-decoration: none;
	font-family:Verdana;
}

.subHead {
	color:#00209f;
	font-size:13px;
	font-family:Arial;
	font-weight:bold;
}

.subHead a:link, .subHead a:visited, .subHead a:active {
	color:#00209f;
	font-size:13px;
	font-family:Arial;
	font-weight:bold;
	text-decoration: none
}

.subHead a:hover, .subHead a:visited:hover {
	color:#00209f;
	font-size:13px;
	font-family:Arial;
	font-weight:bold;
	text-decoration: underline
	}

.renewedPortfolio {
	color:#00209f;
	font-size:12px;
	font-family:Arial;
}
.projects {
	color:#00209f;
	font-size:9px;
	font-family:verdana;
}
.chartHead {
	color:#ffffff;
	font-size:10px;
	font-family:verdana;
	font-weight:bold;
}
.chartContent {
	color:#666666;
	font-size:10px;
	font-family:verdana;
}
#lightBlueCol {
	width:167px;
	background-color:#CCD2EC;
}
#darkGreyCol {
	background-color:#E4E1D2;
	height:100%;
}
#lightGreyPanel {
	width:575px;
	background-color:#eeece3;
	height:100%;
}
#homeContainer {
	background-image:url(images/home_bg.gif);
	background-repeat:repeat-x;
	background-position:top left;
	background-color:#bfc7e7;
	width:100%;
	height:100%;
	text-align:center;
	margin-left:0px;
	margin-top:0px;
}
#homeContent {
	margin: 0 auto;
	width:770px;
	background-color:#fff;
	height:100%;
}
#homeMessage {
	margin: 0 auto;
	width:770px;
	height:537px;	
}
#leftNav {
	/*background-color:#d3a95e;*/
	height:365px;
	width:141px;
}
.navLinks{
	font-size: 13px;
	color: #fff;
	font-family:Arial;
	font-weight:bold;
	line-height:15px;
	text-decoration: none;
}
a.navLinks:link{
	color: #fff;
	text-decoration: none;
}
a.navLinks:hover{
	color: #fff;
	text-decoration: underline;
}
a.navLinks:active{
	color: #fff;
	text-decoration: none;
}
a.navLinks:visited{
	color: #fff;
	text-decoration: none;
}
a.navLinks:visited:hover{
	color: #fff;
	text-decoration: underline;
}
#homeNews {
	background-color:#EEECE3;
	/*border-right:10px solid white;
	border-left:10px solid white;
	border-top:10px solid white;*/
	height:100%;
}
.newsLinks{
	font-size: 10px;
	color: #00209f;
	text-decoration: none;
	font-family:Verdana;
}
a.newsLinks:link{
	font-size: 10px;
	color: #00209f;
	text-decoration: none;
	font-family:Verdana;
}
a.newsLinks:hover{
	font-size: 10px;
	color: #00209f;
	text-decoration: underline;
	font-family:Verdana;
}
a.newsLinks:active{
	font-size: 10px;
	color: #00209f;
	text-decoration: none;
	font-family:Verdana;
}
a.newsLinks:visited{
	font-size: 10px;
	color: #00209f;
	text-decoration: none;
	font-family:Verdana;
}
a.newsLinks:visited:hover{
	font-size: 10px;
	color: #00209f;
	text-decoration: underline;
	font-family:Verdana;
}
#homeNewsDivider {
	background-image:url('images/home_news_divider.gif');
	background-repeat:repeat-y;
	width:3px;
}

.blueText {
	color:#00209f;
}

/*EMPLOYMENT SECTION*/

#sectionHeader {
	padding-bottom:9px;
	padding-top:30px;
	color:#00209f;
	font-size:13px;
	font-family:Arial;
}
#sectionLeft {
	border-bottom:1px solid white;
	padding-left:9px;
	padding-right:9px;
	padding-top:6px;
	padding-bottom:4px;
	width:50%;
	color:#000000;
	font-size:12px;
	font-family:Arial;
}
#sectionRight {
	border-bottom:1px solid white;
	padding-left:9px;
	padding-right:9px;
	padding-top:6px;
	padding-bottom:4px;
	width:50%;
	color:#000000;
	font-size:12px;
	font-family:Arial;
}
.redText {	
	color:red;
	font-size:12px;
	font-family:Arial;
}





