/* Common Styles */

body
{
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 font-weight: normal;
 line-height: 15px;
 margin: 0;
 padding: 0;
 text-align: left;
 text-decoration: none;

}

h1
{
 color: #01325A;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 22px;
 font-variant: normal;
 font-weight: bold;
 line-height: 24px;
}

h2
{
 color: #01325A;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 18px;
 font-variant: normal;
 font-weight: bold;
 line-height: 20px;
}

h3
{
 color: #01325A;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 18px;
 font-variant: normal;
 font-weight: bold;
 line-height: 20px;
}

h4
{
 color: #01325A;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 16px;
 font-variant: normal;
 font-weight: bold;
 line-height: 18px;
}

h5
{
 color: #01325A;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 16px;
 font-variant: normal;
 font-weight: bold;
 line-height: 18px;
}

h6
{
 color: #01325A;
 font-family:  Arial, Helvetica, sans-serif;
 font-size: 16px;
 font-variant: normal;
 font-weight: bold;
 line-height: 18px;
}

p
{
 color: #01325A;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 14px;
 font-weight: normal;
 line-height: 16px;
 margin: 0;
 padding: 5px;
 text-align: justify;
 text-decoration: none;
 text-indent: 0;
}

.centered
{
 text-align: center;
}

.underline-italic
{
 font-style: italic;
 text-decoration: underline;
}

.underline
{
 text-decoration: underline;

}

.bold
{
 font-weight: bold;
}

.italic
{
 font-style: italic;
}

/* Content Container Styles */

div.contentcontainer
{
 background-color: transparent;
 border-color: #000000;
 border-style: solid;
 border-width: 0;
 margin: 0;

 padding: 5px 5px 5px 15px;
}

/* Full Width Content Column Styles */

div.contentfull
{
	background-color: transparent;
	border-color: #000000;
	border-style: solid;
	border-width: 0;
	clear: both;
	height: 115px;
	padding: 0;
	text-align: left;
	width: 740px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}

/* Left Content Column Styles */

div.contentleft-container
{
 background-color: transparent;
 border-color: #000000;
 border-style: solid;
 border-width: 0;
 float: left;
 margin: 0;
 padding: 0;
 text-align: left;
 width: 500px;
}

div.contentleft
{
 background-color: transparent;
 border-color: #000000;
 border-style: solid;
 border-width: 0;
 float: left;
 margin: 0;
 padding: 0;
 text-align: left;
 width: 400px;
}

/* Right Content Column Styles */

div.contentright-container
{
	background-color: transparent;
	border-color: #000000;
	border-style: solid;
	border-width: 0;
	float: right;
	margin: 0;
	text-align: left;
	width: 240px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
.smalltext {
	font-size: xx-small;
}

a:link {color: #0000ff;}

a:visited {color: #800080;}

a:hover {color: #ff0000;}

a:active {color: #00ff00;}