body {
	padding: 0;
	margin: 0;
	background-image: url('images/body_bg.jpg');
	background-repeat: repeat;
	background-color: #34369D;
	}

div#page {
    background-color: white;
}

p {
	padding: 0;
	margin: 0 0 10px 0;
}

i, em {
	font-style:italic;
}

BLOCKQUOTE {
    margin-left: 3em;
	padding:8px 14px 8px 14px;   
   }

ul {
	margin-left: 3em;
	padding:8px 14px 8px 14px;   
	list-style-position: inherit;
	list-style-type: disc;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10pt;
}

UL UL { list-style-type: circle; }
UL UL UL { list-style-type: square; }

ul li {
	font-family:  verdana, arial, helvetica, sans-serif;
	font-size: 10pt;

}

ol {
	margin-left: 3em;
	padding:8px 14px 8px 14px;   
	list-style-position:inherit;
	list-style-type: upper-alpha;
	font-family:  verdana, arial, helvetica, sans-serif;
	font-size: 10pt;
}

OL OL { list-style-type: decimal; }
OL OL OL { list-style-type: lower-alpha; }
ol li {
	font-family:  verdana, arial, helvetica, sans-serif;
	font-size: 10pt;

}


tr, td {
	margin-top:0;
	padding-top:4px;
	padding-right:3px;
	padding-left:5px;
	vertical-align:top;
}
	
div#header-container {
	position:relative;
	padding:0px;
	background-color:#0B416C;
	background-image:url("images/header.gif");
	background-position:center top;
	background-repeat:no-repeat;
	}
	
div#header-wrapper {
	position: relative;
	}
	
div#header-wrapper div#photo-01,
div#header-wrapper div#photo-02,
div#header-wrapper div#photo-03,
div#header-wrapper div#photo-04 {
	position: absolute;
	width: 231px;
	height: 180px;
	z-index: 10;
	/* background-color: #9AB0B5; */
	background-color: transparent;
	}
	
div#header-wrapper div#photo-01 {
	background-color: transparent;
	text-align: center;
	top: 15px;
	left: 10px;
	z-index: 100;
	}
	
div#header-wrapper div#dissolver {
	position: absolute;
	background-color: transparent;
	top: 10px;
	left: 251px;
	z-index: 11;
	}
	
div#header-wrapper div#photo-02 {
	top: 10px;
	left: 251px;}
div#header-wrapper div#photo-03 {
	top: 10px;
	left: 493px;}
div#header-wrapper div#photo-04 {
	top: 10px;
	left: 734px;}
div#header-wrapper div#title {
	position: absolute;
	top: 130px;
	z-index: 20;}
	
div#header-menu {
	font-size: 10px;
	font-weight: bold;
	color: white;
	position: absolute;
	top: 5px;
	right: 25px;
	z-index: 100;
	}
	
div#leftColumn-wrapper {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	}
	
div#container {
	background-image: url('images/left_bg.jpg');
	background-repeat: repeat-y;
	}
	
div#content-container {
	background-color:#ffffff;
	border-right: 0px dotted #dedede;
	border-left: 0px dotted #dedede;
	background-image: url('images/leftnav.jpg');
	background-repeat: repeat-y;
	
	}
	
div#content-wrapper {
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	}
	
div#footer-container {
	width:1000px;
	height:20px;
	position:relative;
	margin-right:auto;
	margin-left:auto;
	padding-top:3px;
	padding-bottom:2px;
	text-align:center;
	background-color:#02345D;
	color:#FFFFFF;
	}
	
div#footer-wrapper {
	position: absolute;
	left: 24px;
	top: 20px;
	z-index: 20;
	color: #FFFFFF;
	}

div#leftColumn-menu {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
	margin-right: 10px;
	}
	
div#main-menu {
    bottom: 0;
    left: 1px;
    position: absolute;
    width: 958px;
    z-index: 100;
}
div#secondary-menu {
    top: 1px;
    font-size: 12px;
    font-weight: normal;
    right: 1px;
    position: absolute;
    width: auto;
    z-index: 100;
	text-align: right;
} 