/* GLOBALS --------------------------- */

body {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	min-width: 880px;
	margin-left: 20px; padding: 0;
}

h1, h2, h3, h4, p, ul, ol, { margin-top: 0; margin-bottom: 6px; }

img {
	border:1px solid #000000;
	margin:10px;
}

img.noborder {
	border:0px solid #000000;
	margin:10px;
}

img.noborder_small {
	border:0px solid #000000;
	margin:0px;
}



a {
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}

a:hover {
	color:#4A8ACE;
	text-decoration:none;
}

a.footer {
	color:#004080;
	font-weight:bold;
	text-decoration:underline;
}

a.footer:hover {
	color:#4A8ACE;
	font-weight:bold;
	text-decoration:underline;
}

a.blue {
	color:#38019E;
	font-weight:bold;
	text-decoration:none;
}

a.blue:hover {
	color:#4A8ACE;
	font-weight:bold;
	text-decoration:none;
}

a.normal {
	color:#000000;
	font-weight:normal;
	text-decoration:none;
}

a.normal:hover {
	color:#4A8ACE;
	text-decoration:none;
}

a.selected {
	color:#004080;
	font-weight:bold;
	text-decoration:none;
}

a.sidemenu {
	color:#004080;
	font-weight:normal;
	text-decoration:underline;
}

a.sidemenu:hover {
	color:#4A8ACE;
	text-decoration:underline;
}


/* LAYOUT --------------------------- */

#top {
	width: 940px; height: 146px;
}

#header {
	width: 940px; height: 100px;
	font-size:16px;
}

#sitename {
	width: 500px;
	font-size:22px;
	font-weight:bold;
}

#container {
	padding-top: 0px;
	width: 940px;
	float: left;
}

#container_print {
	padding-top: 0px;
	width: 760px;
	float: left;
}
#content {
	width: 750px; min-height: 312px;
	float: left;
	padding: 5px;
}

#content_only {
	width: 830px;
	float: left;
	padding: 5px;
}

#item {
	padding-top: 10px;
	padding-left: 10px;
	width: 150px;
	float: left;
}

#footer {
	width: 940px; height: 30px;
	font-size: 10px;
	padding: 0px 10px 10px 20px;
	float: left;
}

#abc {
	font-size:12px;
	text-transform:uppercase;
}

#maxi {
height:expression(420 + "px");
overflow:hidden;
}

/* NAVIGATION */

#navigation {
	background: url(../images/bg_navigation_links.gif) top left no-repeat;
	width:940px;
	height:34px;
	padding-bottom: 6px;
}

#navigation ul {
	font-size:16px;
	margin:0px;
	padding:0px;
}

#navigation li.n1 {	float:left;	list-style:none; border-right:1px solid  #808080;}
#navigation li.n2 {	float:left;	list-style:none; border-right:1px solid  #808080;}
#navigation li.n3 {	float:left;	list-style:none; margin-right:7px}

#navigation a {
	display:block;
	padding:8px 15px 7px;
	margin:1px;
	font-size:11px;
	color:#000000;
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;
}

#navigation a:hover {
	background: url(../images/nav_hover_links.gif);
	text-decoration:none;
}


/* CONTENT */



table.box {
	text-align:left;
	margin:0;
	padding-left:0;
	width: 100%;
}


td.box_header {
	background:url(../images/box_header.png) no-repeat;
	margin:0;
	padding:0;
}

td.box {
	background:url(../images/box_bg.png) repeat-y;
	width: 780px;
	margin:0;
	padding:0px 20px 0px 20px;
	overflow: visible;
}

td.box_footer {
	background:url(../images/box_footer.png) no-repeat;
	margin:0;
	padding:0;
}

td.box_header_only {
	background:url(../images/box_header_only.png) no-repeat;
	margin:0;
	padding:0;
}

td.box_only {
	background:url(../images/box_bg_only.png) repeat-y;
	margin:0;
	padding:0px 20px 0px 20px;
	overflow: visible;
}

td.box_footer_only {
	background:url(../images/box_footer_only.png) no-repeat;
	margin:0;
	padding:0;
}

td.cell {
	margin:0px;
	padding:5px;
	font-size:12px;
}

td.header {
	border-bottom:1px solid #000000;
	margin:0px;
	padding:5px;
}

font.title {
	font-size:14px;
	text-align:left;
}

font.name {
	font-size:16px;
	font-weight:bold;
	text-align:left;
}

#content_only h1 {
	padding: 1px 1px 1px 5px;
	color: #000;
	font-weight: normal;
	font-size: 12px;
}


#content_only h2 {
	padding: 1px 1px 1px 1px;
	color: #000;
	font-weight: normal;
	font-size: 14px;
}