/* GENERAL DOCUMENT and TAG SELECTORS */
BODY, DIV, P, TD, TH, SELECT, INPUT,TEXTAREA {font-family:arial,sans-serif; color:#333333;font-size:12px;}
BODY {margin-top:0px; margin-left:10px; background-color:#e6eafd; font-family:arial,sans-serif;font-size:12px;}
TD {font-size:12px;}
P {font-size:12px; line-height:15px;}

/* LINK STYLES */
A, A:visited, A:active {font-size:12px; color:#993300; text-decoration:underline;}
A:hover {color:#CC6600;}

/* PAGE LAYOUT CONTAINERS */
/**************************/
DIV#page_top {
	width:729px;
	height:111px;
	text-align:left;
	position:relative;
	background-image:url(graphics/structure/top.gif); background-position:top; background-repeat:no-repeat;
	z-index:6;
}

DIV#page_nav {
	width:729px;
	left:0px;
	top:90px;
	text-align:center;
	position:absolute;
}


DIV#page_header {
	width:697px;
	height:31px;
	text-align:center;
	position:relative;
}

DIV#imagec{position:relative;text-align:center;margin-bottom:10px;}
DIV#imagel{position:relative;float:left;margin-right:10px;}
DIV#imager{position:relative;float:right;margin-left:10px;}

DIV#page_main {
	width:729px;
	position:relative;
	background-color:#eeeeee;
	padding:15px;
	border:1px solid #330066;
	border-top:0px;
}

DIV#page_content {
	width:697px;
	position:relative;
	padding-top:10px;
	padding-left:15px;
	padding-right:15px;
}

IMG#navbracket{margin-left:4px;margin-right:4px;}
.content_header {font-size: 12px;font-weight: bold;width:100%;border-bottom:1px solid #330066; display: block;margin-top:8px;padding-bottom:1px;padding-top:1px;padding-left:4px;margin-bottom:4px;background:#DDDDDD;}

.footer{font-size: 10px; color:#666666; margin-top:8px;}
.footer A, .footer A:visited{font-size: 10px;color:#666666}
.credit{font-size: 10px; color:#666666; margin-top:8px;}
.credit A, .credit A:visited{font-size: 10px;color:#666666}
.small{font-size: 10px;}
.more{font-size: 11px;color:#CC0000;font-weight:bold;}


