body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #EDF2F5;
	margin: 0px;
	padding: 10px;
}

a, a:active, a:visited {
	color: #0E228B;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p {
	color: #666;
	line-height: 1.5em;
	padding: 10px;
	margin: 0px;
}

ul {
	line-height: 1.5em;
	color: #666;
	margin: 0px 0px 0px 30px;
	padding: 0px;
}

input, textarea {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

strong {
	color: #000066;
}

h1 {
	color: #0E228B;
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	padding: 10px;
	margin: 0px;
}

h2 {
	color: #0E228B;
	font-size: 15px;
	font-weight: bold;
	padding: 10px;
	margin: 0px;
}

h3 {
	padding: 10px;
	margin: 0px;
}

#header {
	background-image: url(../images/logo1.jpg);
	background-repeat: no-repeat;
	height: 82px;
	width: 770px;
	background-color: #EDF2F5;
	border: 1px solid #666;
}

#flashheader {
	background-image: url(../images/header1.jpg);
	background-repeat: no-repeat;
	width: auto;
	height: 159px;
	border-right: 1px solid #666;
	border-left: 1px solid #666;
	border-bottom: 1px solid #666;
}

#footer {
	font-size: 9px;
	color: #999;
}

#footer a, #footer a:active, #footer a:visited {
	color: #0E228B;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}


#timestamp {
	color: #666;
	font-size: 9px;
	float: right;
	margin: 62px 1px 0px 0px;
}

#mainTable {
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	border-left: 1px solid #666;
}

#mainContent {
	padding: 0px;
	margin: 0px;
}

#mainContent img {
	margin: 3px;
	border: 0px solid #0E228B;
}

#mainContent h1 {
	color: #0E228B;
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	padding: 10px;
	margin: 0px;
}

#mainContent h2 {
	color: #0E228B;
	font-size: 15px;
	font-weight: bold;
	padding: 10px;
	margin: 0px;
}

#mainContent strong {
	color: #000066;
}

#mainContent a, #mainContent a:active, #mainContent a:visited {
	color: #0E228B;
	text-decoration: none;
}

#mainContent a:hover {
	text-decoration: underline;
}

#sideBar {
	background-image: url(../images/sidebarbkgrd.jpg);
	background-repeat: repeat-y;
	width: 150px;
	margin: 0px;
	padding: 0px;
}

#sideBar p {
	color: #fff;
	padding: 0px 0px 0px 10px;
}

#sideBar strong {
	color: #fff;
	padding: 0px;
}

#sideBar h2 {
	color: #fff;
	padding: 10px 0px 5px 10px;
}

#topborder {
	border-top: 1px dashed #ccc;
	padding: 0px 5px 0px 5px;
	margin: 0px;
}

#navcontainer {
	width: auto;
	margin: 0px;
	padding: 0px;
}

#navcontainer ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
}

#navcontainer li {
	margin: 0px;
	padding: 0px;
}

#navcontainer a {
	display: block;
	padding: 3px;
	width: 138px;
	background-color: #036;
	border-bottom: 1px solid #eee;
	color: #fff;
}

#navcontainer a:link, a:visited, a:active {
	color: #EEE;
	text-decoration: none;
}

#navcontainer a:hover {
	background-color: #369;
	color: #fff;
}
#img-shadow-left {
	float: left;
	background: url(../images/shadowAlpha.png) no-repeat bottom right !important;
	background: url(../images/shadow.gif) no-repeat bottom right;
	margin: 15px 0 0 15px !important;
	margin: 10px 0 0 10px;
}

#img-shadow-left img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #000;
  margin: -6px 6px 6px -6px;
  padding: 5px;
 }
 
#img-shadow-right {
	float: right;
	background: url(../images/shadowAlpha.png) no-repeat bottom right !important;
	background: url(../images/shadow.gif) no-repeat bottom right;
	margin: 15px 0 0 15px !important;
	margin: 15px 0 0 10px;
}

#img-shadow-right img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #000;
  margin: -6px 6px 6px -6px;
  padding: 5px;
}
