/*****************************************************
 The classes ".left" and ".right" are used for the 
 positioning of floating images within the content pages.
******************************************************/

.left {
	float: left;
	margin-right: 10px;
}
.right {
	float: right;
	margin-left: 10px;
}

/*****************************************************
These classes are used for titles within the content pages 
along with their contextual ID's.
******************************************************/
/*
.contentTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: Black;
}
*/
.contentTitle {
	text-align: left;
	font-family: Verdana, Arial;
}
.contentTitle h1 {
	font-size: 14px;
	font-weight: bold;
	color: #34327d;
}

.contentTitle h2 {
	font-size: 13px;
}
.contentTitle h3 {
	font-size: 12px;
}

/*****************************************************
This Class is used to format the body text of the 
content pages.
******************************************************/
/*
.contentBody {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: Black;
}
.contentLinks a {
	font-family: Verdana, Arial;
	font-size: 11px;
	color: Black;
	text-decoration : underline;
}
.contentLinks a:hover {
	color : White;
	background-color: #34327D;
}*/
/*****************************************************
The following styles were used to style floating images 
with a border and a caption
******************************************************/

.rightImageWCaption {
    float: right;
    margin: 10px;
    margin-top: 10px;
    margin-right: 0px;
    padding: 10px;
    width: 130px;
    background-color: #eeeeee;
    border: solid 1px #cdcdcd;
}
div.rightImageWCaption img { border: 1px solid #34327d; }

.leftImageWCaption {
    float:left;
    padding: 10px;
    width: 135px;
    background-color: #eeeeee;
    border: solid 1px #cdcdcd;
	color: #34327d;
    margin: 10px;
    margin-top: 10px;
    margin-left: 0px;
	margin-right: 20px;
	margin-top: 0px;
    
}
 div.leftImageWCaption img { border: 1px solid #34327d; }
 
.leftImageWCaption175 {
	border: 1px solid #34327d;
	background-color: #dddddd;
	padding: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: oblique;
	color: #34327d;
	font-size: 10px;
	width: 175px;
	float: left;
	margin-right: 20px;
	margin-top: 0px;
}
 div.leftImageWCaption175 img { border: 1px solid #34327d; }
 

.rightImageWCaption175 {
	border: 1px solid #34327d;
	background-color: #dddddd;
	padding: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: oblique;
	color: #34327d;
	font-size: 10px;
	width: 175px;
	float: right;
}
 div.rightImageWCaption175 img { border: 1px solid #34327d; }

/*****************************************************
The following styles are for formatting table rows
******************************************************/

.tableRowBody {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #34327d;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	margin: 3px 6px;
	background-position: 0px;
	text-align: center;
}
.tableTopRow {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #6b6e97;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	margin: 3px 6px;
	background-position: 0px;
	text-align: center;
	font-weight: bold;
	background-color: #34327d;
}
.tableSpace4Pics {
	margin-bottom: 10px;
}
