body
{
	margin: 0;
	background-color: #ffffff;
	font-family: tahoma, arial, sans-serif;
	font-size: 10px;
}

#outer_container
{
	margin: 10px auto 0 auto;
	width: 980px;
	border: 0;
}
.float_right
{
	float: right;
}
.float_left
{
	float: left;
}
.centralise
{
	text-align: center;
}
#header_left
{
	width: 310px;
	border: 0;
	padding: 0 0 0 25px;
}
#header_right
{
	width: 191px;
	border: 0;
	padding: 0;
}
#header_login_link
{
	text-decoration: none;
	background-color: #97CC00;
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	padding: 4px 20px;
}
#header_support_link
{
	text-decoration: none;
	background-color: #005596;
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	padding: 4px 20px;
}
#menu_bar
{
	width: 980px;
	height: 30px;
	background-color: #005596;
	background-image: url('/images/gradient_DkBlue.jpg');
	background-repeat: repeat-x;
	margin: 0;
}
#footer_menu
{
	width: 980px;
	height: 30px;
}
#menu_bar_content, #footer_menu_content
{
	width: 960px;
	max-width: 960px;
	margin-left:auto;
	margin-right: auto;
	text-align: justify;
	line-height: 30px;
}
#menu_bar_content ul, #menu_bar_content li, #footer_menu_content ul, #footer_menu_content li
{
	margin: 0;
	padding: 0;
}
#footer_menu_content ul li
{
	font-size: 11px;
	color: #474747;
}
#menu_bar_content *, #footer_menu_content *
{
	display: inline;
}
#menu_bar_content a
{
	text-decoration: none;
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}
#menu_bar_content a:hover
{
	text-decoration: underline;
}
#footer_menu_content a
{
	text-decoration: none;
	color: #005596;
	font-size: 11px;
}
#footer_menu_content a:hover
{
	text-decoration: none;
	color: #474747;
}
#menu_bar_content span, #footer_menu_content span
{
	display: inline-block;
	position: relative;
	width: 100%;
	height: 0;
}
#ticker_container
{
	width: 100%;
	margin: 2px 0 10px 0;
	background-color: #97CC00;
}
#ticker
{
	width: 33%;
	margin: 0 auto;
}
.ticker_entry
{
	color: #ffffff;
	font-size: 12px;
	line-height: 30px;
	text-align: center;
}
#content_container
{
	width: 100%;
	margin-bottom: 10px;
}
#content_col
{
	width: 770px;
	color: #474747;
	font-size: 12px;
	text-align: justify;
	line-height: 18px;
}
#copyright
{
	color: #5D5E61;
	font-size: 11px;
}
#footer_keyline
{
	color: #5D5E61;
	font-size: 10px;
}
#right_col
{
	width: 191px;
}
.pricing_table tr, .pricing_table td
{
	border: 1px solid #000000;
	text-align: left;
}
.right_col_text
{
	width: 169px;
	padding: 10px;
	color: #474747;
	font-size: 12px;
	text-align: center;
	margin-bottom: 5px;
}
.right_header
{
	border: 0;
	margin-bottom: 2px;
}
.right_col_spacer
{
	width: 100%;
	height: 5px;
	min-height: 5px;
	max-height: 5px;
}
.quicklink
{
	width: 179px;
	min-height: 50px;
	padding: 5px;
	margin-bottom: 5px;
	font-size: 11px;
}
.quicklink_image
{
	float: left;
	align: text-top;
	padding: 0 5px;
}
.clear_all
{
	clear: both;
}
.grey_border
{
	border:solid 1px #cccccc;
}
.no_border
{
	border: 0;
}
h1
{
	color: #005596;
	font-size: 16px;
}
.inline_block
{
	display: inline-block;
}
.newsmonth
{
	padding: 0px 5px;
	background-color: #990000;
	color: #ffffff;
	font-size: 10px;
	text-align: center;
	text-transform: uppercase;
}
.newsday
{
	text-align: center;
	font-size: 12px;
}
.grey_text
{
	color: #666666;
}
h1.newstitle
{
    font-family: Georgia,Times New Roman,Times,serif;
	font-weight: normal;
    font-size: 16pt;
    line-height: 16pt;
    margin-bottom: 3px;
    margin-top: 15px;
}
.comments_gravatar
{
	width: 48px;
	height: 48px;
	padding: 2px;
}
.fix_width_125
{
	width: 125px;
	min-width: 125px;
	max-width: 125px;
}
.full_width
{
	width: 100%;
	max-width: 100%;
}
.width_75_percent
{
	width: 75%;
	max-width: 75%;
}
.width_80_percent
{
	width: 80%;
	max-width: 80%;
}
.width_90_percent
{
	width: 80%;
	max-width: 80%;
}
.bottom_margin_5_px
{
	margin-bottom: 5px;
}
.failure_message
{
	border: 2px dashed #ff0000;
	background-color: #ffeeee;
	color: #ff0000;
	padding: 10px;
}
.success_message
{
	border: 2px dashed #00ff00;
	background-color: #eeffee;
	color: #00ff00;
	padding: 10px;
}
