/* GLOBAL VARIABLES */
a,p,table,th,td,h1,li,div { font-family: helvetica, verdana, arial; }

input, checkbox, select, textarea {
	background-color: #cccccc;
	color: #000000;
	font-size: 11px;
}

a:link, a:active, a:visited {
	color:#666666;
	text-decoration: none;
}
a:hover {
	color:#993333;
	text-decoration: underline;
}

/* BACKGROUND AND BORDER VARIABLES */
.background_bg {
	background-color: #CCCCCC;
	margin: 20px;
}
.border_bg {
	border-color: #000000;
	border-style: solid;
	border-width: 1px;
	width: 800px;
}

/* MENUBAR AND BUTTONBAR VARIABLES */
.menubar_bg {
	background-image: url(images/menu_bg_spacer.jpg);
	background-repeat: repeat;
}
.buttonbar_bg {
	background-image: url(images/button_bg_spacer.jpg);
	background-repeat: repeat;
}

/* BODY AND SIDEBAR VARIABLES */
.body_bg {
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 20px;
}
.body_content {
	width: 450px;
	padding-left: 25px;
	padding-right: 25px;
	color: #666666;
	line-height: 1.2em;
	border-right-color: #999999;
	border-right-width: 1px;
	border-right-style: solid;
	font-size: 14px;
}
.body_sidebar {
	width: 250px;
	padding-left: 25px;
	padding-right: 25px;
	color: #666666;
	line-height: 1.2em;
	font-size: 14px;
}
.body_header_red {
	color: #990000;
	font-size: 22px;
	font-weight: bold;
	text-transform: uppercase;
}
.body_header_grey {
	font-size: 22px;
	font-weight: bold;
	text-transform: uppercase;
	color: #999999;
}
.table_content {
	color: #666666;
	line-height: 1.2em;
	font-size: 14px;
}

/* FOOTER VARIABLES */
.footer_bg {
	background-image: url(images/footer_bar_bg.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	background-color: #FFFFFF;
	height: 50px;
}
.footer {
	font-size: 9px;
	color:#FFFFFF;
	text-transform: uppercase;
	line-height: 1.4em;
	text-align: right;
	vertical-align: top;
	padding-right: 50px;
	padding-top: 4px;
}
a.footer_link:link, a.footer_link:active, a.footer_link:visited {
	color:#FFFFFF;
	text-decoration: none;
}
a.footer_link:hover {
	color:#CCCCCC;
	text-decoration: underline;
}
.roc_license {
	font-size: 8px;
	color:#666666;
	text-transform: uppercase;
	line-height: 1.4em;
	text-align: right;
	vertical-align: top;
	padding-top: 3px;
	font-weight: bold;
}
