/* 

STYLE SHEET FOR [XXXXXX] SITE
Created by XXXXXX

Table Of Contents

	1. defaults
	2. main layout
	3. links
	4. fonts	
	
/* - 1. defaults - */
@charset "utf-8";

body {
	margin: 8px 0px 0px 0px;
	padding: 0px;
	text-align: center;
	background-image: url(../images/MainBg.jpg);
	SCROLLBAR-FACE-COLOR: #716B6B;
	SCROLLBAR-HIGHLIGHT-COLOR: #f5f5f5;
	SCROLLBAR-SHADOW-COLOR: #cccccc;
	SCROLLBAR-3DLIGHT-COLOR: #cccccc;
	SCROLLBAR-ARROW-COLOR: #999999;
	SCROLLBAR-TRACK-COLOR: #cccccc;
	SCROLLBAR-DARKSHADOW-COLOR: #cccccc;
}

/* - 2. main layout - */
	
#wrapper {
	width: 990px;
	background: #ffffff;
	margin: 0px auto;
	border: 0px solid #000000;
	text-align: left;
}
#header {
	width: 90px;
	height: 72px;
	vertical-align: top;
}
#navigation {
}
#contentcontainer {
	margin: 10px 0px 30px 0px;
}
#contentleft {
	float: left; 
	width: 620px; 
	background: #ffffff;
	padding: 0px 0px 0px 30px;
}
#contentright {
	float: right; 
	width: 292px;
	background: #ffffff;
	margin: 0px 18px 0px 0px;
	padding: 0px 0px 0px 0px; 
	text-align: left;
}
#footer {
	float: clear; 
	width: 990px;
	background: #ffffff;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 0px; 
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


/* - 3. links - */

a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #C02C51;
	font-style: bold;
	line-height: 17px;
	font-weight: bold;
	text-decoration: none;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 17px;
	font-weight: bold;
	font-variant: normal;
	color: #cccccc;
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

/* - 4. fonts - */

body {font-family: Verdana, Arial, Helvetica, sans-serif;
	  font-size: 11px;
}



h1 {
	font-size: 1.2em;
	color: #716B6B;
	font-weight: bold;
	line-height: 1.6em;
	margin-top: 0;
	margin-bottom: 10px;
}

h2 {
   font-size: 1.2em;
   color: #716B6B;
   font-weight: normal;
   line-height: 1.6em;
	margin-top: 0;
	margin-bottom: 0;
}

h3 {
	font-size: 1.0em;
	color: #716B6B;
	font-weight: normal;
	line-height: 1.5em;
	margin: 10px 25px 10px 15px;

}
		
h4 {
	font-size: 1.0em;
	color: #716B6B;
	font-weight: normal;
	line-height: 1.2em;
	margin: 10px 10px 0px 15px;

}
#contentcontainer #contentleft #form {
	left: 50px;
	right: 50px;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #716B6B;
	font-style: normal;
	line-height: normal;
	text-decoration: none;
	padding: 5px 50px 10px 50px;
	width: 352px;
}
.inputbox {
	margin: 1px;
	margin: 2px 2px 4px 2px;
	FONT-SIZE: 12px;
	COLOR: #000000;
	BORDER-RIGHT: 1px solid #666666;
	BORDER-TOP: 1px solid #999999;
	BORDER-LEFT: 1px solid #666666;
	BORDER-BOTTOM: 1px solid #333333;
	padding: 1px;
}
