/*______________	Global Elements	_______________*/

html {
	height: 100%;
	width: 100%;
	}
	
body { 
	height: 98%;
	width: 99%;
	color: black;
	font-size: 10px;
	font-family: Verdana, Arial, Geneva, Helvetica, "Trebuchet MS";
	background: #93B496;
	margin: 0;
	padding: 0;
	text-align: center;
	}

a { 
	color: green;
	font-weight: bolder;
	font-size: 9px;
	text-decoration: none 
	}

a:hover { 
	color: #93B496;
	font-size: 9px;
	}

ul {
	list-style: none;
	padding: 0;
	*margin-left: 0px;
	}

h4 {
	*font-size: 13px;
	color: #7E2D2C;
	}

a img {
	border: none;
	}

/*______________	Layout Containers	_______________*/

#container {
	width: 800px;
	border: #46736C solid 2px;
	margin: 20px auto;
	background: #fff;
	text-align: left;
	}

#mainCol1 {
	float: left;
	width: 170px;
	*width: 166px;
	border-right: 5px #93B496 solid;
	}

#mainCol2 {
	float: left;
	width: 625px;
	border-left: 0px #93B496 solid;
	}

#col1 {
	float: left;
	width: 150px;
	margin-right: 20px;
	}
	
#col2 {
	float: left;
	width: 300px;
	}

#col2 div {
	width: 410px;
	}

#footer {
	clear: both;
	width: 790px;
	*width: 796px;
	text-align: right;
	background: #fff;
	padding: 5px;
	border-top: 3px #93B496 solid;
	}
/*_________________________________________________*/

/*______________	Left Column	_______________*/

#logo {
	padding: 10px;
	*margin: 10px 0 0 10px;
	width: 150px; 
	height: 163px; 
	background: #fff url(/images/logo.jpg) center no-repeat;
	}

	/* makes logo linkable */
	#logo div.logoLink {
		visibility: hidden;
		*display: none;
		width: 150px;
		height: 163px;
		}

#commList, #compList, #nav {
	padding: 5px 5px 5px 5px;
	width: 160px;
	line-height: 20px;
	}

#commList li, #compList li {
	background: #E5E5E5;
	padding: 3px;
	margin-bottom: 2px;
	}

/*______________	Right Column	_______________*/
.brandLine {
	background: #fff;
	width: 290px;
	*width: 300px;
	padding: 0px 0px 3px 10px;
	text-align: right;
	float: left;
	}

	.brandLine img {
		margin: 5px 10px 0px 0px
		}

#tag {
	background: transparent url(/images/tag2.gif) no-repeat;
	width: 615px;
	*width: 625px;
	height: 81px;
	*height: 85px;
	padding: 0px 0px 3px 10px;
	margin: 5px 0;
	border-top: 3px #93B496 solid;
	}

	#tag span
		{
		display: none;
		}

#content {
	float: left;
	width: 615px;
	*width: 625px;
	background: #fff;
	padding: 0px 0px 3px 10px;
	margin-bottom: 5px;
	}

/*______________ Text Classes ___________________________*/
.rev { 
	float: left;
	color: #888;
	}
	
.super { 
	color: white;
	font-size: 28px;
	font-weight: bolder;
	letter-spacing: 10px;
	}
	
.name { 
	font-size: 16px;
	font-weight: bolder;
	}

.table_names { 
	color: #93B496;
	font-size: 8px;
	font-weight: bolder;
	}

.title { 
	color: #888;
	font-size: 10px;
	}

.callout{
	font-family: times, times new roman, serif;
	font-size: 12px;
	text-transform: uppercase;
	}
