/* --- set all margins and paddings to 0 for consistency --- */

* {
	margin: 0;
	padding: 0;
}

/* --- elements --- */

body {
	font-size: 76%;
	font-family: Arial, Helvetica, sans-serifs;
	color: #000;
}
h1, h2, h3, h4, h5, h6 {
	color: #036;
	margin: 1em 0;
}
h1 {
	font-size: 22px;
	font-weight: lighter;
}
h2 {
	font-size: 2em;
	font-weight: normal;
	margin-top: 0;
}
h3 {
	font-size: 1.6em;
}
h4 {
	font-size: 1.4em;
}
h5 {
	font-size: 1.2em;
}
h6 {
	font-size: 1em;
}
p {
	margin: 1em 0;
}
table.main tr td.content, table.main tr td.navSide
 {
	font-size: 0.9em;
}
ul, ol {
	margin: 1em 3em;
}
a:link, a:visited {
	color: #003366;
	text-decoration: none;
}
a:active, a:hover {
	color: #5481af;
	text-decoration: underline;
}
div#header {
	background: url(../images/bg_greybar.gif) repeat-x bottom;
	width: 100%; 
	margin-top: 45px;
	margin-bottom: 10px;
}
div#logo img {
	margin-left: 40px;
	display: block;
	padding-bottom: 2px;
}
div#logo {
	width: 760px;
	margin: 0 auto;
}
table.main {
	width: 760px;
	margin: 0 auto;
}
table.main tr td.nav {
	width: 208px;
	border-right: 15px solid #fff;
}
table.main tr td.content {
	width: 537px;
}
/*table.main tr td.content img {
	float: right;
	margin-bottom: 10px;
}*/
div.header {
	background: url(../images/bg_greybar.gif) repeat-x bottom;
	margin-top: 30px;
	margin-bottom: 10px;
}
table.header {
	width: 760px;
	margin: 0 auto;
}
table.header tr td#logo {
	width: 223px; 
	margin-top: 45px;
	margin-bottom: 10px;
}
table.header tr td#navTop {
	width: 537px;
}
ul.navTop {
	list-style-type: none;
	margin: 0 0 3px 0;
	padding: 0;
}
ul.navTop li {
	display: inline;
	background-image: url( ../images/topNavDivider.gif );
	background-position: 100% 0.2em;
	background-repeat: no-repeat;
	padding: 5px 10px 5px 0;
	margin: 0 0 0 10px;
	font-size: 0.9em;
}


ul.navSide {
	background: #999999;
	margin: 0 8px;
	padding: 0;
}
ul.navSide li {
	list-style: none;
	padding: 5px 17px;
	border-bottom: 1px solid #7b7b7b;
	background: url(../images/bullet_nav.gif) no-repeat 0.6em 0.8em;
}
ul.navSide li.top {
	border-top: 1px solid #999999;
}
ul.navSide li.border {
	border-top: 1px solid #b3b3b3;
}
ul.navSide a {
	text-decoration: none;
	font-size: 0.9em;
}
ul.navSide a:link, ul.navSide a:visited {
	color: #fff;
	text-decoration: none;
}
ul.navSide a:active, ul.navSide a:hover {
	color: #fff;
	text-decoration: underline;
}
ul.navTop a:link, ul.navTop a:visited {
	color: #003366;
	text-decoration: none;
}
ul.navTop a:active, ul.navTop a:hover {
	color: #003366;
	text-decoration: underline;
}
#navUnder {
	background: url(../images/bg_nav_under.gif) no-repeat top right;
	margin: 0 8px;
	border-top: 1px solid #b3b3b3;
}


table.contentDataTable1 {
	border-collapse: collapse;
}

table.contentDataTable1 tr td {
	border-width: 1px 0;
	border-style: solid;
	border-color: #ccc;
	padding: 5px;
}

/*#navTop {
	width: ;
	float: left;
}*/