

body{
	font-family: Arial,sans-serif;
	color: #333366;
	line-height: 1.166;	
	margin: 0px;
	margin-top: 70px;
	padding: 0px;
	padding-top: 10px;
	background:url(bullseye.gif) no-repeat;
	background-color: #FFFFCC;
}

a{
	color: #006699;
	text-decoration: none;
}

a:link{
	color: #006699;
	text-decoration: none;
}

a:visited{
	color: #006699;
	text-decoration: none;
}

a:hover{
	color: #0099ff;
	text-decoration: none;
}

h1{
 font-size: 120%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h2{
 font-size: 114%;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h3{
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font-size: 100%;
 color: #0099FF;
 font-weight: bold;
 margin: 0px;
 padding: 0px;
 padding-bottom: 5px;
}
strong {
 color: #0099FF;
 font-weight: bold;
}
ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#navBar{
	float: left;
	width: 20%;
	margin-left: 10px;
	padding: 0px;
	/*border-right: 1px solid #ffffcc;
	border-bottom: 1px solid #ffffcc;*/
	padding-right: 1px;
}

#rightcol{
  float:right;
	width: 25%;
	border-left: 1px solid #FFFFCC;
	border-bottom: 1px solid #FFFFCC;
	padding-right: 20px;
}
#content{
	float: left;
  	width: 50%;
}

/***********************************************/
/* Components                                  */
/***********************************************/

.feature p span.headlink a {
	color: #0099FF;
 	font-weight: bold;
	text-decoration:underline;
}

/************** .feature styles ***************/

.feature{
	padding: 0px 0px 0px 7px;
	font-size:small;
	font-family: Arial, Helvetica, sans-serif;
}

.feature h3{
	padding: 5px 0px 3px 0px;
	color: #0099FF;
 	font-weight: bold;
}
.feature h4{
	color: #333366;
	padding: 5px 0px 3px 0px;
 	font-weight: bold;
}
.feature img{
	float: left;
	padding: 10px 10px 0px 0px;
}

.feature a:link, .feature a:visited, .feature a:hover, .feature a:active {
	font-family:Arial, Helvetica, sans-serif;
	color: #333366;
	text-decoration:underline;
}
	
#content ul.indentlist {
	list-style: disc;
	margin-left: 50px;
	padding: 0;
	line-height: 1.4;
}

#content ul.widelist {
	list-style: none;
	margin-left: 0px;
	padding: 0;
	line-height: 1.8;
}
#content .client {
	font-style:italic;
	text-align:right;
}
/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#content li {border-bottom: none;}

/* fix for browsers that don't need the hack */
html>body #content li {border-bottom: none;}

/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	font-size: 10px;
	font-weight:bold;
	padding: 20px 0px 10px 0px;
	white-space:nowrap;
}
#siteInfo a:link, #siteInfo a:visited {
	color: #333366;
	text-decoration:none;
}
#siteInfo a:hover {
	color: #0099ff;
	text-decoration:none;
}

/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {
	display: block;
	color: #333366;
}
#navBar ul {
	font-family:"Arial Narrow";
	font-size: 14px;
	list-style: none; 
	margin: 0; 
	margin: 0;
	padding: 0;
	white-space:nowrap;
}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: none;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}

/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #ffffcc;
	font-size: 85%;
	font-weight:bold;
	margin-top: 100px;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks li a, #sectionLinks li .current {
	display: block;
	/*border-top: 1px solid #ffffcc;*/
	padding: 2px 0px 2px 10px;
	margin-top: 1px;
}

#sectionLinks li a:hover{
	text-decoration:none;
	color:#0099ff;
}
.current {
	color: #ff0099;
}

/************** #rightcol styles **************/

#rightcol{
	margin: 0px;
	padding: 10px 0px 0px 10px;
}
#rightcol p{
	padding: 0px 0px 5px 0px;
	font-size: 10px;
	margin-top: .5em;
}
#rightcol .caption {
	font-size: 10px;
	width:150px;
	padding-bottom: 20px;
}
#rightcol .captionq {
	font-size:12px;
	font-weight:bold;
	font-style:italic;
	width:150px;
	padding: 5px 0px 20px 0px;
}
#rightcol .quoter {
	font-size:10px;
	font-weight:normal;
	font-style:normal;
}
 label
{
width: 13em;
float: left;
margin-right: 0.5em;
display: block
}

input select
{
margin-left: 13.5em;
}
#details label
{
width: 12em;
float: left;
margin-right: 0.5em;
display: block
}

#details input select
{
margin-left: 12.5em;
}

