body {
	font-size: 0.75em;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
}

.subtitle1 {
	color: #00274F;
	font-size: 1.6em;
	font-family: Arial, Helvetica, sans-serif;	
}

.subtitle2 {
	color: #990000;
	font-weight: bold;
	font-size: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
}

.subtitle3 {
	color: #333333;
	font-size: 1.5em;
	font-family: Arial, Helvetica, sans-serif;	
	font-weight: bold;	
}

.contact-title {
	color: #333333;
	font-size: 1.3em;
	font-family: Arial, Helvetica, sans-serif;	
	font-weight: bold;	
}

.box-title {
	color: #000066;
	font-size: 1.3em;
	font-family: Arial, Helvetica, sans-serif;	
	font-weight: bold;	
}

.portfolio-subtitle {
	color: #000066;
	font-size: 1.1em;
	font-family: Arial, Helvetica, sans-serif;	
	font-weight: bold;	
}

.contact-border {
	background-color: #EEEFF0;
	border: 1px solid #999999;	

}

.contact-fields {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000000;
	width: 16em;
}

.button {
	background: #eeeeee;
	width: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 1px;
	padding-left: 2px;
		}

img.image-top-padding {
	margin-top: 20px;
}

img.image-bottom-padding {
	margin-bottom: 10px;
}


h1 {
	font-size: 1.7em;
	font-family: Arial, Helvetica, sans-serif;	
	color: #000066;
}

h2 {
	font-size: 1.3em;
	font-family: Arial, Helvetica, sans-serif;	
	color: #FE7B0F;
	margin-top: 30px;
}

.name {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 1.6em;
	font-weight: bold;		
}

.tagline {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 1em;
	font-weight: bold;
}

.search-box {
	font-size: 0.75em;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}

.search-button {
	background: #eeeeee;
	width: auto;
	color:#333333;
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 0.75em;
	padding: 1px;
}

.normal {
	font-size: 0.8em;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}

.white-normal {
	font-size: 0.75em;
	font-family: Verdana;
	color: #58589B;
	font-weight: bold;
}

#nav ul{
	padding : 0;
	margin : 0;
	white-space : nowrap;
	background-color: #2D72B5;
	color : #CCCCCC;
	float : left;
	width : 100%;
	background-color: #2D72B5;
	border-top-width: 1px;
	border-right-width: 0;
	border-bottom-width: 1px;
	border-left-width: 0;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

#nav ul li{
   display : inline;
   font-size: 1.0em;
}
#nav ul li.dark a{
	padding-left : 1.3em;
	padding-right : 1.2em;
	padding-top: 8px;
	padding-bottom: 8px;
	background-color : #235B91;
	color : #CCCCCC;
	text-decoration : none;
	float : left;
	background-color: #235B91;
	border-right-style : solid;
	border-right-width : 1px;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	text-transform: uppercase;	
}

a.whitelink{color: #58589B;text-decoration: underline}
a.whitelink:hover{color: #58589B;text-decoration: underline} 

a.bluelink{color: #000066;text-decoration: none}
a.bluelink:hover{color: #000066;text-decoration: none} 

a.blacklink{color: #000000;text-decoration: none}
a.blacklink:hover{color: #000000;text-decoration: none} 

a.blacklink2{color: #000000;text-decoration: underline}
a.blacklink2:hover{color: #000000;text-decoration: underline} 

.box3 {
	font-size: 0.9em;
	line-height: 12px;
}

#nav ul li.light a{
	padding-left : 1.3em;
	padding-right : 1.2em;
	padding-top: 8px;
	padding-bottom: 8px;
	background-color : #2D72B5;
	color : #CCCCCC;
	font-weight : normal;
	text-decoration : none;
	float : left;
	background-color: #2D72B5;
	border-right-style : solid;
	border-right-width : 1px;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	text-transform: uppercase;
}

#nav ul li a:hover{
   color : #FFFFFF;
}

