body {

	background: #999;
	color: #333333;
	margin-bottom: 0;
	background: #003ba7 url(/shadow.gif) repeat-y center;
	margin-top: 0;
	font: 13px/19px Georgia, Times New Roman, Times, serif;
}

a {
	color: #000000;
}

/*<group=navigation and sidebar>*/

#navigation {
	padding-top: 12px;
	padding-bottom: 0;
	padding-left: 4px;
	margin-right: auto;
	margin-left: auto;
	background: #6699cc;
}

#navigation ul  {
	font-size: 12px;
	list-style: none outside;
	display: inline;
	margin: 0;
	padding: 0;
}

#navigation ul li {
	list-style: none outside;
	display: inline;
	margin: 0;
	padding: 0;
}

#navigation a {
	text-decoration: none;
	background: #99ccff;
	border-right: 1px solid #003ba7;
	border-top: 1px solid #ffffff;
	border-left: 1px solid #ccffff;
	padding: 2px 6px 3px;
	color: #003ba7;
	font: 11px 'Lucida Grande', Verdana, Sans-Serif;
}

#navigation a:hover {
	color: #99ccff;
	background: #003ba7;
	padding: 2px 6px;
}

a#nav_active:link, a#nav_active:visited {
	background: #ffffff;
	color: #003ba7;
	padding-bottom: 4px;
}

a#nav_active:hover {
	color: #99ccff;
	background: #ffffff;
}
	
/*</group>*/

#accessibility {
	visibility: hidden;
	top: -100px;
	position: absolute;
	background: #fff;

}

#container {
	width: 740px;
	margin: 0 auto;
	background: #ffffff url(/sidebar.gif) repeat-y right;
}

/*<group=head>*/

div#head {
	padding: 0;
	line-height: 0px;
}

h1 {
	margin: 0;
	padding-top: 4px;
}

div#head h1 a {
	text-decoration: none;
	font-size: 30px;
	padding: 0 24px;
	font-weight: normal;
	line-height: 30px;
	letter-spacing: -1px;
	color: #003ba7;
}

h2 {
	margin: 12px 0 0;
}

div#head h2 {
	text-decoration: none;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: normal;
	padding: 0 24px 24px 26px;
	letter-spacing: 5px;
	line-height: 0;
}

#head img {
	padding-left: 24px;
	padding-top: 24px;
	padding-bottom: 0;
	margin-top: 4px;
}
	
/*</group>*/

/*<group=sidebar>*/

div#sidebar {
	width: 160px;
	padding: 12px;
	float: right;
	font: 11px 'Lucida Grande', Verdana, Sans-Serif;
	color: #000000;
}

#sidebar a {
	color: #003ba7;
}

.phone, .address {
}

.contact, .links, .categories_list {
	list-style: none outside;
	margin: 0;
	padding: 0;
}

.company {
	font-weight: bold;
}

ul.category_list, ul.linklist {
	list-style: none outside;
	margin: 0;
	padding: 0;
}

#sidebar p {
	font-weight: bold;
	margin-bottom: 0;
	padding-bottom: 0;
}
	
/*</group>*/

.author {
	font-weight: bold;
}

/*<group=content>*/

div#content {
	padding-left: 24px;
	width: 508px;
	background: #ffffff;
}

h3, h3 a {
	color: #009933;
	font: 18px Georgia, Times New Roman, Times, serif;
	text-decoration: none;
	letter-spacing: 0;
}
	
strong.q {
	color: #990000;
}

h4, strong.a {
	color: #009933;
}

a {
	color: #003ba7;
	text-decoration: none;
}

a:hover {
	color: #009933;
}

a:visited {
	color: #666666;
}

/*</group>*/

p.info {
	display: none;
}

div#foot {
	margin-top: 48px;
	background: #6699cc;
	height: 24px;
}

fieldset {
	padding-left: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-top: 6px;
	margin: 0px;
	border-color: #fff;
	border-style: solid;
	border-width: 0;
}

legend {
	display: none;
}

