/**** Basic Elements ****/
body {
	font-family: Helvetica;
	margin: 0px;
	padding: 0px;
	color: #333333;
	font-size: 12px;
	/*background:#ffffff url(../images/bg.jpg) bottom right no-repeat;*/
}

p {
	margin:0px;
	padding:0px;
}

table {
	border-collapse:collapse;
}

img { 
	border: 0 none; 
}

/******** Links ********/
a:link, a:visited {
	text-decoration: underline;
	border:0px;
	color:#555555;
}

a:hover {
	border:0px;
	color:#777777;
}

#content a, #content a:link, #content a:visited {
	color:#2c6fb4;
	text-decoration: underline;
}

.black {
	color:#000000;
}

/****** Page Layout ******/
#container {
	position:relative;
	width:100%;
	margin:0px;
}

#header {
	height:120px;
	background:#e5e5e5 url(../images/banner.jpg) no-repeat top left;
}

#content {
	position:relative;
	min-height:450px;
	padding:20px 40px;
	width:850px;
	text-align:justify;
}

.left {
	width:550px;
	float:left;
}

.right {
	width: 250px;
	float:left;
	margin-left:50px;
	text-align:left;
}

.clear {
	clear:both;
}

#footer {
	margin-bottom:10px;
}

/********* Forms *********/
form {
	margin: 0;
	padding: 0;
}

.submit { 
	cursor: hand;
	cursor: pointer; 
}

select, input {
	font-size:12px;
}

/******** Headings ********/
h1 {
	font-size:20px;
	font-weight:bold;
	color:#222222;
	padding:0px;
	margin:0px;
}

h2 {
	font-size:16px;
	font-weight:bold;
	color:#bd0739;
	padding:0px;
	margin:0px;
}

h3 {
	background:#000000;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	color:#f6cfc9;
	padding:5px;
	width:100%;
	margin:4px 0px;
}

h4 {
	color:#777777;
	font-size:10px;
	display:inline;
}

h5 {
	background:#999999;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	color:#ffffff;
	padding:5px;
	width:100%;
	margin:4px 0px;
}

/******** Lists ********/
ul {
	margin: 0px;
	padding: 0px 0px 0px 13px;
}

li {
	margin: 0px;
	padding: 0px;
}

/********* Divs ********/
.red {
	margin:6px;
	padding:6px;
	color:#990000;
	border:1px solid #990000;
	background-color:#f8f0f0;
}

.green {
	margin:6px;
	padding:6px;
	color:#608112;
	border:1px solid #8DA820;
	background-color:#eff4e5;
}

.center {
	margin:auto;
	text-align:center;
	width:600px;
}

.clear {
	clear:both;
}

.fade {
	opacity:.30;
	filter: alpha(opacity=30); 
	-moz-opacity: 0.3;
}

.p{
	display:inline;
	width:20px;
	padding:2px 5px 3px 5px;
	margin:0px 2px;
	font-weight:bold;
	background:#FFFFFF;
	border:1px solid #CFCFCF;
}

.box {
	padding:10px;
	border:1px solid #cfcfcf;
}

img.box {
	padding:4px;
}

.blurb {
	background:#d31145;
	padding:18px;
	color:#FFFFFF;
	font-size:13px;
	font-weight:bold;
	border:3px double #ffffff;
}

.row {
	border-bottom:1px solid #cfcfcf;
}

/******* Navigation *******/
.nav {
	background:#000000;
	height: 20px;
	width: 100%;
}

.nav table {
	height:20px;
}

.nav li.nav_link {
	padding:2px 4px;
	margin:0px 4px;
}

.nav a, .nav a:hover, .nav a:active, .nav a:visited {
	font-size:12px;
	font-weight:bold;
	text-decoration: none;
	color: #ffffff;
	text-align: center;
	padding:2px;
}

.nav li:hover, .nav .current {
	background:#e5e5e5;
}    

li.nav_link:hover a, li.nav_link:hover a:link, li.nav_link:hover a:hover, .nav .current a:link, .nav .current a:hover ,.nav .current a:visited, .nav .current a:active  {  
	color:#111111;
} 

.sf-menu ul {
	background:#e5e5e5;
	z-index:20;
	color:#111111;
}

.sf-menu li	{
	z-index:20;
	color:#000000;
}

.sf-menu li ul li a, .sf-menu li ul a:link, .sf-menu li ul a:hover, .sf-menu li ul a:visited {
	color:#000000;
}

/***** Validation *****/
label.error {
	margin-left: 5px;
	width: auto;
	display: inline;
	color:#B80A0A;
	display: none;
}

/***** Spellchecker *****/
#spellcheckresults { position: absolute; background: #fff; margin: 0; border: 1px solid #000; padding: 5px; }
#spellcheckresults dl { margin: 0; padding: 0; }
#spellcheckresults dl dt { float: left; clear: left; margin: 3px 0; padding: 0; font-weight: bold; }
#spellcheckresults dl dd { float: left; margin: 3px 10px; padding: 0; cursor: pointer; color: green; }
#spellcheckresults dl dd.ignore { color: red; font-style: italic; }

a.checkspelling {  }
a.checkspelling img { margin: 0 5px; border: 0; }