/*
############################################################################################################
##### BODY STUFF ###########################################################################################
############################################################################################################
*/
.mainBody {
	background: url(images/background.jpg);

	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	
	margin: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	padding: 0;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
}

.title {
	background-image: url(images/title.jpg);
}
.topBackground {
	background-image: url(images/main_top.gif);
}
.mainBackground {
	background-image: url(images/main_body.gif);
}
.bottomBackground {
	background-image: url(images/main_bottom.gif);
}

a:link{ 
	color: #3D5265;
	font-weight: bolder;
	}

a:visited { 
	color: #3D5265;
	font-weight: bolder;
	}
a:hover { 
	color: #3D5265;
/*	background-color: #F4F5F7;*/
	font-weight: bolder;
	}
a:active { 
	color: #3D5265;
	font-weight: bolder;
	}
a:link img {
	border: 0;
}
a:visited img {
	border: 0;
}
/*
############################################################################################################
##### MAIN MENU ############################################################################################
############################################################################################################
*/
div#linkDesc {
	text-align: center;
	color: #AEBCC6;
	vertical-align: top;
	font-size: 0.8em;
}

div#mainMenu ul {
	margin: 0px 0px 0px 1px; /*removes indent IE and Opera*/
	padding: 0; /*removes indent Mozilla and NN7*/
	list-style-type: none; /*turns off display of bullet*/
	font-size: 1.1em;
}

div#mainMenu li {
	margin: 0 0 0px 0px;
	border-bottom: 1px solid #D5DAE0;
	border-top: 1px solid #F5FAFF;
}

div#mainMenu a {
	display: block;
	padding: 4px 0px 4px 20px;
	background-color: #E5EAF0;
}

div#mainMenu a:link, #mainMenu a:visited {
	color: #3D5265;
	text-decoration: none;
	font-weight: lighter;
}
div#mainMenu a:hover {
	background-color: #F4F5F7;
	color: #3D5265;
	font-weight: lighter;
}
#lilink a:link, #ilink a:visited, #ilink a:hover {
	font-weight: lighter;
}

#liactivelink a:link, #liactivelink a:visited, #liactivelink a:hover {
	font-weight: lighter;
}

/*
############################################################################################################
##### CONTENT ##############################################################################################
############################################################################################################
*/

div#contentBlock {
	height: 500px;
	overflow: auto;
	border: 0;
	
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-arrow-color: #3D5265;
	scrollbar-base-color: #FFFFFF;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-face-color: #E5EAF0;
	scrollbar-highlight-color: #3D5265;
	scrollbar-shadow-color: #3D5265;
	scrollbar-track-color: #EEEEEE;
}

p.contentHeaderLarge {
	font-weight: bolder;
	font-size: 1.5em;
	padding: 0;
	margin: 0;	
}
p.contentHeaderMedium {
	font-weight: bolder;
	font-size: 1.2em;
	padding: 0;
	margin: 0;	
}
p.contentText {
	font-weight: lighter;
	color: #3D5265;
	text-align: justify;
	text-indent:2em;
	margin: 0 0 0 0;
  }
p.contentTextNoIndent {
	font-weight: lighter;
	color: #3D5265;
	text-align: justify;
	margin: 0 0 0 0;
  }

.contentTitle {
	font-weight: bolder;
	color: #3D5265;
	display: block;
	background-color: #E5EAF0;
}	
	
.contentTableLinks {
	border: 1px solid #E5EAF0;
}
.contentTableLinks td  {
	color: #3D5265;
	display: block;
	background-color: #E5EAF0;
	text-align: center;
	color: #3D5265;
}

.contentTableImages {
	border: 1px solid #E5EAF0;
	padding: 5px;
	vertical-align: middle;
	text-align:center;
}
.contentTableImages td {
	background-color: #E5EAF0;
}
.contentTableImages a {
	border: 0;
}

.contentPersonalInfo {
	border: 1px solid #E5EAF0;
}
.contentPersonalInfo td {
	color: #3D5265;
	display: block;
	background-color: #E5EAF0;
	color: #3D5265;
}
/*
############################################################################################################
##### SITE INFO ############################################################################################
############################################################################################################
*/
	
.siteInfo {
	font-weight: lighter;
	color: #EEEEEE;
	text-align: center;
}

/*
############################################################################################################
##### CV ###################################################################################################
############################################################################################################
*/

p.CVTitle {
	font-weight: bolder;
	font-size: 3em;
	padding: 0;
	margin: 0;
	text-align: center;
}

p.CVSubTitle {
	font-weight: lighter;
	font-size: 1.7em;
	padding: 0;
	margin: 0;
	text-align: center;	
}
p.CVHeader {
	font-weight: bold;
	font-size: 1.2em;
	background-color: #E5EAF0;
	padding: 0;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
p.CVText {
	font-weight: lighter;
	font-size: 1em;
	padding: 0;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	color: #3D5265;
}


