/* zStyle */
/* You may borrow/use this CSS, but not the images or the design. */

/* body style */
body {
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 12px;
	line-height: 125%;
	background: #115095;
	margin: 0px;
	padding: 0px;
	}
	
/* Text Styles */
p {
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 12px;
	line-height: 125%;
	color: #000000;
}
p.boldLarge {
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 18px;
	font-weight: bold;
	line-height: 125%;
	color: #000000;
}
p.bold {
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 12px;
	font-weight: bold;
	line-height: 125%;
	color: #000000;
}
p.italicTitle {
	font-family: "Times New Roman", Times, Serif;
	font-size: 18px;
	font-style: italic;
	letter-spacing: 0.2em;
	text-decoration: underline;
	font-weight: bold;
	line-height: 125%;
	color: #56048f;
}
p.small {
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 10px;
	line-height: 125%;
	color: #9ba8b6;
}
/* Link Styles */
a:Link {
	text-decoration:none;
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size:12px;
	letter-spacing: 0.1em; 
	font-weight: bold;
	line-height:120%;
	color:#115095;
	border-style: none;
}
a:Visited {
	text-decoration:none; 
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size:12px;
	letter-spacing: 0.1em; 
	font-weight: bold;
	line-height:120%;
	color:#115095;
	border-style: none;
}
a:Active {
	text-decoration:none;
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size:12px;
	letter-spacing: 0.1em; 
	font-weight: bold;
	line-height:120%;
	color:#115095;
	border-style: none;
}
a:Hover {
	text-decoration:none;
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size:12px;
	letter-spacing: 0.1em; 
	font-weight: bold;
	line-height:120%;
	color:#56048f;
	border-style: none;
}
/* Page Formatting Styles */
#container { 
 	background: url('images/containerBG.gif') repeat-y top left;
	width: 720px; 
 	padding: 0px 0px 0px 0px;
	height: 100%;
	color: #000000;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 40px;
	position: relative;
}
#pageHeader h1 {
	background: url('images/top.jpg') no-repeat top left;
	width: 720px;
	height: 93px;
	padding: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	position: relative;
}
#pageHeader h1 span { 
 	display:none 
 }
 #pageHeader h2 {
	background: #fff;
	width: 685px;
	height: 40px;
	padding: 0px;
	margin-right: 0px;
	margin-left: 13px;
	margin-top: -4px;
	margin-bottom: 0px;
	position: relative;
}
 #portfolioContent {
 	background: url('images/containerBG.gif') repeat-y top left;
	text-align: center;
	width: 690px;
	height: auto;
	padding-left: 20px;
	padding-right: 0px;
	padding-top: 20px;
	padding-bottom: 10px;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	position: absolute;
}
 #mainContent {
 	background: url('images/containerBG.gif') repeat-y top left;
	text-align: justify;
	width: 480px;
	height: auto;
	padding-left: 20px;
	padding-right: 210px;
	padding-top: 20px;
	padding-bottom: 10px;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	position: absolute;
}
#menuContent {
	background: #ffffff;
	text-align: left;
	width: 170px;
	padding: 10px;
	margin-right: 0px;
	margin-left: 518px;
	margin-top: 0px;
	margin-bottom: 0px;
	position: absolute;
	z-index: 1;
}
#pageHeader h3 span { 
 	display:none 
 }
 /* List Styles */
 li { 
 	line-height: 125%; 
 	list-style-type: none; 
 	display: block; 
 	padding-top: 5px; 
} 

/* Image Styles */
img.float {
	float: left;
	margin-left: 0px;
	padding-right: 10px;
}