:link,:visited {
	text-decoration:none;
}
html,body,div,h1,h2,p,hr,td {
	margin:0;
	padding:0;
}
h1,h2 {
	font-size:100%;
	font-weight:normal;
}
img {
	border:0;
}
a {
	text-decoration:underline;
	outline:none;
	color:#5e9ad2;
	font-weight:bold;
}
a:hover {
	text-decoration: none;
}
a img,:link img,:visited img {
	border:none;
}
/* Layout ----------------------------------------------------------------- */
body {
	font:normal 13px arial,helvetica,hirakakupro-w3,osaka,"ms pgothic",sans-serif;
	color:#666;
	background:#fff url(css/body-green.gif) repeat-x fixed top center;
}

h2,h3,p {
	margin-bottom:.75em;
}

p {
	line-height: 1.4em;
}
#container {
	width:808px;
	min-height:100%;
	margin:0 auto;
	text-align:left;
}
#header,#content,#menu,#footer,#content-inner {
	position:relative;
}

/* Layout */
#content {
	background:#fff url(css/content-back.gif) repeat-y scroll right top;
	top: -51px;
}
#content-inner {
	padding: 0px 45px;
	top:-13px;
	text-align: justify;
}
#content-inner:after {
	content:" ";
	display:block;
	visibility:hidden;
	clear:both;
	height:0.1px;
	font-size:0.1em;
	line-height:0;
}

h1 {
	font-size:28px;
	font-weight:bold;
	color:#ddd;
	margin-bottom: 10px;
	padding-top: 27px;
}

h2 {
	color:#5E9AD2;
	font-size:20px;
	font-weight:bold;
}
.subheader {
	margin: 40px 0px 0px;
}

.subheader, .subheader2 {
	font-size:16px;
	font-weight:bold;
	text-decoration: underline;
	color:#666;
}

.subsubheader {
	font-weight: bold;
	margin-top: 10px;
}

/* Footer ----------------------------------------------------------------- */

#footer {
	background:#fff url(css/footer-back.jpg) no-repeat top center;
	top:-51px;
  padding: 50px 30px 30px;
	font-size: 0.8em;
}

#footer, #footer a {
	color: #999999;
}
/* Header ----------------------------------------------------------------- */
#header {
	background:url(css/background.jpg) no-repeat top center;
	height:267px;
	text-align: center;
}

/* Menu */
#menu {
	height:31px;
	top:-83px;
}
#menu ul {
	margin:0;
	padding-left: 30px;
	list-style:none;
}
#menu li {
	display:inline;
	margin-top:0px;
}
#menu a {
	display:block;
	float:left;
	height:22px;
	padding:8px 15px 0;
	border-right:1px solid #8A8C8F;
	text-decoration:none;
	text-align:center;
	font-size:14px;
	color:#DFE8F2;
}
#menu a:hover {
	background-color:#000000;
}

/* Utilities -------------------------------------------------------------- */
#header:after,#content:after,#footer:after {
	content:" ";
	display:block;
	visibility:hidden;
	clear:both;
	height:0.1px;
	font-size:0.1em;
	line-height:0;
}
#content-inner {
	height: 1%;
}


.shade {
	background-color: #E7F0FA;
}

tr {
		text-align: left;
}

.td1 {
	border-bottom: 1px solid #999999; 
	padding: 5px;
	font-size: 12px;
}

.b {
	font-weight: bold;
}

a.red_button
{
	background: url('css/red_button.gif');
	color: #ffffff;
	display: block;
	font-weight: bold;
	height: 18px;
	padding-left: 10px;
	padding-top: 2px;
	width: 110px
}

a.red_button:hover
{
	background: url('css/red_button_over.gif');
}

.img-list {
	max-width: 63px;
	max-height: 50px;
}

.floatleft {
	float: left;
	margin-right: 10px;
}

.floatright {
	float: right;
	margin-left: 10px;
}

.floatleft, .floatright {
	margin-bottom: 10px;
	text-align: center;
	font-size: 0.85em;
}

.quicklinks {
	font-size: 11px;
}

.table1 {
	border-spacing:0;
	border-collapse: collapse;
	width: 100%;
}

ul {
	margin: 0 0 0 15px;;
	padding: 0;
}

li {
	margin-bottom: 10px;
}

