/* 	
			
		Copyright 2008 Byte Technology  
		
		http://www.byte-technology.com
		
		Byte Technology
		20 Ragsdale Drive, Suite 220
		Monterey, CA  93940
		
		Phone:	831.656.9178
		Fax:		831.855.0291

*/

/* Paste "display: none;" in selectors that are to be hidden when using the print style sheet. */

/* Standard HTML tags 
--------------------------------------------------------------------------- */

/* Body
------------------------- */

body {
	margin: 0 auto;
	padding: 0;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #cccccc;
/*	background: #cccccc url('../Images/BackgroundPage.jpg') repeat-x 0 0;*/
	color: #000000;
}

p {
	line-height: 1.5;
	margin: 0 0 15px 0;
}

/* Image
------------------------- */

img {
	border: none;
	padding: 0;
	margin: 0;
}

/* Tables
------------------------- */

td {
	vertical-align: top;
}

td p {
	line-height: 1.5;
	margin: 0 0 15px 0;
}

th {
	text-align: left;
}

/* Links
-------------------------------------------------- */

a:link,
a:visited {
	color: #4f81bd;
	text-decoration: none;
}

a:hover {
	color: #4f81bd;
	text-decoration: none;
}

/* Lists
-------------------------------------------------- */

ul,
ol {
	margin: 15px 0 18px -20px;
	*margin: 15px 0 18px 20px; /* for IE7 */
}

ul li,
ol li {
	line-height: 1.5;
	margin: 0 0 10px 0;
}

/* Special
--------------------------------------------------------------------------- */

.Clear {
	clear: both;
	padding: 0;
	margin: 0;
	height: 0;
	line-height: 1;
}

/* Container
--------------------------------------------------------------------------- */

#Container {
	margin: 0 auto;
	padding: 0 12px 25px 12px;
	width: 900px;
	background: #ffffff;
	color: #000000;
}

/* Headers
--------------------------------------------------------------------------- */

h1,
h1 a:link,
h1 a:visited  {
	font-size: 24px;
	font-weight: bold;
	color: #000000;
	margin: 0 0 15px 0;
	text-decoration: none;
}

h1 a:hover  {
	font-size: 24px;
	font-weight: bold;
	color: #000000;
	margin: 0 0 15px 0;
	text-decoration: none;
}

h2,
h2 a:link,
h2 a:visited {
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	margin: 0 0 8px 0;
	text-decoration: none;
}

h2 a:hover  {
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	margin: 0 0 8px 0;
	text-decoration: none;
}

h3,
h3 a:link,
h3 a:visited {
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	margin: 0 0 8px 0;
	text-decoration: none;
}

h3 a:hover  {
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	margin: 0 0 8px 0;
	text-decoration: none;
}

h4,
h4 a:link,
h4 a:visited {
	font-size: 12px;
	font-weight: bold;
	color: #999999;
	margin: 0 0 8px 0;
	text-decoration: none;
}

h4 a:hover  {
	font-size: 12px;
	font-weight: bold;
	color: #999999;
	margin: 0 0 8px 0;
	text-decoration: none;
}

h5,
h5 a:link,
h5 a:visited {
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	margin: 0 0 8px 0;
	text-decoration: none;
}

h5 a:hover  {
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	margin: 0 0 8px 0;
	text-decoration: none;
}

h6,
h6 a:link,
h6 a:visited {
	font-size: 11px;
	font-weight: bold;
	color: #999999;
	margin: 0 0 8px 0;
	text-decoration: none;
}

h6 a:hover  {
	font-size: 11px;
	font-weight: bold;
	color: #999999;
	margin: 0 0 8px 0;
	text-decoration: none;
}

/* Header
--------------------------------------------------------------------------- */

.Header {
	margin: 0 auto;
	padding: 0;
	width: 924px;
	font-size: 10px;
}

.HeaderLeft {
	width: 400px;
	color: #000000;
}

.HeaderLeft a:link,
.HeaderLeft a:visited {
	color: #000000;
	text-decoration: none;
}

.HeaderLeft a:hover {
	color: #000000;
	text-decoration: none;
}

.HeaderRight {
	float: right;
	width: 400px;
	text-align: right;
	color: #000000;
}

.HeaderRight a:link,
.HeaderRight a:visited {
	color: #000000;
	text-decoration: none;
}

.HeaderRight a:hover {
	color: #000000;
	text-decoration: none;
}

/* Two Columns
--------------------------------------------------------------------------- */

.TwoCols {
	margin: 0 auto 15px auto;
	width: 924px;
}

.TwoColsLeft {
	float: left;
	width: 300px;
}

.TwoColsRight {
	float: right;
	width: 600px;
}

/* Footer
--------------------------------------------------------------------------- */

.Footer {
	margin: 0 auto;
	padding: 5px 12px 0 12px;
	width: 900px;
	font-size: 10px;
}

.FooterLeft {
	float: left;
	width: 400px;
	font-size: 10px;
}

.FooterLeft a:link,
.FooterLeft a:visited {
	color: #000000;
	text-decoration: none;
}

.FooterLeft a:hover {
	color: #000000;
	text-decoration: none;
}

.FooterRight {
	float: right;
	width: 400px;
	font-size: 10px;
	text-align: right;
}

.FooterRight a:link,
.FooterRight a:visited {
	color: #000000;
	text-decoration: none;
}

.FooterRight a:hover {
	color: #000000;
	text-decoration: none;
}

/* Additional Main Styles
--------------------------------------------------------------------------- */


















