/* --------------------------------------------------------------- */
/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */
/* --------------------------------------------------------------- */

/* This sets a default font for all of our tag selectors. We set the text align back to left so it won't center (based on the body tag to compensate for IE.) */
body, p, td {
	font: normal 11px verdana;}

/* Defines the body tag */
body {
	background: url(images/bg.gif) top left repeat;
	margin: 0; /* Always set margins to 0. Some browsers automatically apply them. */
	padding: 0; /* Always apply padding if you apply margins */
}

div {
	margin: 0;
	padding: 0;}

/* Redefines the p tag */
p {font-size: 12px;
		line-height: 24px;
		color: #333;
		font-weight: normal;
		margin: 0;
		padding: 0 30px;
		background: none;} }

/* GENERAL H1 TAG */
h1 {
	font-size: 22px;
	color: #FF0000;
	font-weight: normal;
	margin: 0;
	padding: 0 30px;}

/* GENERAL H2 TAG */
h2 {
	font-size: 18px;
	font-weight: normal;
	margin: 0;
	padding: 0;}
	
/* GENERAL H3 TAG */
h3 {
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
	margin: 0;
	padding: 10px 0px 0px 30px;}

img {
	border: 0;}

/* Creates the general link style for the site. This is not the main navigation.  */
a {
	text-decoration: underline;
	font-weight: bold;}
a:visited {
	text-decoration: none;}
a:hover {
	text-decoration: none;}
a:active {
	text-decoration: none;}

/* -------------------------------------------------------- */
/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */
/* -------------------------------------------------------- */

/*Collapses borders that some browsers automatically apply to tables. */
table, td, th  {	
	border-collapse: collapse;}

/* DIV CONTAINER */
div#container {
	position: relative;
	width: 770px;
	margin: 0 auto;
	border: 1px solid #000;
	background: #fff;
}

/* DIV HEADER */
div#header {
	width: 770px;
	height: 185px;
	background: url(images/hdr.gif) top left no-repeat;}

/* DIV BODY */
div#textarea {display: block; text-align: center; padding: 4px;}

div#body {clear: both;
width:770px;}

div#content {clear: both;}

	#content h1 {
		color: #fff;
		line-height: 36px;
		background: #000033;
		text-align: left;
		text-transform: uppercase;
		padding: 0 30px;}
	#content h2 {
		font-size: 14px;
		font-weight: bold;
		color: #990000;
		padding: 0 0 0 30px;}
	#content h3 {
		font-size: 12px;
		font-weight: normal;
		color: #999;
		padding: 0 30px 0 30px;}
	#content p {
		font-size: 12px;
		line-height: 24px;
		color: #333;
		font-weight: normal;
		margin: 0;
		padding: 0 30px;
		background: none;}
		#content a {
			text-decoration: underline;
			color: #990000;}
		#content a:hover {
			text-decoration: none;
			color: #000033;}

/* Creates the div container for the footer. */
div#copyright {
	background: none;
	width: 770px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: center;
	padding: 10px;
	color: #fff;
	text-decoration: none;}

div#copyright a:link {
	color: #fff;
	text-decoration: underline;}

div#copyright a:hover{
	color: #FF0000;
	text-decoration: underline;}


/* -------------------------------------------------- */
/* ----------------- IMAGE ELEMENTS ----------------- */
/* -------------------------------------------------- */

img.left {
	float: left;
	padding: 0px 20px 10px 10px;
}
img.right {
	float: right;
	margin: 0px 0px 10px 20px;
	
}
img.center {
	margin-left: auto;
	margin-right: auto;
}

