﻿body {
	background:#CDCDCD;
	font-family:Arial, sans-serif;
	font-size:12px;
}

body a {
	color:#ED1C2E;
	text-decoration:underline;
}

h1 {
	font-size:16px;
	font-weight:bolder;
	margin:20px 0 15px 0;
	text-align:center;
}

h2 {
	color:#FFF;
	background-color:#ED1C2E;
	font-size:12px;
	font-weight:bold;
	text-align:left;
	padding:0 5px;
}

h3 {
	color:#000;
	font-size:14px;
	font-weight:bolder;
	margin-bottom: 2px;
	padding-bottom: 0px;
}

p {
	text-align:left;
	line-height:12pt;
	font-size:12px;
}

b {
	color:#ED1C2E;
}

li {
	font-size: 12px;
}

form {
	margin: 0px;
	padding: 0px;
}

td {
	font-size: 12px;
	vertical-align:top;
}

#container {
	width:740px;
	background:#FFF;
}

#header {
	width:100%;
}

#top-edge {
	background-image:url('../images/base/top-edge.gif');
	background-repeat:repeat-x;
	color:#666;
	text-align:right;
	font-size:8pt;
	font-weight:bold;
	height:56px;
	padding-left:5px; padding-right:5px; padding-top:34px; padding-bottom:0
}

#login-button {
	background-image:url('../images/base/login-btn.gif');
	background-repeat:no-repeat;
	font-size:11px;
	width:195px;
	height:56px;
	padding-left:3px; padding-right:0; padding-top:34px; padding-bottom:5px
}

#login-button a {
	font-size:11px;
	text-decoration:none;
	color:#000;
}

#login-button a:hover {
	text-decoration:underline;
}

.right-edge, #top-nav, #news {
	background-image:url('../images/base/right-edge.gif');
	background-repeat:repeat-y;
	background-position: right 50%;
}

.right-edge {
	width:20px;
}

.left-edge {
	width:20px;
	text-align:left;
	background-image:url('../images/base/left-edge.gif');
	background-repeat:repeat-y;
	background-position: left 50%;
	margin:0;
	padding-left:0; padding-right:0; padding-top:10px; padding-bottom:0
}

#top-nav {
	padding:16px 0 16px 10px;
	font-size:8pt;
	font-weight:bold;
}

#top-nav a {
	font-weight:bold;
	color:#666;
	text-decoration:none;
}

#top-nav a:hover {
	font-weight:bold;
	color:#000;
	text-decoration:underline;
}

#main-content {
	background:#E6E6E6 url('../images/base/left-edge.gif') repeat-y left 50%;
	width:498px;
	vertical-align: top;
	background-position-x:left; background-position-y:50%;
	padding-left:30px;
	padding-right:10px;
	padding-top:10px; padding-bottom:10px; background-image:url('../images/base/left-edge.gif'); background-repeat:repeat-y
}

#main-content img {
	margin:0 10px 10px 0;
}

#news {
	padding:0 20px 0 10px;
	width:27%;
	
}

.gray-box {
	background:#E6E6E6;
	padding:20px;
	text-align:center;
	font-size:11px;
	width:180px;
}

.anchor {
	text-decoration: none;
}

#footer {
	background-image:url('../images/base/footer.gif');
	text-align:right;
	height:38px;
	color:#ED1C2E;
	font-size:11px;
	padding-left:30px; padding-right:30px; padding-top:0; padding-bottom:0
}

#footer a {
	color:#ED1C2E;
	text-decoration:none;
}

#footer a:hover {
	color:#ED1C2E;
	text-decoration:underline;
}