/*****************************/
/*** Core html setup stuff ***/
/*****************************/

html {
  height: 100%;
  margin-bottom: 0px;
}

body {
	font-family: Helvetica,Arial,sans-serif;
	line-height: 16px;
	margin: 0px 0px 0px 0px;
	font-size: 11px;
	color: #000;  
}

a:link, a:visited {
	text-decoration: none;
	font-weight: normal;
	color: #FF7400;
}

a:hover {
	text-decoration: underline;
	font-weight: normal;
}

input.button { cursor: pointer; }


form {
  margin: 0;
  padding: 0;
}

p { margin-top: 0; margin-bottom: 12px; }

img { border: 0 none; }

li {margin-left:30px;}

form label { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 150px; 
	padding: 0; 
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right; 
}
textArea{

	font-family: Helvetica,Arial,sans-serif;
	line-height: 16px;
	margin: 0px 0px 0px 0px;
	font-size: 11px;
	color: #000;  
}

/* specific stuff */


/*line at the top of the screen*/
.topbar {
	background: #FF7400;
	color: #fff;
}

.topbar a:link, .topbar a:visited {
	text-decoration: underline;
	font-weight: normal;
	color: #fff;
}

.topbar a:hover {
	text-decoration: underline;
	font-weight: normal;
	color:#F6C59C;
}


.topbar input{
	font-size:10px;
	height:12px;
	background:#F6A562;
	border: 1px solid #fff;
}

/* main text that you want everyone to read*/
.bodyText {
	font-size:12.5px;
	line-height: 17px;
	border: 1px solid #ccc;
	padding: 10px;
	margin-bottom:15px;
}

.columnText {
	padding-right:20px;
	padding-left:20px;
	padding-top:6px;
}

/* The collumn in the middle of the screen*/
.centerTitle{
	height:80px;
	background:#fff;
	color: #fff;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:4px;
}

.newTitle{
	font-style: italic;
	font-weight: bold;
	color: #FF7400;
	border-bottom: 1px solid #ccc;
}

.legal{ /*legal text at the bottom of the page*/
	font-size:9px;
	font-style: italic;
	color: #888;
	padding-top:15px;
}

