/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	background: #F6F3EA;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

p, h1, h2, h3, a, ul, li, address {
	color: #575656;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

p {
	margin: 10px 0px 0px 0px;
	font-size: 11px;
	line-height: 1.5;
}

address {
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}

h1 { 
	margin: 0px;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-align: left;
	padding: 5px 0px 0px 0px;
}

h2 { 
	font-size: 11px;
	font-weight: bold;
	color: #993300;
	text-align: left;
	margin: 10px 5px 0px 0px;
}

h3 { 
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-align: left;
	text-transform: uppercase;
	margin: 10px 5px -5px 0px;
}

/* ----------------- LIST ITEMS ----------------- */

ul {
	margin: 0px;
	padding: 5px 20px;
	list-style-type: square;
}

li {
	font-size: 11px;
	line-height: 1.5;
}

/* ----------------- GENERAL LINKS ----------------- */

a:link, a:visited, a:active { 
	color: #A46B08; 
	text-decoration: underline; 
	font-weight: normal; 
	}
	
a:hover { 
	color: #2D02CE; 
	}

/* ----------------- LAYOUT ELEMENTS ----------------- */

/* Creates DIV container for the main body container. */
div#container{
	width: 760px;
	background-image: url(images/body_bg.gif);
	margin: 0px auto;
	padding: 0px;
}

/* Creates DIV container for header. */
div#header {
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
	text-align: right;
	padding: 20px 10px 5px 10px;
	height: 50px;
}

/* Creates DIV containers for main body content with multiple columns. */
div#bodyleft {
	width: 199px;
	margin-left: 1px;
	float: left;
	text-align: left;
	background-image: url(images/side_bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
}

	div#bodyleft h1, h2, p {
		margin: 10px;
	}
	
	div#bodyleft p {
		color: #000033;
	}

div#bodyright {
	width: 537px;
	padding: 0px 10px 0px 10px;
	text-align: left;
	float: right;
	border-left: 1px dotted #cccccc;
}

/* ----------------- FOOTER ----------------- */

/* Creates DIV container for the footer. */
div#footer {
	width: 760px;
	margin: 0px auto;
	padding: 0px;
	clear: both;
}

div#footer p {
	margin: 0px;
	font-size: 10px;
	color: #575656;
}

/* ----------------- COPYRIGHT ----------------- */

/* Creates DIV container for the copyright. */
div#copyright {
	width: 760px;
	margin: 0px auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	padding: 5px 0px 5px 0px;
}

/* Set link style for copyright. */
div#copyright a:link, div#copyright a:visited, div#copyright a:active {
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}

div#copyright a:hover {
	color: #666666;
}

/* ----------------- IMAGE ELEMENTS ----------------- */

img.right {
	margin: 10px;
	border: 1px solid #000000;
	float: right;
}

div#clear {
	clear: both;
	line-height: 0px;
}

/* ----------------- CUSTOM CLASSES ----------------- */

.center {
	text-align: center;
}

