/*********************************************
/* Redefining Existing Tags
/*********************************************/

html {
	height:100%;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	color:#000;
	background-color: #FFF;
	margin:0px auto;
	text-align:center;
	height:100%;
}

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

table {
	border:0px none #FFF
}

td {
	padding:0px;
}

a:link {
	color:#5F6174;
}
a:hover {
	color:#bf0222;
}
a:visited  {
	color:#5F6174;
}
a:visited:hover  {
	color:#bf0222;
}

h1 {
	color:#5F6174;
	font-size:1em;
	margin:0px;
	padding:0px;
}

h2 {
	color:#5F6174;
	font-size:0.9em;
	font-weight:bold;
	margin:0px 0px 10px 0px;
	padding:0px;
}

h3 {
	color:#bf0222;
	font-size:0.7em;
	font-weight:bold;
	margin:0px;
	padding:0px;
	text-align:left;
}

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

acronym {
	border:none;
}

img {
	border:none;
}

/*********************************************
/* Custom Generic Tags
/*********************************************/

.bolder {
	font-weight:bold;
}

.v_spacing {
	margin:10px 0px 0px 0px;
}

.vibrant {

}

/*********************************************
/* Layout Tags
/*********************************************/

div#wrapper {
	width:770px;
	margin-right:auto;
	margin-left:auto;
	padding-left:5px;
	padding-right:5px;
	text-align:left;
	height:260px;
}

div#main_menu {
	float:left;
	width:760px;
	height:31px;
	padding:5px 0px 0px 10px;
	margin:0px;
	background: #FFF url(../images/menu_background.gif) no-repeat top;
}

div#banner_area {
	float:left;
	height:214px;
	width:760px;
	padding:0px 0px 0px 10px;
	background: #FFF url(../images/content_background_plain.gif) repeat-y top;
}

div#main_content {
	float:left;
	clear:both;
	width:760px;
	margin:0px;
	padding:0px 0px 0px 10px;
	background: #FFF url(../images/content_background_lined.gif) repeat-y top;
}

div#column_container {
	float:left;
	clear:both;
	width:760px;
	margin:0px;
	padding:0px;
}

div#overlapping_header {
	width:700px;
	padding:0px 0px 0px 4px;
	background-color:#c8c8c8;
}

.column_style {
	text-align:justify;
	float:left;
	display:inline;
	padding:0px;
	margin:0px 8px 0px 8px;
	width:234px;
}

.column_style p {
	font-size:0.7em;
	margin-bottom:10px;
}

div#inner_footer {
	width:770px;
	float:left;
	clear:both;
	height:16px;
	margin:0px 0px 0px 0px;
	background: #FFF url(../images/content_background_footer.gif) no-repeat top;
}

div#main_footer {
	width:760px;
	float:left;
	clear:both;
	margin:5px 10px 0px 0px;
	text-align:right;
}

.content_list {
	font-size:0.7em;
	margin:0px 0px 0px 8px;
	padding:0px;
}

.content_list li {
	margin:0px 0px 10px 0px;
	padding:0px;
}

/*********************************************
/* Form Tags
/*********************************************/

div#form_items {
	float:left;
	width:234px;
	text-align:left;
}

.formTextColumn {
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.9em;
	width:230px;
}

/*********************************************
/* Buttons
/*********************************************/

.simple_button {
	margin:2px 0px 0px 0px;
	border:1px solid #FFF;
	text-align:center;
}

.simple_button a:link, .simple_button a:visited {
	padding:2px 5px 2px 5px;
	text-decoration:none;
	display:block;
	color:#FFF;
	background-color:#bf0222;
	font-size:0.7em;
	font-weight:bold;
}

.simple_button a:hover {
	color:#bf0222;
	background-color:#FFF;
}