@charset "UTF-8";
* {
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #606069;
}
body {
	background-color: #FFFFFF;
	background-image: url(../images/bg_stripes.png);
	background-repeat: repeat-x;
	background-position: center top;
}
a {
	color: #0095D4;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Helvetica, Arial, sans-serif;
}
h1 {
	font-size: 16pt;
	padding-bottom: 20px;
	line-height: 20pt;
}
p {
	line-height: 16pt;
}
#container {
	background-image: url(../images/bg_white.png);
	background-repeat: repeat-y;
	width:980px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 30px;
	padding-right: 30px;
	height: 100%;
}
#inside {
	padding-left: 8px;
	padding-right: 8px;
}
#header {
	height: 120px;
	padding-top: 10px;
	margin-left: 4px;
	margin-right: 4px;
	background-image: url(../images/hrule.png);
	background-repeat: repeat-x;
	background-position: center bottom;
}
#logo {
	float: left;
	height: 100px;
}
#nav {
	background-image: url(../images/tagline.png);
	background-repeat: no-repeat;
	background-position: right top;
	float: right;
	width: 700px;
	text-align: right;
	padding-top: 70px;
	margin-top: 10px;
}
#menu {
	float: right;
}
#cart {
	text-align: right;
	margin: 5px 12px;
	_margin: 5px 10px;
	font-size: 11pt;
	color: #606069;
}
#cart a {
	color: #606069;
	text-decoration: none;
	font-size: 11pt;
}
#content {
	margin: 20px 4px 10px 4px;
	_margin: 20px 2px 10px 2px;
}
#left  {
	width: 550px;
	padding-top: 0px;
	padding-right: 20px;
	padding-left: 10px;
}
#left p {
	padding-bottom: 20px;
}
#right  {
	width: 335px;
	float: right;
	padding-top: 0px;
	padding-right: 20px;
	padding-left: 20px;
}
#footer {
	margin-top: 10px;
	padding-top: 10px;
	text-align:center;
	font-size: 9pt;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #DADADC;
}
#footer p {
	padding-bottom: 9pt;
}
.center {
	text-align: center;
}
.clearfloat {
	clear: both;
}
.floatright {
	float: right;
}
.highlight {
	color: #0095D4;
	font-weight: bold;
}
.redBold {
	font-weight: bold;
	color: #ED1C24;
}
.dkblueBold {
	font-weight: bold;
	color: #2E3192;
}
.formfield {
	padding-top: 5px;
	padding-bottom: 5px;
}
.formfield label {
	width: 100px;
	display: block;
	float: left;
	padding-top: 2px;
	font-weight: bold;
}
.submitfield {
	padding-left: 120px;
}
.padTop {
	padding-top: 10px;
}
.padBottom {
	
	padding-bottom: 20px;
}
.centerContent {
	text-align: center;
}
.smallTM {
	font-size: 10pt;
	line-height: 30pt;
}
.entry ul, .entry ol {
	margin: 0 20px 20px 20px;	
}
.entry ul ul, .entry ol ol, .entry ul ol, .entry ol ul {
	margin-left: 40px;
	

}
.entry li {
	line-height: 16pt;	
}
blockquote {
	margin: 0 20px 20px 20px;	
	font-style:italic;
}
#network_footer {
	margin-left: 180px;
}
#network_footer div, #network_sidebar div {
	padding-right: 40px;
	float: left;
	text-align: left;
	height: 30px;
}
#network_footer div img, #network_sidebar div img {
	margin-right: 5px;
}
#network_sidebar img {
	padding-right: 10px;
}

#network_sidebar td {
	padding: 0 10px 10px 0;
}
#network_sidebar  a, #network_footer a {
	color: #606069;
	text-decoration: none;
}

