body
{
	margin:          0;
	padding:         0;
	background-color: #d3e0fd;
	font-family:     Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#container
{
	margin:          0 auto;
	padding-top:1px;
	width:           1000px;
	position:        relative;
	background-color:  #162f4f;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #162F4F;
	border-right-color: #162F4F;
	border-bottom-color: #162F4F;
	border-left-color: #162F4F;
}
#headerHP {
	margin:          0 auto;
	width:           1000px;
	height:          365px;
	background:      transparent url(images/headerBGimg.jpg) no-repeat left top;
}
.headtitleHP {
	position:        relative;
	font-family:     Times;
	font-size:       30px;
	color:           #2a5a97;
	top:             30px;
	left:            12px;
}
#subtitleHP {
	position:        relative;
	font-family:     Verdana, Arial, Helvetica, sans-serif;
	font-size:       18px;
	color:           #2a5a97;
	left:            12px;
	top: 40px;
}
#container #headerHP #subtitle ul {
	margin: 0px;
	padding: 0px;
}

#header
{
	margin:          0 auto;
	width:           1000px;
	height:          128px;
	background:      transparent url(images/headerBGimgSecondary.jpg) no-repeat left top;
}

.headtitle
{
	position:        relative;
	font-family:     Times;
	font-size:       20px;
	color:           #162F4F;
	top:             30px;
	left:            12px;
	padding-top: 10px;
}
#subtitle {
	position:        relative;
	font-family:     Verdana, Arial, Helvetica, sans-serif;
	font-size:       16px;
	color:           #2a5a97;
	left:            12px;
	top: 40px;
}
#container #header #subtitle ul {
	margin: 0px;
	padding: 0px;
}
#subtitle li {
	display: inline;
	margin: 0px 35px 0px 0px;
	padding: 5px;
	list-style-type: none;
}

#menu
{
	margin:          5 5px 0;
	padding:         5px 0;
	background-color: #3879cb;
	height: 29px;
	font-size: 12px;
}

#menu ul
{
	margin:          0;
	padding:         7px;

	height:          29px;
}

#menu ul li
{
	list-style:      none;
	display:         inline;
}

#menu ul li a:link, #menu ul li a:active, #menu ul li a:visited
{
	color:           #FFFFFF;
	padding:         10px 7px 10px 7px;
	font-size:       1em;
	font-family:     'lucida grande', arial, sans-serif;
	font-weight:     bold;
	text-decoration: none;
}

#menu ul li a:hover
{
	background-color:   #D3E0FD;
	color:           #333333;
}


#content
{
	min-height:      390px;
	width:           1000px;
	margin:          0 auto;
	background-color:#FDFDFD;
}

#insidecontent
{
	float:           left;
	padding-left:    25px;
	padding-right:    25px;
	width:           auto;
}

#insidecontent p
{
	margin:          0;
	color:           #333333;
	font-family:     Verdana, Arial, Helvetica, sans-serif;
	line-height: 150%;
}




h1
{
	margin:          0 0 10;
	font-weight:     normal;
	color:           #517dc8;
	font-size:       30px;
	font-family:"Times New Roman", Times, serif;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #2A5A97;
	padding-bottom: 5px;
}

h2
{
	margin:          0 0 10;
	display:         inline;
	font-size:       16px;
	font-weight:     bold;
	color:           #333333;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

h3
{
	margin:          5 0 10;
	font-size:       14px;
	font-weight:     bold;
	color:           #517dc8;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	line-height: 24px;
}
.lightGreenBox {
	margin: 5px 300px 5px 5px;
	padding: 5px 5px 5px 25px;
	background-color: #edfdc2;
	border: 1px solid #5279AA;
}
.lightGreenBox li {
	list-style-type: none;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 0px;
	padding-left: 0px;
}
.green {
	color: #7AB01F;
}
.lightGreenBox  a {
	color: #336633;
	text-decoration: underline;
}
.lightGreenBox  a:hover {
	color: #CC3399;
	text-decoration: none;
}

#footer
{
	margin:          0 auto;
	width:           980px;
	height:          39px;
	text-align: center;

}

#footer span
{
	display:         block;
	position:        relative;
	font-family:    Verdana, Arial, Helvetica, sans-serif;
	font-size:       12px;
	padding:         10px;
	color:           #CCCCCC;
}
#insidecontent li {
	margin:          0;
	color:           #333333;
	font-family:     Verdana, Arial, Helvetica, sans-serif;
	line-height: 170%;
}
.blueOutlineBox {
	margin: 5px 300px 5px 5px;
	padding: 5px 25px;
	background-color: #FFFFFF;
	border: 1px solid #5279AA;
}
.dottedLine {
	border: 3px dotted #333333;
}
.highlightBox {
	border: 1px solid #507CC6;
	padding: 10px;
	background-color: #D3E0FD;
	color: #000000;
	margin-top: 10px;
	margin-bottom: 10px;
}
.fontSize20Bold {
	font-size: 20px;
	font-weight: bold;
	color: #000066;
}
.highlightBox img {
	text-align: left;
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
}
.highlightBox h1 {
	color: #000066;
	border-top-color: #000066;
	border-right-color: #000066;
	border-bottom-color: #000066;
	border-left-color: #000066;
}
