body {background: url(/images/bg.jpg) repeat-x #000000; color: #000000; font-family:'Helvetica Neue', Arial, sans-serif;font-size:14px;}
p {font-size:1em; line-height: 1.6em; margin:0px 0 12px 0;}
h1 {letter-spacing:-1px; font-size:2.1em; margin-bottom:0px;}
h2 {letter-spacing:-1px; font-size:1.9em; margin-bottom:0px;}
h3 {letter-spacing:-1px; font-size:1.6em; margin-bottom:20px;}
h4 {letter-spacing:-1px; font-size:1.4em; font-weight:normal;}
h5 {letter-spacing:-1px; font-size:1.2em; font-weight:normal;}
h6 {letter-spacing:-1px; font-size:1.1em; font-weight:normal;}
a:link, a:active, a:visited {color:#186296; text-decoration: none; font-weight: bold; }
a:hover {text-decoration: underline;}
img {border: none;}
.tagline { font-family: times new roman, serif; font-style:italic; width:500px; text-align:right; float:right;font-size:1em; color:#ddd; font-size:20px; margin:0;}
.clear {clear:both;}
#logo {}
#container {width: 960px; margin: 0 auto; padding:0px; border: thin solid silver; -moz-border-radius: 6px; background: none repeat scroll 0% 0% rgb(255, 255, 255); font-family: Helvetica Neue,Arial,sans-serif; color: rgb(100, 100, 100); text-align:center;-moz-box-shadow: 0px 0px 3px #b5b7b9;-webkit-box-shadow: 0px 0px 3px #b5b7b9;box-shadow: 0px 0px 3px #b5b7b9; border-radius:8px; -moz-border-radius: 8px; -webkit-border-radius:8px;}
#maincontent {padding:20px; text-align:left;min-height:700px;}
#column_200L {width:200px; float:left; border-right:thin dotted silver; padding-right:20px;}
#column_400L {width:400px; float:left; border-right:thin dotted silver; padding-right:20px;}
#column_600L {width:600px; float:left; border-right:thin dotted silver; padding-right:20px;}
#column_200R {width:200px; float:left; padding-left: 20px;}
#column_400R {width:400px; float:left; padding-left: 20px;}
#column_600R {width:600px; float:left; padding-left: 20px; height: auto;}
#column_700R {width:700px; float:left; padding-left: 20px;}
#header {height:140px; width:960px; margin: 10px auto 0 auto;}
#header h2 {font-size:28px; float:right; color:#fff; margin-top:30px; text-shadow: 0 1px 0 #666, 0 -1px 0 #000;}
#footer {width: 960px; margin: 0 auto; font-size:.8em; height:60px; padding:20px; text-align:center; color: #dddddd;}

ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px; /*--Set height of tabs--*/
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	width: 100%;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 31px; /*--Subtract 1px from the height of the unordered list--*/
	line-height: 31px; /*--Vertically aligns the text within the tab--*/
	border: 1px solid #999;
	border-left: none;
	margin-bottom: -1px; /*--Pull the list item down 1px--*/
	overflow: hidden;
	position: relative;
	background: #e0e0e0;
}
ul.tabs li a {
	text-decoration: none;
	color: #000;
	display: block;
	font-size: 1.2em;
	padding: 0 20px;
	border: 1px solid #fff; /*--Gives the bevel look with a 1px white border inside the list item--*/
	outline: none;
}
ul.tabs li a:hover {
	background: #ccc;
}
html ul.tabs li.active, html ul.tabs li.active a:hover  { /*--Makes sure that the active tab does not listen to the hover properties--*/
	background: #fff;
	border-bottom: 1px solid #fff; /*--Makes the active tab look like it's connected with its content--*/
}
.tab_container {
	border: 1px solid #999;
	border-top: none;
	overflow: hidden;
	clear: both;
	float: left; width: 100%;
	background: #fff;
	height: auto;
}
.tab_content {
	padding: 20px;
	font-size: 1.2em;
}

.button, .button:visited, .button:link, .button:active {
	background: #222 url(/images/overlay.png) repeat-x;
	display: inline-block;
	padding: 15px 10px;
	color: #fff;
font-size:20px;
	text-decoration: none;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer
	margin-bottom:40px;
}
.button:hover {color:#8bdaff;	background: #555 url(/images/overlay.png) repeat-x;}
