/***************************************************
LAYOUT ELEMENTS -  homepage
***************************************************/

#container {
  float: none;
  width: 750px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	min-height: 100%;
	height: 100%;
	padding: 0px;
}

#mainbody {
	float: left;
	width: 500px;
	margin-top: 10px;
/*	min-height: 100%;
	height: 100%; */ 

}

#right_side {
  float: right;
  width: 220px;
  margin-top: 10px;
/*	min-height: 100%;
	height: 100%; */ 
}

#footer {
	clear: both;
	float: none;
	width: 750px;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
}

#showmypage {
  float: none;
  width: 770px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
}

/***************************************************
LINKS  and  GLOBAL ELEMENTS
***************************************************/

/* This is for the top & bottom navigation links */
a.main_nav:link {color: #000000; font-weight: bold; text-decoration: underline;}
a.main_nav:visited {color: #000000; font-weight: bold; text-decoration: underline;}
a.main_nav:hover {color: #FFFFFF; background-color: #CC0000; font-weight: bold; text-decoration: none;}

/* This is for the top & bottom navigation link of the current page */
a.main_nav_on:link {color: #CC0000; font-weight: bold; text-decoration: none;}
a.main_nav_on:visited {color: #CC0000; font-weight: bold; text-decoration: none;}
a.main_nav_on:hover {color: #CC0000; font-weight: bold; text-decoration: none;}

/* This is for TRY NOW in the top & bottom navigation */
a.main_nav_try:link {color: #000000; background-color: #FFFF99; text-decoration: underline; font-weight: bold;}
a.main_nav_try:visited {color: #000000; background-color: #FFFF99; text-decoration: underline; font-weight: bold;}
a.main_nav_try:hover {color: #CC0000; background-color: #FFFF99; text-decoration: underline; font-weight: bold;}

/* This is for the header link in green */
a.header:link {color: green; text-decoration: underline;}
a.header:visited {color: green; text-decoration: underline;}
a.header:hover {color: #FFFFFF; background-color: #CC0000;}

/* This is for a regular link on the site */
a.regular:link {color: #000099; text-decoration: underline;}
a.regular:visited {color: #000099; text-decoration: underline;}
a.regular:hover {color: #FFFFFF; background-color: #CC0000;}

/* This is for the top/main navigation */
.nav {
	font-family: verdana, arial, helvetica;
	text-align: right;
	font-size: 11px;
	padding: 32px 0px 0px 0px; 
	color: #000000;
}

/* adf asdf asdf asdf asdfs adFSA */
/* This is for bottom navigation on all pages */
p.bottom_nav {
	font-family: verdana, arial, helvetica;
	font-size: 9px;
	color: #000000;
	text-align: left;
	border-top-style: solid;
	border-top-width: 1px;
	padding: 10px 10px 10px 10px;
}

p.login_text {
	font-family: verdana, arial, helvetica;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-align: right;
	padding-right: 5px;
}

/* This is for the headline box in yellow */
.headline {
	font-family: verdana, arial, helvetica;
	font-size: 14px;
	font-weight: bold;
	color: #000099;
	text-align: left;
	border-style: solid;
	border-width: 1px; 
	padding: 10px 10px 10px 10px;
	background-color: #FFFFCC;
	line-height: 130%;
}


.headline_temp {
	font-family: verdana, arial, helvetica;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-align: left;
	border-style: solid;
	border-width: 1px; 
	padding: 10px 10px 10px 10px;
	background-color: #FFFFCC;
	line-height: 110%;
}

h1 {
	font-family: verdana, arial, helvetica;
	font-size: 20px;
	text-align: left;
	font-weight: bold;
	color: #000099;
}

/* For the breaking news item on the front page */
.breakingnews {
	font-family: verdana, arial, helvetica;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	padding: 10px 10px 15px 0px;
}

p.maintext {
	font-family: verdana, arial, helvetica;
	font-size: 12px;
	color: #000000;
	text-align: left;
	line-height: 120%;
	margin-bottom: 0px;
}

/* To highlight text with a yellow background */
font.highlight {
	background-color: #FFFFCC;
}

/* Important lists, highlight lists, ex: home page one in blue */
ul.highlight_list {
	font-family: verdana, arial, helvetica;
	font-size: 13px;
	font-weight: bold;
	color: #000099;
	text-align: left;
	line-height: 120%;
	list-style-type: square;
}

/* Bulleted lists */
ul.regular {
	font-family: verdana, arial, helvetica;
	font-size: 12px;
	color: #000000;
	text-align: left;
	line-height: 120%;
}

/* Numbered lists */
ol.regular {
	font-family: verdana, arial, helvetica;
	font-size: 11px;
	color: #000000;
	text-align: left;
	line-height: 150%;

}

li.frontpage {
	line-height: 100%;
}

.sample_text {
	font-family: verdana, arial, helvetica;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	text-align: left;
}

h2 {
	font-family: verdana, arial, helvetica;
	font-size: 15px;
	font-weight: bold;
	color: #CC3333;
	text-align: left;
	margin-bottom: 0px;
}

p.quote_tagline {
	font-family: verdana, arial, helvetica;
	font-size: 9px;
	font-style: italic;
	color: #000000;
	text-align: right;
	margin-top: 0px;
}
	
p.subheader_text {
	font-family: verdana, arial, helvetica;
	font-size: 12px;
	color: #000000;
	text-align: left;
	line-height: 120%;
	margin-bottom: 0px;
	margin-top: 0px;
}

p.testimonial_text_right_side {
	font-family: verdana, arial, helvetica;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	color: #00CC00;
	text-align: right;
	margin-bottom: 0px;
	margin-left: 10px;
}

/* Below is all for fillinform.asp */

p.instruction_header {
	font-family: verdana, arial, helvetica;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	text-align: left;
	margin-bottom: 0px;
}

p.instruction_text {
	font-family: verdana, arial, helvetica;
	font-size: 11px;
	margin-top: 5px;
	margin-bottom: 2px;
	margin-left: 20px;
}

td.instructions {
	background: #FFFFFF;
	border: solid black 1px;
}

td.left_block {
	text-align: right;
	line-height: 100%;
	padding: 5px 5px 5px 5px;
	border-left: solid black 1px;
}

td.left_form_field {
	text-align: left;
	padding: 5px 5px 5px 5px;
}

td.right_block {
	text-align: right;
	line-height: 100%;
	padding: 5px 5px 5px 5px;
}

td.right_form_field {
	text-align: left;
	padding: 5px 5px 5px 5px;
	border-right: solid black 1px;

}

p.required {
	font-family: verdana, arial, helvetica;
	font-size: 10px;
	color: blue;
	margin-top: 0px;
	margin-bottom: 0px;
}

p.not_required {
	font-family: verdana, arial, helvetica;
	font-size: 10px;
	color: #000000;
	margin-top: 0px;
	margin-bottom: 0px;
}

font.subscribe_text {
	font-family: verdana, arial, helvetica;
	font-size: 9px;
	color: #000000;
	margin-top: 0px;
	margin-bottom: 0px;
}

p.form_text {
	font-family: verdana, arial, helvetica;
	font-size: 10px;
	position: relative;
	bottom: 3px;
}

.radio_option {
	font-family: verdana, arial, helvetica;
	font-size: 11px;
	position: relative;
	top: 2px;
}


