body {
	margin: auto auto;
	margin: 0px;
	padding: 0px;

	height: 100%;

	font-family: Verdana, Serif, Arial, Helvetica, Sans-Serif;
	text-align: center;
	color: #333333;
	background-color: #214687;
}
p {
	font-size: 11px;
	line-height: 16px;
}
ul, ol, ul li, ol li {
	font-size: 11px;
	line-height: 16px;
}

li {
	padding-bottom: 5px;
}

/*Links */
a {
	font-size: 11px;
	text-decoration: none;
	color: #7494B5;
}

a:link {
	color: #7494B5;
}

a:visited {
	color: #7494B5;
}

a:hover {
	text-decoration: underline;
	color: #7494B5;
}

a:active {
	color: #333333;
}

/*Heading styles */
h1, h2, h3 {
	margin: 0px;
	padding: 0px;
	
	color: #000066;
}

h1 {

}

h2 {

}

h3 {

}

h4 {
	color: #000066;	
	font-weight: bold;
	font-size: 14px;
	line-height: 22px;
}

h5 {
	color: #000066;
	font-size: 12px;
	margin: 0px;
	padding: 0px 0px 5px 0px;
}
/*Page Container*/

#pageContainer {
	margin: 0px;
	padding: 0px;

	width: 760px;
	height: 100%;
	
	text-align: left;
}
#pageContentContainer {
	margin: 0px;
	padding: 0px;

	width: 760px;
	height: 100%;

}
/*End page containers*/

/* #pageContent and content elements */
#pageContent {
	margin: 0px;
	padding: 0px;

	width: 760px;
	
	border-left: 1px solid #A9B7D0;
	border-right: 1px solid #A9B7D0;
}


/*Page Header*/
#pageHeader {
	margin: 0px;
	padding: 0px;

	width: 760px;
	height: 118px;
	background-color: #214687;
	border-bottom: 1px solid #A9B7D0;
}

#pageHeader h1 {
	float: left;
	margin: 0px ;
	padding: 0px;

	background-image: url(../images/homepage-header.jpg);
	background-repeat: no-repeat;

}

#pageHeader h1 a {
	display: block;
	width: 760px;
	height: 118px;
}

#pageHeader h1 span {
	display: none;
}

#pageHeaderInternal {
	margin: 0px;
	padding: 0px;

	width: 760px;
	height: 72px;
	background-color: #214687;
	border-bottom: 1px solid #A9B7D0;
}

#pageHeaderInternal h1 {
	float: left;
	margin: 0px ;
	padding: 0px;

	width: 760px;
	height: 72px;

	background-image: url(../images/internal_header.jpg);
	background-repeat: no-repeat;

}

#pageHeaderInternal h1 a {
	display: block;
	width: 760px;
	height: 72px;
}

#pageHeaderInternal h1 span {
	display: none;
}

/* {{{ Navigation */

table.topMenuTable{
	margin: 0px;
	padding: 0px;
	width: 760px;
	font-size: 11px;
	background-color: #00215D;
}

table.topMenuTable tr {
	border-bottom-color: #CDD7EA;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
table.topMenuTable td {
	
	margin: 0px;
	padding: 5px 5px;

	border-left-color: #CDD7EA;
	border-left-width: 1px;
	border-left-style: solid;
	
	color: CDD7EA;
	text-align: left;
	width: 108px;
}

table.topMenuTable td a{

	color: #CDD7EA;

}

table.topMenuTable td a:hover{

	color: #FFFFFF;

}
table.topMenuTable td a:active{

	color: #FFFFFF;

}

table.topMenuTable td a:visited{

	color: #CDD7EA;

}

/* {{{ Level 1 */
#navLevel1 {
	margin: 0px;
	padding: 0px;
	
	width: 760px;
	height: 30px;
	float: center;

	overflow: hidden;
	background-color: #00215D;
	
}


table.sideNav{
	margin: 0px;
	padding: 0px;

	width: 100%;

	font-size: 11px;
	border-right: 1px solid #A9B7D0;
}
table.sideNav th {
	background-color: #00215D;
	margin: 0px;
	padding-left:5px; 
	padding-top:5px; 
	padding-bottom:5px; 
	padding-right:3px;
	
	border-bottom: 1px dotted #A9B7D0;
		
	color: #ffffff;
	font-weight: bold;
	text-align: left;
}

table.sideNav th a {
	color: #ffffff
}

table.sideNav th a:visited {
	color: #ffffff
}

table.sideNav td.level1 {
	background-color: #00215D;
	margin: 0px;
	padding-left:16px; 
	padding-top:5px; 
	padding-bottom:5px; 
	padding-right:3px;
	
	border-bottom: 1px dotted #A9B7D0;
		
	color: #7494B5;
	font-weight: normal;
	text-align: left;
	
	background-image: url(../images/arrow_on_dblue.gif);
	background-repeat: no-repeat;
	background-position: 6px 8px;
}

table.sideNav td.level2 {
	background-color: #153978;
	margin: 0px;
	padding-left:20px; 
	padding-top:5px; 
	padding-bottom:5px; 
	padding-right:3px;
	
	border-bottom: 1px dotted #A9B7D0;
	
	text-align: left;
	color: #00215D;
	
	background-image: url(../images/drop_arrow_on_blue.gif);
	background-repeat: no-repeat;
	background-position: 8px 8px;
}

table.sideNav td.level3 {
	background-color: #00215D;
	margin: 0px;
	padding-left:24px; 
	padding-top:5px; 
	padding-bottom:5px; 
	padding-right:3px;
	
	border-bottom: 1px dotted #A9B7D0;
		
	color: #7494B5;
	font-weight: normal;
	text-align: left;
	
	background-image: url(../images/arrow_on_dblue.gif);
	background-repeat: no-repeat;
	background-position: 12px 8px;
}


table.sideNav td.level4 {
	background-color: #153978;
	margin: 0px;
	padding-left:28px; 
	padding-top:5px; 
	padding-bottom:5px; 
	padding-right:3px;
	
	border-bottom: 1px dotted #A9B7D0;
	
	text-align: left;
	color: #00215D;
	
	background-image: url(../images/drop_arrow_on_blue.gif);
	background-repeat: no-repeat;
	background-position: 14px 8px;
}

table.sideNav td a {
	color: #7494B5
}

table.sideNav td a:hover {
	color: #ffffff
}

table.sideNav td a:active {
	color: #ffffff
}

table.sideNav td a:visited {
	color: #7494B5
}


#menuLink a {
color: #214687;
}

/*End navigation*/

/*Footer */
#footer {
	margin: 0px;
	padding: 0px;
	background-color: #00215D;
	width: 760px;

}

#footer p {
	margin: 0px;
	padding: 20px 0px;
	color: #FFFFFF;
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}
/*End footer */
/*Homepage */

#homepageSection
{
	margin: 0px;
	padding: 0px;
	width: 510px;

	background-color: #ffffff;	
}

#homepageSection h1 {
	float: left;
	margin: 0px;
	padding: 3px 0px 3px 10px;
	
	font-size: 12px;	
	color: #ffffff;
	font-weight: normal;
	height: 16px;
	width: 100%;
	
	background-color: #00215D;	
	border-bottom: 1px solid #ffffff;
}

#homepageSection ul {
	margin: 0px;
	padding:0px;

	width: 492px;

	background-color: #ffffff;
}

#homepageSection li {

	margin: 0px 0px 3px 0px;
	padding: 3px 5px 3px 25px;
	
	font-size: 11px;
	color: #00215D;

	background-image: url(../images/arrow_on_white.jpg);
	background-repeat: no-repeat;
	background-position: 10px 8px;
	background-color: #ffffff;
}

#homepageSection li p {

	margin: 0px 0px 3px 0px;
	padding: 5px 5px 5px 25px;
	
	font-size: 11px;
	color: #333333;
}

#homepageSection p.lineSeparator {

	margin: 0px 0px 3px 0px;
	padding: 5px 5px 5px 25px;
	line-height: 1px;
	background-image:url(../images/dividerDot.jpg);
	background-repeat:repeat;
}

#homepageSectionRight {

	margin: 0px;
	padding: 0px;
	float: right;
	width: 245px;
	height: 100%;
	background-color: #CDD7EA;
}

#homepageSectionRight h1{

	float: left;
	margin: 0px;
	padding: 3px 0px 3px 10px;
	
	font-size: 12px;	
	color: #ffffff;
	font-weight: normal;

	height: 16px;
	width: 100%;
	
	background-color: #00215D;	
	border-bottom: 1px solid #ffffff;
}

#homepageSectionRight ul{
	margin: 0px;
	padding:0px;
	float: right;

	width: 245px;

	background-color: #CDD7EA;
}

#homepageSectionRight li {

	margin: 0px 0px 3px 0px;
	padding: 3px 5px 3px 25px;
	
	font-size: 11px;
	color: #00215D;

	background-image: url(../images/arrow_on_blue.gif);
	background-repeat: no-repeat;
	background-position: 10px 9px;
	background-color: #CDD7EA;
}

#homepageSectionRight a {
	
	font-size: 11px;
	color: #00215D;
}

#homepageSectionRight li p {

	margin: 0px 0px 3px 0px;
	padding: 0px;
}

#homepageSection span {

	margin: 0px 0px 3px 0px;
	padding: 0px;
	background-image:url(../images/dividerDot.jpg);
	background-repeat: repeat-x;
	background-position: bottom left;
}

/*End homepage */
/*Internal Page Content */

#internalSection
{
	margin: 0px;
	padding: 0px;
	width: 755px;

	background-color: #ffffff;	
}

#internalSection h1 {
	float: left;
	margin: 0px;
	padding: 3px 0px 3px 10px;
	
	font-size: 12px;	
	color: #ffffff;
	font-weight: normal;
	height: 16px;
	width: 100%;
	
	background-color: #00215D;	
	border-bottom: 1px solid #ffffff;
}

#internalSection h2 {

	margin: 5px 0px 5px 0px;
	padding: 5px 5px 5px 25px;
	
	font-size: 11px;
	color: #333333;
}

#internalSection p {

	margin: 0px 0px 3px 0px;
	padding: 5px 5px 5px 25px;
	
	font-size: 11px;
	color: #333333;
}

#internalSection ul {
	margin: 0px;
	padding:0px;

	background-color: #ffffff;
}

#internalSection li {

	margin: 0px 0px 3px 0px;
	padding: 3px 5px 3px 25px;
	
	font-size: 11px;
	color: #00215D;

	background-image: url(../images/arrow_on_white.jpg);
	background-repeat: no-repeat;
	background-position: 10px 8px;
	background-color: #ffffff;
}

#internalSection li p {

	margin: 0px 0px 3px 0px;
	padding: 5px 5px 5px 25px;
	
	font-size: 11px;
	color: #333333;
}

#internalSection p.lineSeparator {

	margin: 0px 0px 3px 0px;
	padding: 5px 5px 5px 25px;
	line-height: 1px;
	background-image:url(../images/dividerDot.jpg);
	background-repeat:repeat;
}

/*End internal content */
/*Global elements */

#footer {

	margin: 0px;
	padding: 20px 0px;
	width: 760px;
	
	color: #FFFFFF;
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	background-color: #00215D;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
.title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #000066;
}
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

table.standardTable{
	margin: 0px;
	padding: 0px;

	font-size: 11px;
	color: #333333;

	background-color: #ffffff;
}

table.standardTable th {
	background-color: #00215D;
	margin: 0px;
	padding: 10px;

	color: #FFFFFF;
	font-weight: normal;
	text-align: left;
}
table.standardTable td {
	background-color: #A9B7D0;
	margin: 0px;
	padding: 5px 10px;

	text-align: left;
	color: #00215D
}

table.standardTable td a {
	color: #00215D;
	text-decoration:underline
}

table.standardTable td a:visited {
	color: #00215D;
	text-decoration:underline
}

table.narrowTable{
	margin: 0px;
	padding: 0px;

	font-size: 9px;
	color: #333333;

	background-color: #ffffff;
}

table.narrowTable th {
	background-color: #00215D;
	margin: 0px;
	padding: 4px;

	color: #FFFFFF;
	font-weight: normal;
	text-align: left;
}
table.narrowTable td {
	background-color: #A9B7D0;
	margin: 0px;
	padding: 2px 4px;

	text-align: left;
	color: #00215D
}

table.narrowTable td a {
	color: #00215D;
	text-decoration:underline
}

table.narrowTable td a:visited {
	color: #00215D;
	text-decoration:underline
}