body {

	background-color: #ffffff;
	background-image: url(../images/backgrounds/body.jpg);
	background-position: top;
	background-repeat: repeat-x;
	font: 0.8em Arial, sans-serif;
	color: #000;

}

* {

	padding: 0;
	margin: 0;

}

h1, h2, h3 {

	font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;

}

#container {

	width: 770px;
	margin: 0px auto 0px auto;

}

#header {

	height: 69px;

}

#header img {	

	padding: 25px 20px 0px 20px;
	float: left;
	border: none;

}

#header h2 {

	padding: 35px 0px 5px 0px;
	font-size: 0.85em;
	color: #f60;
	letter-spacing: 1px;
	font-weight: normal;
	margin: 0 0 0 410px;

}

#nav {

	float: right;
	font-size: small; /* could be specified at a higher level */
	margin: 0px 0px 0px 0px;
	padding: 0px 95px 0px 0px;

}

#nav li {

	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0;
	display: inline;
	list-style: none;

}

#nav a:link, #nav a:visited {

	float: left;
	font-size: 1em;
	line-height: 20px;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 0px 10px;
	text-decoration: none;
	height: 20px;
	color: #999999;

}

#nav a.active:link, #nav a.active:visited, #nav a:hover {

	border-bottom: 9px solid #deff4a;
	padding-bottom: 4px;
	color: #000000;

}

#nav a:hover, #nav a.active:hover {

	color: #ff6600;

}

#content {

	margin: 0px 0px 0px 270px;
	padding: 20px 20px 20px 20px;

}


#content strong {

	color: #ff6600;
	font-weight: bold;
	
}

#content h1 {

	font-size: 28px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #ff6600;
	margin: 10px 0px 30px 0px;

}

#content h2 {

	font-size: 1.5em;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin: 10px 0 20px 0;
	color: #f60;

}

#content h3 {

	font-size: 16px;
	color: #333;
	margin: 0px;

}

#content blockquote:hover {

	background: #f5f5f5;

}

#content p, #content address {

	line-height: 20px;
	word-spacing: 2px;
	padding: 0px 10px 0px 10px;
	margin: 20px 0 20px 0;
	text-indent: 1em;

}

#content blockquote {

	background-color: #ffe9d2;
	border: 1px solid #ddd;
	padding: 10px;
	margin: 20px 0px 0px 0px;

}

#content blockquote p {

	padding: 0px;
	margin: 0px;
	text-indent: 1em;

}

#sidebar a, #content a {

	color: #ff6600;
	text-decoration: none;
	border-bottom: 1px dotted #f60;


}

#sidebar a:hover, #content a:hover {

		background-color: #f60;
		color: white;

}

#sidebar {

	width: 210px;
	background-color: white;
	padding: 40px 20px 20px 20px;
	float: left;
	margin: -10px 0px 0px 0px;
	border: 1px solid #ff6600;
	border-top: none;
	border-bottom: 4px solid #f60;
	font-size: 1em;

}

#sidebar h2 {

	color: #777;
	letter-spacing: 2px;
	text-align: left;
	font-size: 1.5em;
	color: black;
	margin: 0px 0px 0px 0px;


}

#sidebar p {

	line-height: 20px;
	word-spacing: 0.2em;
	padding: 0 0 0.5em 0;
	margin: 1em 0 2em 0;

}

#footer {
	margin: 0 0 0 270px;
	padding: 0.5em;
	font-size: 0.8em;
	color: #ccc;
	text-align: center;

}

#footer a {

	color: #ff6600;
	text-decoration: none;

}

#content li.error {

	border: none;
	background: none;
	padding-left: 1em;
	color: red;
	font-weight: bold;
	list-style: disc;
	list-style-position: inside;
	
}

#content ul.error {

	border: none;
	margin-left: 10px;
	
	
}

#content ul {

	margin: 1em 1em 2em 1em;
	padding: 0;
	border-top: 1px solid #ffccaa;

}

#content li {

	margin: 0.8em 0 0.8em 0;
	padding: 0 0 0.8em 1.2em;
	list-style: none;
	border-bottom: 1px solid #ffccaa;
	background-image: url(../images/backgrounds/li.gif);
	background-position: top left;
	background-repeat: no-repeat;

}

#content acronym {

	border: 0px;
	color: #ff6600;
	
}

#sidebar li {

	margin: 0 0 0.8em 0;
	padding: 0 0 0.6em 1.2em;
	list-style: none;
	background-image: url(../images/backgrounds/li.gif);
	background-position: top left;
	background-repeat: no-repeat;

}

.package {

	border-spacing: 3px;

	border: 1px solid white;
	background: white;
	width: 450px;
	margin: 0 0 1em 10px;


}

.package td {

	border: 1px solid #fc9;
	padding: 3px;
	text-align: center;
	background: #FFE6CC;
	cellspacing: 2px;

}

.package td.item {
	
	text-align: left;
	
}

.package td.itemgroup {

	text-align: left;
	font-weight: bold;
	background: #f60;
	color: white;
	border: none;

}

.package th {

	background: white;
	padding: 5px;
	
}

label, input, textarea {

	display: block;
	width: 200px;
	float: left;
	margin-bottom: 10px;

}

label {

	text-align: right;
	width: 130px;
	padding-right: 10px;
	
}

.clearer {

	clear: both;

}

#content address {

	text-indent: 0em;
	color: #f60;
	font-style: normal;

}

input.submit {

	display: inline;
	margin-left: 140px;
	margin-bottom: 20px;

}