body {
	margin: 0;
	background-color: #005399;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}

div#bg {
	background: url(../imgs/page_bg.gif) repeat-y center;
	text-align: left;
	margin: 0 auto 0 auto;
	width: 975px;
}
/* add background color to div below to fix issue in FF */

div#layout {
	width: 940px;
	margin: 0 18px 0 17px;
}

img#logo {
	float: left;
	margin: 10px 0 0 42px;
}

div#contact {
	float: right;
	margin: 22px 40px 0 0;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	line-height: 18px;
}

div#topLinks {
	clear: right;
	float: right;
	border-top: 1px solid black;
	border-right: 1px solid black;
	border-left: 1px solid black;
	width: 200px;
	margin: 14px 27px 0 0;
	padding: 4px 0 3px 0;
	text-align: center;
	font-family: arial;
	font-size: 13px;
	color: black;
}

div#topLinks a,
div#topLinks a:link {
	color: #005399;
	text-decoration: none;
	margin: 0 3px 0 3px;
	font-family: Arial, Helvetica, sans-serif;
}

div#title {
	clear: both;
	background-color: #005399;
	height: 27px;
	padding: 10px 0 0 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	color: white;
	font-weight: bold;
	
}

div#menu {
	overflow: hidden;
	width: 940px;
}

img#pageImg {
	display: inline;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}


div#content {
	background: url('../imgs/content_bg.gif') repeat-y left;
}

div#content2 {
}

/* add negative margin to div below to get it flush w/Flash */

div#sidebar {
/*margin: 0 0 0 680px;*/
width:255px;
float:right;
padding-top: 25px;
text-align: left;
height: 100%;
font-size: 12px;
font-family: Arial, Helvetica, sans-serif;
}

div#main {
	float: left;
	width: 640px;
	text-align: left;
	padding-top: 25px;
	padding-left: 30px;
	padding-bottom: 10px;
	background: #FFFFFF;
}

div#main2 {
	float: left;
	width: 800px;
	text-align: left;
	padding-top: 25px;
	padding-left: 30px;
	padding-bottom: 10px;
	background: #FFFFFF;
	font: 12px Arial, Helvetica, sans-serif;
}
div#footer {
	clear: both;
	background-color: white;
	padding: 10px 0 5px 0;
	text-align: center;
	border-top: 5px solid #005398;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
}

div#footer a,
div#footer a:link {
	color: black;
	text-decoration: underline;
	margin: 0 2px 0 2px;
}
div#copy {
	margin-top: 20px;
}

/* panel specific settings */
div#sidebar p {
	font-size: 12px;
	margin: 10px 25px 5px;
	line-height: 20px;
	color: #000000;
}

div#sidebar a,
div#sidebar a:link {
	color: #005398;
	text-decoration: underline;
}

div#main h1 {
	font-size: 22px;
	font-weight: bold;
	margin: 0px;
	color: #000000;
	letter-spacing: 0px;
}

div#main2 h1 {
	font-size: 22px;
	font-weight: bold;
	margin: 0px;
	color: #000000;
	letter-spacing: 0px;
}

div#main h2 {
	font-size: 20px;
	font-weight: bold;
	color: #005399;
	margin-top: 15px;
}

div#main p {
	font-size: 13px;
	line-height: 20px;
	color: #000000;
}

/* replaced below with original divmain a links so that EPM CSS was not over ridden*/

a, a:link {
	text-decoration: underline;
	color: #B37800;
}

a:hover {
	text-decoration: underline;
	color: #005399;
}	

/* global settings */
input {
}
form {
}
table {
}
td {
}
.form {
	font-size: 13px;
}
ul, ol {
	font: 13px Arial, Helvetica, sans-serif;
	line-height: 18px;
}
.frameright {
	float:right;
	border-style: none;
	border-color: #000066;
	border: 1px;
	margin-left: 15px;
	margin-bottom: 3px;
}
.frameleft {
	float:left;
	margin-right: 15px;
	margin-bottom: 3px;
	border: 1px solid #000066;
}
a img {
	border: none;
}
