@import url(inside2.css);

body {
	background-image: url(../images/bg.gif);
	background-color: white;
	background-repeat: repeat-x;
}

div.logo { padding: 8px 10px; }
//div.logo { padding: 0px 0px; }
div.title { float: right; }
div.topContainer { padding-left: 15px; }

div.header {
	float: right;
	text-align: right;
}

div.navbox {
	padding-top: 4px;
	width: 75%;
	/* false width for NN4; real value set in inside2.css */
}

div.submenu {
	float: left;
	width: 200px;
	font-size: 11px;
	line-height: 13px;
	margin-top: 10px;
}

div.leftMargin {
	clear: left;
	float: left;
	width: 200px;
}

div.bigLeft {
	width: 60%;
	float: left;
	padding-left: 20px;
	padding-right: 20px;
}

div.smallRight {
	padding-right: 20px;
	padding-left: 20px;
}

div.submenuitem {
	padding-left: 20px;
	padding-top: 20px;
}

div.footers {
	clear: left;
	padding: 10px 20px;
}

div.footerR {
	float: right;
	width: 45%;
	text-align: right;
}

div.footerL {
	float: left;
	width: 45%;
}

div.content, div.content2 {
	margin-top: 40px;
	margin-bottom: 40px;
	padding-left: 10%;
	padding-right: 10%;
	font-family: Georgia, Times New Roman, serif;
}

div.content2 { margin-top: 0; }

form {
	margin: 0;
	padding: 0;
}

p.content, ul.content, ol.content {
	font-family: Georgia, Times New Roman, serif;
	font-size: 12px;
	line-height: 20px;
}

p.nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	margin-top: 10px;
	margin-bottom: 0;
	margin-left: 20px;
	font-weight: normal;
}

p.footer {
	font-size: 10px;
	font-family: Geneva, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	line-height: 12px;
	color: #666;
}

h1, h2, h3 { font-family: Trebuchet MS, Tahoma, Verdana, Arial, Helvetica, sans-serif; }

h1 {
	margin-top: 10px;
	margin-bottom: 0;
	font-size: 19px;
	color: #C63;
	font-weight: normal;
	line-height: 22px;
}

h2 {
	margin-top: 30px;
	margin-bottom: 0;
	font-size: 14px;
	color: #374;
}

h3 {
	margin-top: 20px;
	margin-bottom: 0;
	font-size: 12px;
	color: #333;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.shadowheader {
	/* When a header follows another header, no top margin */
	margin-top: 0;
}

address {
	font-size: 12px;
	line-height: 16px;
	/*	font-family: Verdana, Arial, Helvetica, sans-serif;*/
	font-style: normal;
	padding-left: 20px;
	color: #001B33;
}

div.note {
	float: right;
	width: 25%;
	padding: 5px 15px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #FFFFBB;
	margin-right: -20px;
}

p.note, ul.note {
	font-size: 11px;
	line-height: 14px;
}

table.complex { /*  border: 1px solid #CBA;*/ }

td, th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	padding-left: 10px;
}

th { text-align: left; }
tr.rowA { background-color: #DDD; }
tr.rowB { background-color: #FFF; }

tr.header1 {
	background-color: #5789AD;
	/*	border-color: #999;	border-width: 1px;	border-style: solid none solid none;*/
}

tr.header2 {
	background-color: #FAAB5E;
	/*	border-top: 1px solid #999;*/
}

tr.header3 { background-color: #FFE0A3; }
th.header1 { color: white; }

td.header2 {
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1px;
	color: #333;
}

td.header3 {
	padding-left: 15px;
	font-size: 11px;
	font-weight: bold;
	color: #333;
}

tr.indent2 { background-color: #FFF4DE; }

tr.indent2 td {
	padding-left: 20px;
	font-size: 11px;
}

