a {
	color: black;
}

a:hover {
	color: #e61e25;
}

.f_link {
	text-decoration: underline;
	color: black;
	cursor: pointer;
}

.f_link_d {
	text-decoration: underline;
	color: grey;
	font-size: 90%;
}

body {
	padding: 0px;
	margin:0px auto;
	background: #c0c0c0 url(bg_top.gif) repeat-x;
	font-family: sans-serif;
	font-size: 90%;
}

h3 {
	font-style: italic;
	text-align: center;
}

h2 {
	text-align: center;
}

img {
	border: 0px;
}

table {
	font-size: inherit;
	font-size: 1em;
}

#banner {
 	padding: 0px;
 	margin:0px auto;
 	background: #c0c0c0 url(bg_top.gif) repeat-x;
 	font-family: georgia,times,serif;
 	font-size: 80%;
}

#content {
 	text-align: left;
 	background-color: white;
 	min-width: 615px;
 	width: 68%;
 	height: auto !important;
 	min-height: 400px;
 	height: 400px;
 	margin: 0px auto;
 	background-image: url('side.gif');
 	background-repeat: repeat-y;
 	padding: 5px 10px 5px 15px;
 	border-bottom: 1px solid black;
 }
 
#top_link_bar {
 	width: 100%;
 	min-width: 675px; 
 	background-color: black;
 	height: auto;
 	padding: 4px;
 	margin: 0px;
 	text-align: center;
 	color: white; 
 	vertical-align: middle; 
 	font-variant: small-caps;
 	font-style: normal;
 }
 
.top_link {
  	border: 2px solid white;
  	margin: 0 -3;
  	padding: 1 5;
  	height: auto;
}

.top_link a {
	color: white;
	text-decoration: none;
}

#right_link_bar {
	float:right;
	position: absolute;
	left:87%;
	top:227px;
	font-variant: small-caps;
	width:175px;
	font-style: normal;
}

.right_link {
  	border: 2px solid white;
  	margin: 2;
  	padding: 0 10;	
  	background-color: black;
  	line-height: 18px;
 }

.right_link a {
	color: white;
	text-decoration: none;
}

.error {
	color: red;
	font-style: italic;
}

input,textarea {
	border-style:solid;
	border-color:#000000;
	border-width: 1px;
	font: inherit;
}

.highlight {
	border:2px solid #9F1319;
	background:url(iconCaution.gif) no-repeat 2px;
	padding-left: 20px;
}

table.bordered {
	border-width: 2px;
}

table.bordered td {
	border-width: 2px;
	margin: 2px;
	padding: 2px;
	border-color: gray;
}

