/* DizzyDi.com CSS Document */

body { 
	margin: 0px; 
	padding: 0px;
	font-family: tahoma;
	font-size: 0.65em;
	color: #000;
	background-color: #FFFFFF;
	background-image: url('images/bg.jpg');
	}
	
A:link { 
	text-decoration: underline; color:#4b4b4b }
A:visited { 
	text-decoration: underline; color:#4b4b4b }
A:active { 
	text-decoration: none; color:#4b4b4b }
A:hover { 
	text-decoration: underline; color:#990000 }

#top {
	margin-left:auto;
	margin-right:auto;
  	width: 720px;
	height: 30px;
background-image: url('images/topbg2.gif');
	}
	
#container {
  	background-color: #fff;
	background-image: url('images/containerbg2.gif');
	margin-left:auto;
	margin-right:auto;
	width: 720px;
	}

.bodytext {
	font-weight: bold;
	color: #000;
	font-family: tahoma;
	}
	
#header {
 	 background-image: url('images/headerbg2.jpg');
 	 height: 200px;
  	width: 720px;	
	}

#headerbar {
  	background-color: #A3D39C;
  	background-image: url('images/headerbannerbg2.gif');
  	width: 720px;
  	height: 30px;
	}

#navleft {
  	float: left;
 	margin: 0px 0px 0px 0px;
 	background-color: #4b4b4b;
 	background-image: url('images/leftbg.jpg');
 	font-weight: bold;
 	font-family: tahoma;
  	color: #012D10;
 	width: 120px;
 	text-align: center;
	}

#content {
	float: left;
	margin: 0px 0px 0px 0px;
	background-color: #A3D39C;
	background-image: url('images/contentbg2.gif');
	width: 600px;
	}

#bottombar {
	clear: both;
	background-image: url('images/botbar2.gif');
	width: 720px;
	height: 30px;
	}

.footer {
	margin-left:auto;
	margin-right:auto;
	margin: 8px 0px 0px 0px;
	height: 20px;
	font-weight: none;
	color: #4b4b4b;
	text-align: center;
	}

ul#list-menu {
	float: left;
	list-style:none;
	margin-left:auto;
	padding:0;
	border:solid #CDCDCD;
	border-width:0px;
	width:110px
	}

ul#list-menu li a {
	text-decoration:none;
	display:block;
	border-top:0px solid #77a487;
	padding:5px;
	background-image: url('images/navbg.jpg');
	color:#4b4b4b;
	width:110px
	}

ul#list-menu li a:hover {
	background:#A3D39C;
	color:#fff;
	}


h1 {
	font-size: 1.3em;
	font-family: trebuchet MS, tahoma;
	color: #990000;
	font-weight: bold;
	margin: 10px;
	}

h2 {
	font-size: 1.1em;
	font-family: tahoma;
	color: #4b4b4b;
	font-weight: bold;
	margin: 10px;
	}


h3 {
	font-size: 1.3em;
	font-family: tahoma;
	color: #4b4b4b;
	font-weight: bold;
	margin: 10px;
	}

.wtext {
	font-family: tahoma;
	margin: 10px;
	font-size: 1.1em;
	}

.qtext {
	font-family: tahoma;
	margin: 20px;
	color: #990000;
	font-weight: bold;
	font-size: 1.1em;
	}

/* Contact Form */

.center {
	font-size: 1.1em;
	margin: 10px;
	}

input { 
	color:#000000; 
	font: 7.5pt verdana; 
	font-weight: normal; 
	text-decoration: none; 
	background: white; 
	border: 1px solid #4b4b4b; 
	}

select { 
	color:#000000; 
	font: 7.5pt verdana; 
	font-weight: normal; 
	text-decoration: none; 
	background: white; 
	border: 1px solid #4b4b4b; 
	}

textarea { 
	color:#000000; 
	font: 7.5pt verdana; 
	font-weight: normal; 
	text-decoration: none; 
	background: white; 
	border: 1px solid #4b4b4b; 
	}
