/* Body and tag styles */
* {margin:0; padding:0;}
body {
	font:12px Verdana,Tahoma,Arial,sans-serif;
	text-align:center;
	color:#333;
	background-color:#000000;
}
a:link, a:visited {
	color:#6797EF;
	text-decoration:underline;
}
a:hover {
	color:#F90;
	text-decoration:none;
}
p {
	padding:7px 10px 10px 10px;
}
p form {margin-top:0; margin-bottom:20px;}
.left {float:left; margin:0 12px 5px 0;}
.center {display:block; margin:0 auto 5px auto;}
.right {
	float:right;
	margin:0px 0px 5px 15px;
}

/* Header and navigation styles */
#container {width:778px; margin:0 auto; padding:0px; text-align:center;}
#header1 {height:94px; width:788px; margin:20px 0px 0px 0px; padding:0px; clear:both; display:block;} /*top header banner*/
#header2 {
	height:20px;
	width:788px;
	margin:0px;
	padding:0px;
	clear:both;
	display:block;
} /*top header banner*/
#menu {height:46px; width:788px; margin:0px; padding:0px; clear:both; display:block;} /*top header banner*/

/* Content styles */
#content {
	width:748px;
	padding:10px 20px 0px 20px;
	background-image:url(images/design01_17.gif);
	background-repeat:repeat-y;
	clear:both;
	display:block;
	text-align:left;
}
#content h3 {
	margin:5px 0px 10px 0px;
	font-size:16px;
	letter-spacing:1px;
	color: #330000;
}
h3 a:link, h3 a:visited {color: #330000; text-decoration:underline;}
h3 a:hover {color: #6797EF; text-decoration:none;}
#content h4 {
	margin:5px 0px 10px 0px;
	font-size:14px;
	letter-spacing:1px;
	color: #704B4B;
}
#content a:hover {text-decoration:none;}
#content ul,#content ol {margin:5px 5px 6px 30px; padding:0px;}
ul { list-style-type:disc; color:#6996e9;}
li {padding-bottom:4px;}

/* Footer styles */
#footer {clear:both; width:788px; height:54px; padding:0px; margin:0px; display:block;}

/* Misc classes and styles */
.textcenter {text-align:center;}
.textright {text-align:right;}
.margintoplow {margin-top:-12px;}
.bottomp {padding-bottom:0px;}
.black {color:#000;}
.brown {color: #330000; font-weight:bold;}
.bluebold {color:#6797EF; font-weight:bold;}
#table_cad td {
	padding:5px;
	margin:0px;
}
.odd {
	background-color:#DFE3FB;
}
#battery {float:right; margin-left:15px; margin-bottom:5px; width:156px; height:275px; margin-top: 7px;}