/* @override http://dev.ellaseven.com/css/main.css */

/* @group CSS Reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
body{
	font: 12px/14px Arial;
}
/* @end */

/* @group Nav Bar Styles */

#title_bar {
	background-repeat: repeat-x;
	background-image: url(/images/titlebar_grad.gif);
	margin-top: 30px;
	height: 22px;
	border-top: 1px solid #AFAFAF;
	border-bottom: 1px solid #AFAFAF;
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #3f3f3f;
	padding-top: 7px;
	padding-left: 20px;
	padding-right: 20px;	
}

#title_bar a {
	color: #3f3f3f;
	text-decoration: none;
}

#title_bar a:hover {
	color: #70A100;
	text-decoration: underline;
}

#main_nav {
	float: right;
	font-size: 10px;
	padding-top: 2px;
}

#main_nav a {
	color: #3f3f3f;
	text-decoration: none;
}

#main_nav a:hover {
	color: #70A100;
	text-decoration: underline;
}

/* @end */

/* @group Other */


body{
	background-color:#303337;
}

#copyright{
	color: #ccc;
	position: absolute;
	top: 100%;
	left: 100%;
	margin-top: -20px;
	left: 15px;
	font-size: 9px;
	
}

a{
	text-decoration: none;
	color: #2f7fd3;
}
a:hover {
	color: #70A100;
	text-decoration: underline;
}

p{
	margin: 15px 0;
}
#sf_content{
	position: relative;
	top: 20px;
	left: 20px;
	clear: left;
}



.sfTMessageContainer .sfTMessageWrap h1
{
  color: #1a64c9;
  font-weight: bold;
  font-size: 165%;
  padding: 0;
  margin: 0;
  line-height: 100%;
  padding-top: 5px;
}

.sfTMessageContainer .sfTMessageWrap h5
{
  color: #FFF;
  font-weight: bold;
  font-size: 125%;
  padding: 0;
  margin: 0;
  line-height: 125%;
  padding-top: 5px;
}

dl.sfTMessageInfo {
  color: #ccc;
  line-height: 125%;
}

.sfTMessageInfo
{
  margin: 0;
  padding: 0;
  margin-top: 0px;
  float: left;
  width: 440px;
}

.sfTMessageInfo dt
{
  font-weight: bolder;
  font-size: 115%;
  margin: 15px 0 5px 0;
}

.sfTMessageInfo dd
{
  margin: 0;
  padding: 0;
}


/* @end */



