/* Doc styles */

body {
	background: #ccc;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, Arial, sans-serif;
	color: #666;
	margin: 15px;
	text-align: center; /* For IE */
	font-size: 12pt;
}

p {
	margin: 0 0 5px 0;
}

h1 {
	color: #18d;
	font-size: 16pt;
	font-weight: normal;
 	text-transform: uppercase; 
	text-align: left;
	margin: 30px 0 10px 0;
}

h2 {
	color: #18d;
	font-size: 14pt;
	font-weight: normal;
	text-align: left;
	margin: 22px 0 7px 0;
}

h3 {
	color: #18d;
	font-size: 13pt;
	font-weight: normal;
	text-align: left;
	margin: 14px 0 7px 0;
}

h4 {
	color: #18d;
	font-size: 13pt;
	font-weight: normal;
	text-align: left;
	margin: 14px 0 7px 0;
}

a:link, a:visited {
/*	color: #9c0;
*/	text-decoration: none;
	color: #2A72B3;
}

a:hover, a:active {
	color: #ffffff;
	background: #2A72B3;
}

a.paper {
	font-weight: bold;
}


ul {
	margin: 0;
	padding: 5px 23px 5px 27px;
	list-style: square;
	line-height: 1.2em;
}

li {
	padding-bottom: 7px;
}


/* Container Styles */




#container {
	position: relative;
	width: 970px !important;
	width /**/: 1000px;
	background: #fff;
	border: 15px solid #fff;
	margin: 0 auto;
	padding: 0;
	
	text-align: left; /* For IE, see above */
}

#center {
	text-align: center;
}

#flushright {
	font-size: 8pt;
	text-align: right;
	color: #777;
}

#maintextsection {
	position: relative;
	left: 0px;
	top: 0px;
	width: 955px !important
	width /**/: 960px;
	background: #fff;
	padding: 0px 5px 5px 10px;
	margin: 180px 0px 0px 0px;
	text-align: left; /* For IE, see above */
	font-size: 11pt;
}

/* Intro Styles */

#pageHeader {
	position: absolute;
	top: 0px;
	left: 0px;
		
	width: 970px;
	height: 155px;
    
    background: #18d;
}

#pageHeader span {
 	width: 300px;
 }

#pageHeader h1 {
    margin-top: 24px;
    margin-left: 20px;
    margin-right: 300px;
	color: #FFFFFF;
	font-size: 25pt;
	line-height: 25pt;
	text-align: justify;
 	text-transform: none; 
	white-space: nowrap;
}

#pageHeaderLogo {
	position: absolute;
	top: 0px;
	left: 720px;
	
	background: #fff;
		
	width: 250px;
	height: 94px;

    padding: 0px 0px 0px 0px;
}

	
#navigation {
	position: absolute;
	top: 85px;
	/*width: 505px;*/
	height: 72px;
	
	background: #fff;
	
	padding: 10px 10px 0px 0px;

	font-size: 18pt;
	line-height: 20pt;
	text-align: left;	
}

#footer {
	width: 970px;
	height: 12px;
    
	background: #18d;
    	
	font-size: 8pt;
	text-align: right;
	color: #fff;
	
	vertical-align:top
}

#footer a:link, #footer a:visited {
	color: #fff;
}


table td, table td * {
    vertical-align: top;
}

div {
    margin: 0px;
    padding: 0px;
}
table {
    margin: 0px;
    border-collapse: collapse;
    padding: 0px;
}