/*
This is how to comment CSS Style Sheets
*/
html, body {
	margin: 0;
	padding: 0;
}

/*
The code below is for setting the structure of the main content wrapper
*/
#contentwrap {
	margin-left: 138px;
	margin-top: 10px;
	margin-bottom: 5px;
	width: 470px;
	padding: 10px;
	border: 1px solid #7C97AE;
}
/*---end of main content wrapper structure---*/	
/*
The code below is for the formatting of general content text
*/
.spacer {color: #FFFFFF}


.main14 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #13567D;
}
.main14normal {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 14px;
	color: #13567D;
}
.main12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #13567D;
}
.main12bold {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #13567D;
}

.italicbold {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: italic;
	font-size: 12px;
	color: #13567D;
}
.smalltext10 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #13567D;
	font-weight: normal;
	text-decoration: none;
	letter-spacing: 0px
}
/*---end of main content formatting text---*/

/*
The code below is for the formatting of the body links
*/ 
a.body:link, a.body:visited {
	font-weight: bold;
	font-size: 12px;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #13567D;
	text-decoration: underline;
}
a.body:hover {
	font-weight: bold;
	font-size: 12px;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #7C97AE;
	text-decoration: none;
}
/*---end of body links---*/
/*
The code below is for the formatting of the indented body links
*/ 
a.bodyindent:link, a.bodyindent:visited {
	font-weight: bold;
	font-size: 12px;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #13567D;
	text-decoration: underline;
	margin-left: 10px;
	margin-right: 10px;
}
a.bodyindent:hover {
	font-weight: bold;
	font-size: 12px;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #7C97AE;
	text-decoration: none;
}
a.buttonindent:link, a.buttonindent:visited {
	font-weight: bold;
	font-size: 10px;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #13567D;
	text-decoration: none;
	background: #F4F9FF;
	padding: 1px 5px 1px 5px;
	border-color: #13567D;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	margin-left: 10px;
	margin-right: 10px;
}
a.buttonindent:hover {
	font-weight: bold;
	font-size: 10px;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background: #7C97AE;
	text-decoration: none;
	border-color: #13567D;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	padding: 1px 5px 1px 5px;
}
/*---end of indented body links---*/
/*
The code below is for the formatting of the page links
*/ 
a.page:link {
	font-weight: bold;
	font-size: 14px;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #13567D;
	text-decoration: underline;
}
a.page:visited {
	font-weight: bold;
	font-size: 14px;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #CC3300;
	text-decoration: underline;
}
a.page:hover {
	font-weight: bold;
	font-size: 14px;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #7C97AE;
	text-decoration: none;
}
.page {
	font-weight: bold;
	font-size: 16px;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #13567D;
	text-decoration: none;
}
/*---end of page links---*/
/*
The code below is for the placement of the welcome image
*/ 
#welcomeimage {
	height: 150px;
	float: right;
	border-color: #7C97AE;
	border-style: solid;
	border-width: 1px;
	border-color: #7C97AE;
	margin-bottom: 5px;
	margin-left: 25px;
}
/*---End of welcome image---*/
/*
The code below is for the formatting of the tables
*/
.headertable th{ 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #FFFFFF;
	font-weight: bold;
	letter-spacing: 1px;
	padding: 2px 2px 2px 3px;
	background-color: #7C97AE;
	text-decoration: none;
	text-align: center;
}
.resultstable tr.altrow { 
	background-color: #F4F9FF;
	color: #F4F9FF;
}
.smalltext{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #13567D;
	font-weight: normal;
	padding-left: 10px;
}
.textdescription{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #13567D;
	font-weight: normal;
}
.smalltextbold{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #13567D;
	font-weight: bold;
}
.mediumtext{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #13567D;
	font-weight: normal;
	padding-left: 10px;
}
/*---End of formatting for tables---*/
/*---End of main content structure and wrapper---*/

/*
The code below is for the structure and placement of the right side content
*/
#rightwrap {
	position: absolute;
	left: 617px;
	top: 154px;
	margin-top: 10px;
	width: 132px;
	border: 0px solid #13567D;
}
/*---End of placement of the right side content---*/

/*---end of Style Sheet---*/