*, html {
	margin: 0;
	padding: 0;
}

/*----------Universal Items----------*/
a, a:link, a:visited {
	font-family: Arial,sans-serif;
	font-size: 11px;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

.clear {
	clear: both;
}

.SkinObject {
	color: #000;
	font-weight: normal;
}

.red {
	color: #96000b;
}

/*--------- Styles ----------*/
body {
	margin: 0 auto;
	padding: 0;
	background: url(graphics/bg.jpg) repeat-x;
	text-align: center;
	font-family: Arial, Verdana, Helvetica, sans serif;
	color: #000;
}

.Normal {
	font-size: 12px;
	font-family: Arial, Verdana, Helvetica, sans serif;
}

code {
	color: #666;
	font-family: Courier New, Courier, mono;
	font-size: 12px;
}

h1 {
	color:#42689d;
	text-align: left;
}

h2 {
	color: #005596;
	text-align: left;
}

h3 {
	text-align: left;
}

h4, h5, h6 {
	text-align: left;
}

p, li {
	padding: 5px 0;
	font-size: 12px;
	line-height: 14px;
	font-family: Arial, Verdana, Helvetica, sans serif;
}

ul {
	margin-left: 30px;
}

ul li {
	list-style-type: disc;
}

/*----Content Area Styles----*/
#PageWrapper {
	width: 678px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}

#MasterContent {
	vertical-align: top;
	float: left;
	padding: 0;
	margin: 0 auto;
}

/*----------Header----------*/
#Header {
	width: 678px;
	text-align: left;
	position: relative;
	height: 156px;
}

#HeaderContent {
	width: 100%;
}

#HeaderContentRight {
	float: right;
	text-align: right;
	width: 49%;
}

#Logo {
	float:left;
	position: absolute;
	top: 30px;
	left: 10px;
}

/*----------Body classes----------*/
#SiteMenu {
	margin: 0 5px;
	width: 668px;
	height: 26px;
	line-height: 26px;
	position: relative;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}

/*----------Login classes----------*/
#Login {
	float: right;
	color: #fff;
	padding: 0 5px;
}

#Login a {
	color: #fff;
	background: #96000b;
}

/*----------Breadcrumb----------*/
#Breadcrumb {
	padding: 0 5px;
}

#Breadcrumb a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	background: #96000b;
}

/*----------CONTENT PANES----------*/
.content {
	margin: 0 auto;
	width: 670px;
}

#dnn_ContentPane, #ContentPane {
	margin: 0;
	padding: 0 11px;
}

#dnn_LeftContentPane, #LeftContentPane {
	width: 60%;
	float: left;
	margin: 0;
	padding: 0 0 0 11px;
}

#dnn_RightContentPane, #RightContentPane {
	width: 37%;
	float: right;
	margin: 0;
	padding: 0 6px 0 0;
}

.content-top {
	width: 678px;
	height: 12px;
	background: url(graphics/content-top.png) no-repeat left bottom;
}

.Main {
	background: url(graphics/content-bg.png) repeat-y;
	width: 678px;
}

.content-btm {
	width: 678px;
	height: 12px;
	background: url(graphics/content-btm.png) no-repeat left top;
}

/*----------Footer----------*/
#FooterContent {
	width: 678px;
	margin: 5px 0 0 0;
	padding: 0;
	float: left;
	color: #000;
}

#dnn_FooterPane, #FooterPane {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0 10px;
}

#FooterContent a, #FooterContent a:hover {
	color: #00f;
	text-decoration: underline;
}

#info {
	text-align: center;
}

/*----------Table------------*/
table.home {
	border-width: 1px 0px 0px 1px;
	border-spacing: 1px;
	border-style: solid;
	border-color: #ccc;
	border-collapse: collapse;
}

table.home td {
	border-width: 1px 0px 1px 1px;
	padding: 1px;
	border-style: solid;
	border-color: #ccc;
	-moz-border-radius: 0px;
}.headerbluetext {
	font-size: 18px;
	font-weight: bolder;
	color: #005596;
	text-align: center;
}

.ralphsred {
	color: #96000a;
}

.ralphsredbig {
	color: #96000a;
	font-size: 18px;
	font-weight: bolder;
}

.ralphsblue {
	color: #005596;
}
