body {
	margin: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	background: url("_images/body_bg.png");
	font-family: arial,sans-serif;
	font-size: 12pt;
	overflow:scroll;
}
#main {
	margin: 0 auto;
	width: 960px;
	border: 0px solid black;
}
#head {
	background: url("_images/head.jpg");
	height: 200px;
}
#nav {
	height: 44px;
	width: 960px;
	background: #282828;
}
#content {
	z-index: 1;
	position: relative;
	padding: 5px;
	background: #FFF;
	border-left: solid 1px #cccccc;
	border-right: solid 1px #cccccc;
	border-bottom: solid 1px #dcdcdc;
	-webkit-box-shadow: 0 8px 6px -6px black;
	   -moz-box-shadow: 0 8px 6px -6px black;
	        box-shadow: 0 8px 6px -6px black;
}
#contentT {
	height: 505px;
	/*border: dashed 1px #ccc;*/
}
#contentAT {
	height: 310px;
}
	#contentT2 a:visited, #contentAT2 a:visited, #contentCT2 a:visited, #contentDT a:visited, #contentDT a, #contentT a, #contentAT a {
		color: #00aeef;
	}
	#contentT2 a, #contentAT2 a, #contentCT2 a, #contentDT a {
		text-decoration: none;
	}
#contentCT {
	height: 1155px;
}
#contentCCT {
	height: 582px;
}
#contentDT {
	height: 3780px;
}
#contentT ul, #contentAT ul, #contentCT ul, #contentCCT ul, #contentDT ul {
	padding: 0;
	margin: 0;
}
#contentT li, #contentAT li, #contentCT li, #contentCCT li, #contentDT il  {
	list-style: none;
	float: left;
	padding: 0px;
}
#quoteButton {
	width: 99%;
	background: #00aeef;
}
	#quoteButton a, #quoteButton div{
		padding-top: 15px;
		padding-bottom: 15px;
		display: inline-block;
		text-decoration: none;
		color: #FFF;
		font-size: 18pt;
		-moz-transition: background 0.5s ease;
		-ms-transition: background 0.5s ease;
		-o-transition: background 0.5s ease;
		-webkit-transition: background 0.5s ease;
		transition: background 0.5s ease;
	}
	#quoteButton a:hover {
		background: #40c2f3;
		text-decoration: underline;
		transition: background 0.5s ease;
		-moz-transition: background 0.5s ease;
		-ms-transition: background 0.5s ease;
		-o-transition: background 0.5s ease;
		-webkit-transition: background 0.5s ease;
		transition: background 0.5s ease;
	}
.bullets li{
	list-style-type: disc !important;
	float: none !important;
}

#priv td{
	text-align:left;vertical-align:top;
}
#tablespace {
	padding-top: 15px;
}