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

body {
	background: #f9f8c0;
	margin: 10px 0px;
	padding: 0px;
	text-align: center;
}

p, a, h1, h2, ul, li {
	color: #222222;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

p {
	margin: 5px 0px 15px 0px;
	font-size: 11px;
	line-height: 1.5;
}

h1 { 
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	text-align: center;
}

h2 { 
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

/* ----------------- LIST ITEMS ----------------- */

ul {
	margin: 0px;
	padding: 0px 15px 20px 30px;
}

li {
	font-size: 11px;
	line-height: 1.3;
	margin-bottom: 5px;
}

/* ----------------- GENERAL LINKS ----------------- */

a { 
	color: #A46B08; 
	text-decoration: underline; 
	font-weight: normal; 
	}
	
a:hover { 
	color: #2D02CE; 
	}

/* ----------------- BODY ----------------- */

/* Creates DIV container for the main body. */
div#container {
	width: 770px;
	margin: 0px auto;
	border: 1px solid #666666;
	background-image: url(images/bg_body.gif);
}

div#header {
	height: 115px;
	background-image: url(images/bg_header.jpg);
}

div#leftside {
	width: 152px;
	float: left;
	position: relative;
}

div#content {
	width: 584px;
	text-align: left;
	padding: 15px;
	float: right;
}

div#panel {
	width: 180px;
	height: 250px;
	text-align: left;
	margin: 0px 0px 0px 15px;
	padding: 5px 0px 5px 10px;
	float: right;
	border-left: 1px solid #cccccc;
}

/* ----------------- COPYRIGHT ----------------- */

/* Creates DIV container for the copyright. */
div#copyright {
	width: 770px;
	margin: 0px auto;
	clear: both;
}

div#copyright p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
}

/* Set link style for copyright. */
div#copyright a {
	text-decoration: none;
	font-weight: bold;
	color: #333333;
}

div#copyright a:hover {
	color: #000000;
}

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

img.right {
	float: right;
	border: 1px solid #7d7c7c;
}

div.clear {
	clear: both;
	line-height: 0px;
}

/* ----------------- CUSTOM CLASSES ----------------- */

img#concept {
	position: absolute;
	top: -16px;
	left: 2px;
}

.center {
	text-align: center;
}

