body { 
	line-height: 1em;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left; 
	margin-top: 4px;
	margin-bottom: 4px;
	margin-left: 0px; 
	margin-right: 0px; 
}

.head1 {
	color: #FFFFFF;
	font-size:14px;
	font-weight:bold;
	margin-left:5px;
}
.rightnavheading {
	color:#5D757D;
	font-size:12px;
	font-weight:bold;
	text-align:left;
	margin-left:0px;
}
.rightnavsubheading {
	color:#940d0b;
	font-size:12px;
	font-weight:bold;
	text-align:left;
	margin-left:0px;
}
.linkwhite {
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	text-decoration: none;
}
a.linkwhite:hover {
	color:#ED1C24;
}
.linkbluebig {
	color:#5D757D;
	font-size:12px;
	font-weight:bold;
	text-decoration: none;
}
a.linkbluebig:hover {
	color:#999999;
}

.linkred {
	color:#940d0b;
	font-size:10px;
	font-weight:bold;
	text-decoration: none;
}
a.linkred:hover {
	color:#5D757D;
}
.linkblue {
	color:#5D757D;
	font-size:10px;
	font-weight:bold;
	text-decoration: none;
	z-index: 99;
}
a.linkblue:hover {
	color:#940d0b;
}
.linklightblue {
	color:#FFFFFF;
	font-size:10px;
	font-weight:bold;
	text-decoration: none;
	line-height: 9px;
	z-index: 99;
}
a.linklightblue:link {
	color:#FFFFFF;
}
a.linklightblue:visited {
	color:#FFFFFF;
}
a.linklightblue:hover {
	color:#940d0b;
}
a.linklightblue:active {
	color:#FFFFFF;
}
.videotime {
	color:#CCCCCC;
}

basefont { color: #000000;font-family: Arial, Helvetica, sans-serif; font-size: 12px;}

#body{
	width: 990px; 
	margin-left: 0px; 
	margin-right: 0px; 
}

a img { display: block; }

/* Begin Styling */
p {
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom: 1em;
	margin-left: 5px;
	text-align: left;
}
p, td, li {
	font-size: 12px;
	line-height: 1.3em;
}
ul {
	margin-top: 5px;
	text-align: left;
}
ul li {
/*	margin-bottom: 10px;*/
}
h1 {
	font-size: 1.2em;
	margin: 5px 0;
}
h2 {
	font-size: 1.5em;
	margin: 5px 0;
}
h3 {
	font-size: 1.2em;
	border-bottom: 1px solid #CCC;
	margin: 5px 0;
}
h4 {
	font-size: 1em;
	color: #000;
}
a img {
	border: 0;
}
input.text {
	width: 200px;
	padding: 2px;
	margin-bottom: 5px;
}
input.checkbox {
	vertical-align: middle;
}
input:focus.text, input:focus.login, input:active.login, input:focus.small, input:focus.big, textarea:focus {
	border: 2px solid #9999ff;
}
label {
	display: block;
	float: left;
	margin-right: 1em;
}
/* End Styling */

/* Begin Structure */
div, span, h1, h2, h3, h4, table, tr, td {
	margin: 0px;
	padding: 0px;
}

#nav {
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	font-weight: bold;
	color: #fff;
	padding: 10px 0;
	background:#0083C8;
	border-bottom: 1px solid #999;
	border-top: 1px solid #FFF;
}
#nav a,#nav a:link,#nav a:active,#nav a:visited {
	text-decoration: none;
	color: #fff;
}
#nav a:hover {
	color: #fff;
	text-decoration: underline;
}
#header {
	margin-bottom: 0px;
	float: left;
	width:1000px;
	margin-top:0px;
	background-color:#FFF;
}
#wrapper {
	float:left;
	width: 1000px;
	margin: auto;
	min-height: 500px;
	background-color:#FFF;
}
* html #wrapper {
	height: 500px;
	background-color:#FFF;
}
#content {
	/* padding-left: 200px; */
	padding-left: 2px;
	font-weight: normal;
	color: #000;
	width:1000px;
}
#content h2 {
	color: #000;
}
#content p {
        font-size: 90%;
}
#content h3 {
	margin: 20px 0 0 0;
}
#sidebar {
	clear: left;
	font-size: 1em;
	float: left;
	display: inline;
	width: 170px;
	background: #EEE;
	border: 1px solid #CCCCCC;
	padding: 10px;
	padding-top: 0;
	margin-right: 10px;
}
#sidebar ul {
	margin: 0;
	padding: 0;
	margin-left: 5px;
	list-style: none;
}
#sidebar ul li {
	margin: 0;
	padding: 0;
}
#sidebar h3 {
	margin-top: 10px;
}
#clear {
	clear: both;
}
/* End Structure */

/* Begin Other */
span.failure {
	font-weight: bold;
	font-size: 1.2em;
	color: #CC0000;
	display: block;
	border: 2px solid #CC0000;
	padding: 2px;
}
span.success {
	font-weight: bold;
	font-size: 1.2em;
	color: #00CC00;
	display: block;
	border: 2px solid #00CC00;
	padding: 2px;
}
.error {
	font-weight: bold;
	color: #CC0000;
	text-align: left;
	display: block;
}
blockquote {
	background: #EEE;
	margin: 0;
	border: 1px solid #CCC;
	border-width: 1px 0;
	font-size: 1.2em;
	line-height: 1.2em;
	padding: 10px;
}
blockquote span {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	line-height: 1em;
	display: block;
	text-align: right;
}
input.small {
	width: 400px;
}
textarea.big {
	width: 400px;
	height: 200px;
}

#shadowbox{
	float:left;
	margin: 10px 0 0 10px !important;
	margin: 10px 0 0 5px;
}

#innerbox{
	background: none !important;
	padding: 0 !important;
	padding: 0 6px 6px 0;
}

#bigbox{
	background: #EEE;
	border: 1px solid #CCCCCC;
	padding: 10px;
	margin:0px;
	padding: 4px;
	margin: -6px 6px 6px -6px !important;
	margin: 0;	
}

#bigbox ul li,
#bigbox ol li {
	margin:4px 10px;
	line-height:1.4em;
}
#bigbox ul li {
/*		 list-style-image:url(../img/blue_strike.gif);*/
}
#bigbox ul li strong, #bigbox ul li b {
/*	background:#fefdc2;*/
	color: #0083C8;
}
#bigbox ol li {
	list-style-type:decimal;
}

#highbox{
	color: #000;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	padding: 20px 20px 0 20px;
}

#highbox a{
	font-size: 1.2em;
	color: #0083C8;
}

#aboutScreenshot {
  float: right;
  margin: 0 0 10px 10px;
  font-size: 90%;
  z-index: 1099;
}
#aboutScreenshot img{
	padding: 5px;
/*	background: url(img/right-bg.gif) right repeat-y;*/
}

/* End Other */

#top{
	margin: 0 auto;
	width: 88%;
	margin-bottom:0px;
	padding-bottom:0px;
	height:5px;
	display:block !important;
}
#bottom{
	width: 88%;
	margin: 0 auto;
	margin-top:0px;
	margin-bottom: 10px;
	height:5px;
	display:block !important;
}
.iframe{
	min-height: 500px;
	margin: auto;
	border: 0px;
}
.twothird{width:68% !important;}
.threethird{width:80% !important;}
.third{width:32% !important;}
.half{width:48% !important;}
.full{width:100% !important;}
.center{text-align:center !important;}
.left{float:left;}
.right{float:right;}
.hide{display:none !important;}

.sidebox{width:167px !important;height: 100% !important;}
.mainbox{
	margin-left:167px;
	margin-right:167px;
}

.mainbox ul{
	list-style:none;
	padding-left:10px;
}

.middle{
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	padding: 20px 20px 0 20px;
	clear: both;
	margin: 0 auto;
	width: 425px;
	margin-bottom:10px;
}

#rightnav{
	width:166px;
	padding-bottom:25px;
	height: 100%;
}
#rightnav ul{
	padding-left:0px;
	padding-top:1em;
	padding-right:0px;
	padding-bottom:1px;
	list-style: none;
}
#rightnav tr{
	padding-bottom:2px;
}
#rightnav ol
{
	padding: 1em 1em 0 1em;
	list-style: none;
}
#rightnav li
{
	padding-bottom: 1em;
	width:100%;
}
#rightnav input.text
{
	font-size: 10px;
	width: 100px;
	padding: 2px;
}

.borderb{
	border-bottom: 1px solid #CCCCCC;
	margin-bottom:5px;
}

.bordert{
	border-top: 1px solid #CCCCCC;
	margin-top:5px;
	padding-top:10px;
}

#footer {
	width: 100%;
	clear:both;
	line-height:17px;
	padding: 10px 0;
	margin-top:20px;
}
#footer a,#footer a:link,#footer a:active,#footer a:visited {
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}

.seperator {
	clear: both;
	height: 0;
}

#seperator{
	clear: both;
	height: 0;
}

.uppercase{
	text-transform: uppercase;
	font-weight: bold;
}

.lowercase{
	text-transform: lowercase;
}

#blurbs{
	margin-top:20px;
	padding-top:10px;
}

.img-shadow {
	float:left;
	margin: 10px 0 0 10px !important;
	margin: 10px 0 0 5px;
}

.img-shadow img {
	display: block;
	position: relative;
	background-color: #fff;
	border: 1px solid #a9a9a9;
	margin: -6px 6px 6px -6px;
	padding: 4px;
}

.bold{
	font-weight:bold;
}
.blue{
	color: #0083C8;
}
.green{
	color:#47B901;
}
.yellow{
	background:#fefdc2;
}
.highlight {
	background-color:yellow;
	font-weight:bold;
	padding:3px;
}
.highlight2{
	background-color:#FFFFCE;
	font-weight:bold;
	padding:3px;
}

.smalllist{
/*
	list-style-image:url(../img/green_strike.gif);
*/
/*
	font-family: Arial, Verdana, Helvetica, sans-serif;
*/
}
.smalllist li{
	margin-bottom: 0px;	
/*	font-size:10px;*/
}
#spacer{
	clear:both;
	height:10px;
}
.style1 {
	font-size: 20px;
}
.smallp{
	font-size:10px;
}

.features ul li,
.features ol li {
	margin:4px 10px;
	line-height:1.4em;
}
.features ul li {
/*
		 list-style-image:url(../img/bluecheck.gif);
*/		 
}
.features ul li strong, .features ul li b {
/*	background:#fefdc2;*/
	color: #0083C8;
}

.profiles { padding-top: 5px; }
.profiles h2 { margin: 0px; }
.profile{

}
.profileimg { padding-top: 2px; position: absolute; }
.profileimg img { border: 1px solid #000; }
.profiletxt { padding-left: 61px; position: relative; }

fieldset
{
	float: left;
	clear: left;
	width: 100%;
	margin: 0 0 1.5em 0;
	padding: 0;
}

legend
{
	margin-left: 1em;
	color: #000000;
	font-weight: bold;
}

fieldset input.text
{
	font-size: 10px;
	width: 100px;
	padding: 2px;
}

fieldset ol
{
	padding: 1em 1em 0 1em;
	list-style: none;
	zoom: 1;
}

fieldset li
{
	float: left;
	clear: left;
	width: 100%;
	padding-bottom: 1em;
	border-bottom: 0px #000 dashed;
}

fieldset.submit
{
	float: none;
	width: auto;
	border: 0 none #FFFFFF;
	padding-left: 12em;
}

.topnavtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	color: #8E7067;
	text-decoration: none;
	font-weight: normal;
}


#topnav, #topnav td {
	padding: 0;
	margin: 0;
	list-style: none;
}

#topnav a {
	color: #8E7067;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	color: #8E7067;
	text-decoration: none;
	font-weight: normal;
}

#topnav td:hover{
	left: auto;
	color: #CC0000;
}

#topnav td:hover a, #topnav td.sfhover a {
	left: auto;
	color: red;
}

#topbar{	text-transform: lowercase;	font-family: Arial,Helvetica, sans-serif;	font-size: 13px;	color: #999;	font-weight:bold;}
#topbar ul{	display: inline;	list-style:none;	margin:0px;	padding:0px;}
#topbar li{	display: inline;	padding: 0px;	margin: 0px;}
#topbar a{	color: #999;text-decoration:none;}
#topbar a:hover{	color: red;}

#atopnav, #atopnav ul {
	padding: 0;
	margin: 0;
	background: #FFFFFF;
	list-style: none;
	text-transform: uppercase;
}

#atopnav a {
	display: block;
}

#atopnav li {
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding-left:25px;
	padding-right: 25px;
	padding-bottom:2px;
	padding-bottom: 2px;
	background: #FFFFFF;
}

* html #atopnav li{
	padding-left:25px;
	padding-right: 25px;
	padding-bottom:2px;
	padding-bottom: 2px;
}

#atopnav li.first{
	padding-left: 0px;
}

#atopnav li.last{
	padding-right: 0px;
}

#atopnav li.current{
	color:red;
}

#atopnav li a{
	color: #999999;
	font-weight: bold;
	text-decoration: none;
}

#atopnav li a:hover{
	color:red;
}

#atopnav li a:active{
	color:red;
}

#atopnav li a.current{
	color:red;
}

#leftcontent ul,#rightcontent ul{
	list-style: none;
}

#leftcontent li,#rightcontent li{
	margin-left:10px;
}

#leftcontent a,#rightcontent a{
	text-decoration: none;
}

#leftcontent a:hover,#rightcontent a:hover{
	text-decoration: none;
	font-weight:bold;
	color:red;	
}

#vnav {
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: left;
} 
#vnav li {
	margin: 0;
	padding: 0;
	float: left;
	margin: 0 1px 0 0;
	display: inline;
	background: #6F6146 url(/_images/tab_left.gif) no-repeat;
	margin-bottom:2px;
}
#vnav a {
	float: left;
	padding: 0 15px;
	color: #FFF;
	text-decoration: none;
	line-height: 2.5;
	background: url(/_images/tab_right.gif) no-repeat top right;
}
#vnav a:hover {
	color: #F90;
}
#vnav .current {
	background: #BEB06F url(/_images/tab_left_active.gif) no-repeat;
}
#vnav .current a {
	background: url(/_images/tab_right_active.gif) no-repeat top right;
	color: #1A1303;
}
#topshadow{	margin: 0 auto;	width: 100%;	margin-bottom:0px;	padding-bottom:0px;	height:9px;	display:block !important;}
#bottomshadow{	width: 100%;	margin: 0 auto;	margin-top:0px;	margin-bottom: 10px;height:21px;	display:block !important;}

#cmenu td{
	margin:2px;
	font-family:Arial,Helvetica,sans-serif;
	font-size:10px;
	font-weight:bold;
	color: #222;
}
#cmenu td a{
	padding-top:3px;
	color: #fff;
	text-decoration: none;
	font-weight:normal;
	padding-left:30px;
}
#cmenu td a:hover{
	text-decoration: underline;
}
#cmenu .hoff {
	background: url(/_images/nav/homeoff.jpg) left no-repeat;
	color: #fff;
	width:210px;
	height:25px;
}
#cmenu .hoff a{
	color: #fff;
	font-weight:bold;
}
#cmenu .hon{
	background: url(/_images/nav/home.jpg) left no-repeat;
	color:#fff;
	width:210px;
	height:25px;
}
#cmenu .hon a{
	color: #fff;
	font-weight:bold;
}
#cmenu .off{
	width:210px;
	height:25px;
	background: url(/_images/nav/regular.jpg) left no-repeat;
	color: #222;
}

#cmenu .on {
	background: url(/_images/nav/highlight.jpg) left no-repeat;
	color:#fff;
	width:210px;
	height:25px;
}
#cmenu .on a{
	color: #fff;
	font-weight:bold;
}

#section_top{
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	background: url(/_images/section.png) left no-repeat;
	color:#FFF;
	padding-left:50px;
	font-weight:bold;	
	margin-bottom:5px;
	height:35px;
}
#section_wrapper{
	background: url(/_images/wrapmid.png) repeat-y;
	width:426px;
}

#article_header{
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	background: url(/_images/brownbar.jpg) left no-repeat;
	color:#FFF;
	padding-left:50px;
	font-weight:bold;	
	margin-bottom:5px;
	width:505px;
	height:31px;
}
#article_headerbf{
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	background: url(/_images/brownbarb.jpg) left no-repeat;
	color:#FFF;
	padding-left:50px;
	font-weight:bold;	
	margin-bottom:5px;
	width:747px;
	height:31px;
}
#article_headerf{
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	background: url(/_images/articleheader.png) left no-repeat;
	color:#FFF;
	padding-left:50px;
	font-weight:bold;	
	margin-bottom:5px;
	width:747px;
	height:29px;
}
#article_headerg{
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	background: url(/_images/articleheader_green.png) left no-repeat;
	color:#FFF;
	padding-left:50px;
	font-weight:bold;	
	margin-bottom:5px;
	width:520px;
	height:36px;
}

#article_top{
	background: url(/_images/articletop.png) no-repeat;
	height:16px;
	margin:0pt;
	padding:0pt;
}
#article_bottom{
	background: url(/_images/articlebottom.png) no-repeat;
	height:16px;
	margin:0pt;
	padding:0pt;
}
#article_buff{
	background: url(/_images/articlebuff.png) no-repeat;
	height:13px;
	margin:0pt;
	padding:0pt;
}
#article_wrapper{
	background: url(/_images/articlemid.png) repeat-y;
	margin-top:0px;
	margin-bottom:0px;
}

#article_top,#article_wrapper,#article_bottom,#article_buff{
	width:505px;
}

/*used for product marketing page trial windows*/
#article_topt{
    background: url(/_images/bigtop2.png) no-repeat;
	height:16px;
	margin:0pt;
	padding:0pt;
}
#article_bottomt{
	background: url(/_images/bigbottom2.png) no-repeat;
	height:16px;
	margin:0pt;
	padding:0pt;
}
#article_bufft{
	background: url(/_images/bigbuff.png) no-repeat;
	height:13px;
	margin:0pt;
	padding:0pt;
}

#article_wrappert{
	background: url(/_images/bigmid2.png) repeat-y;
	margin-top:0px;
	margin-bottom:0px;
}

#article_topt,#article_bottomt, #article_wrappert, article_bufft{
	width:625px;
}

#article_topf{
	background: url(/_images/bigtop.png) no-repeat;
	height:16px;
	margin:0pt;
	padding:0pt;
}
#article_bottomf{
	background: url(/_images/bigbottom.png) no-repeat;
	height:16px;
	margin:0pt;
	padding:0pt;
}
#article_bufff{
	background: url(/_images/bigbuff.png) no-repeat;
	height:13px;
	margin:0pt;
	padding:0pt;
}

#article_wrapperf{
	background: url(/_images/bigmid.png) repeat-y;
	margin-top:0px;
	margin-bottom:0px;
}

#article_topf,#article_bottomf, #article_wrapperf,article_bufff{
	width:747px;
}

#side_search{
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	background: url(/_images/searchback.png) left no-repeat;
	color:#FFF;
	padding-left:10px;
	font-weight:bold;	
	margin-bottom:5px;
	width:220px;
	height:40px;
	margin-right:2px;
}

#side_section_small{
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	background: url(/_images/nav/leftnav.jpg) left no-repeat;
	color:#FFF;
	padding-left:40px;
	font-weight:bold;	
	margin-bottom:5px;
	width:203px;
	height:22px;
	margin-right:2px;
}
#side_section_small a{
	color:#fff;
	text-decoration:none;
}

#sbig_top{
	margin-bottom:0px;
}
#sbig_bottom{
	margin-top:0px;
}

.articletypeh{
	font-size:16px;
	font-weight:bold;
	color:#940d0b;
	text-align:left;
	margin-left:0px;
}
.articlemktg{
	font-size:12px;
	line-height: 1.1em;
	margin-top: 5px;
}
.articleb{
	font-size:12px;
}
.articlet{
	font-size:14px;
	font-weight:bold;
	text-align:left;
	color:#000066;
	margin-left:0px;
	text-decoration: none;
}
a.articlet:hover {
	color:#940d0b;
}
.articlemore {
	text-align:left;
	color:#940d0b;
	text-decoration: none;
}
a.articlemore:hover {
	color:#5D757D;
}

#side_section_big_red{
	width:210px;
	background: #CC0000;
	color:#FFF;
	padding-left:0px;
	margin:0px;
	margin-left:2px;
	margin-right:2px;
}
#side_section_big_red a{
	color:#fff;
	text-decoration:none;
}
#side_section_big_red h4{
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	color:#FFF;
}

#side_section_big_green{
	width:210px;
	background: #336666;
	color:#FFF;
	padding-left:0px;
	margin:0px;
	margin-left:2px;
	margin-right:2px;
}
#side_section_big_green a{
	color:#fff;
	text-decoration:none;
}
#side_section_big_green h4{
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	color:#FFF;
}

#side_section_big{
	width:210px;
	background: #999999;
	color:#FFF;
	padding-left:0px;
	margin:0px;
	margin-left:2px;
	margin-right:2px;
}
#side_section_big a{
	color:#fff;
	text-decoration:none;
}
#side_section_big h4{
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	color:#FFF;
}

#right_top{
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	background: url(/_images/right_side_header.png) left no-repeat;
	color:#FFF;
	padding-left:50px;
	font-weight:bold;	
	margin-bottom:5px;
	width:327px;
	height:35px;
}
#right_top2{
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	background: url(/_images/right_side_o.png) left no-repeat;
	color:#FFF;
	padding-left:50px;
	font-weight:bold;	
	margin-bottom:5px;
	width:328px;
	height:143px;
}
#right_head{
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	background: url(/_images/right_side_bheader.png) left no-repeat;
	color:#FFF;
	padding-left:50px;
	font-weight:bold;	
	margin-bottom:5px;
	width:326px;
	height:36px;
}
#right_wrapper{
	background: url(/_images/rightwrap.png) repeat-y;
	width:326px;
}
#right_top_sm{
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	background: url(/_images/right_side_header_sm.png) left no-repeat;
	color:#FFF;
	padding-left:50px;
	font-weight:bold;	
	margin-bottom:5px;
	width:243px;
	height:35px;
}
#right_top2_sm{
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	background: url(/_images/right_side_o_sm.png) left no-repeat;
	color:#FFF;
	padding-left:10px;
	font-weight:bold;	
	margin-bottom:5px;
	width:243px;
	height:100px;
}
#right_head_sm{
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	background: url(/_images/nav/blackheader.jpg) left no-repeat;
	color:#FFF;
	padding-left:50px;
	font-weight:bold;	
	margin-bottom:5px;
	width:245px;
	height:28px;
}
#right_ghead_sm{
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	background: url(/_images/nav/blackheader.jpg) left no-repeat;
	color:#FFF;
	padding-left:50px;
	font-weight:bold;	
	margin-bottom:5px;
	width:245px;
	height:28px;
}
#right_wrapper_sm{
	background: url(/_images/rightwrap_sm.png) repeat-y;
	width:243px;
	text-align:left;
	font-size:10px;
	font-family: Arial, Helvetica, sans-serif;
}
#right_wrapper_sm td{
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
}

#right_wrapper_sm ul{
	margin-left:2px;
}
#right_wrapper a{
	color: #45616B;
	font-weight:bold;	
	text-decoration: none;
	font-size: 10px;
}

#right_wrapper_sm a{
	color: #45616B;
	text-decoration: none;
	font-size: 10px;	
	font-weight:bold;	
}

#title{
	color: #E00000;
	font-weight: bold;
	text-decoration: none;
}

a #title{
	color: #E00000;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
}

#gtitle{
	color: #009966;
	font-weight: bold;
	text-decoration: none;
}

a #gtitle{
	color: #009966;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
}

#bleft_head_sm{
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	background: url(/_images/brownbarsm.jpg) left no-repeat;
	color:#FFF;
	padding-left:50px;
	font-weight:bold;	
	margin-bottom:5px;
	width:234px;
	height:27px;
}


#left_head_sm{
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	background: url(/_images/left_side_bheader_sm.png) left no-repeat;
	color:#FFF;
	padding-left:50px;
	font-weight:bold;	
	margin-bottom:5px;
	width:234px;
	height:27px;
}
#left_ghead_sm{
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	background: url(/_images/left_side_gheader_sm.png) left no-repeat;
	color:#FFF;
	padding-left:50px;
	font-weight:bold;	
	margin-bottom:5px;
	width:220px;
	height:36px;
}
#left_head_sm a,#left_ghead_sm a{
	color:#fff;
	text-decoration:none;
}

#left_wrapper_top{
	background: url(/_images/leftwraptop.jpg) no-repeat;
	height:9px;
	margin:0pt;
	padding:0pt;
}
#left_wrapper_bottom{
	background: url(/_images/leftwrapbottom.jpg) no-repeat;
	height:9px;
	margin:0pt;
	padding:0pt;
}
#left_wrapper_sm{
	margin-top:5px;
	background: url(/_images/leftwrap.jpg) repeat-y;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
}
#left_wrapper_top,#left_wrapper_bottom,#left_wrapper_sm{
	width:234px;
}
#left_wrapper a{
	color: #45616B;
	font-weight:bold;	
	text-decoration: none;
	font-size: 12px;
}

#left_wrapper_sm a{
	color: #000;
	text-decoration: none;
	font-size: 12px;	
}

#left_wrapper_sm td{
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
}

#mid_wrapper_top{
	background: url(/_images/wraptop.jpg) no-repeat;
	height:9px;
	margin:0pt;
	padding:0pt;
}
#mid_wrapper_bottom{
	background: url(/_images/wrapbottom.jpg) no-repeat;
	height:9px;
	margin:0pt;
	padding:0pt;
}
#mid_wrapper_sm{
	margin-top:5px;
	background: url(/_images/wrap.jpg) repeat-y;
	font-size:10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #786860;
}
#mid_wrapper_top,#mid_wrapper_bottom,#mid_wrapper_sm{
	width:505px;
}
#mid_wrapper a{
	color: #45616B;
	font-weight:bold;	
	text-decoration: none;
	font-size: 10px;
}

#mid_wrapper_sm a{
	color: #786860;
	text-decoration: none;
	font-size: 10px;	
	font-weight:bold;	
}

#mid_wrapper_sm td{
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
}
/**************************************************************	R O U N D E D	B O X	S T U F F	**************************************************************/
.roundbox{display:block}
.roundbox *{display:block;height:1px;overflow:hidden;font-size:.01em;background:#718f9d}
.roundbox1{margin-left:3px;margin-right:3px;padding-left:1px;padding-right:1px;border-left:1px solid #4f7282;border-right:1px solid #4f7282;background:#4f7282}
.roundbox2{margin-left:1px;margin-right:1px;padding-right:1px;padding-left:1px;border-left:1px solid #4f7282;border-right:1px solid #4f7282;background:#4f7282}
.roundbox3{margin-left:1px;margin-right:1px;border-left:1px solid #4f7282;border-right:1px solid #4f7282;}
.roundbox4{border-left:1px solid #4f7282;border-right:1px solid #4f7282}
.roundbox5{border-left:1px solid #4f7282;border-right:1px solid #4f7282}
.roundboxfg{background:#718f9d;padding:5px;color:#fff;}
.roundboxfg p{margin:1px;padding:1px;}
.roundboxfg img{margin:1px;padding:1px;}
/*
	.roundboxfg span{
		position:absolute;
		display:block;
		top:11pt;
		left:103pt;
		height:30px;
		width:235px;
		background:url(/_images/gradient.png) repeat-x;
	}	
	* html .roundboxfg span{
		background-color:#fff;
		back\ground-color:transparent;
		background-image: url(none.gif);
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/_images/gradient.png", sizingMethod="scale");
		top: 15pt;
	}
*/
.rroundbox{display:block}
.rroundbox *{display:block;height:1px;overflow:hidden;font-size:.01em;background:#BD0100}
.rroundbox1{margin-left:3px;margin-right:3px;padding-left:1px;padding-right:1px;border-left:1px solid #4f7282;border-right:1px solid #4f7282;background:#4f7282}
.rroundbox2{margin-left:1px;margin-right:1px;padding-right:1px;padding-left:1px;border-left:1px solid #4f7282;border-right:1px solid #4f7282;background:#4f7282}
.rroundbox3{margin-left:1px;margin-right:1px;border-left:1px solid #4f7282;border-right:1px solid #4f7282;}
.rroundbox4{border-left:1px solid #4f7282;border-right:1px solid #4f7282}
.rroundbox5{border-left:1px solid #4f7282;border-right:1px solid #4f7282}
.rroundboxfg{background:#BD0100;padding:2px;color:#fff;}
.rroundboxfg p{margin:1px;padding:1px;}
.rroundboxfg img{margin:1px;padding:1px;}

#rroundbtn {width:180px; margin:0 auto; padding:0; }
#rroundbtn a {display:block;position:relative;border-width:1px 0;border-color:#BD0100;border-style:solid;color:#555;text-decoration:none;margin:4px 1px;text-transform:capitalize;}
#rroundbtn a span {display:block;position:relative;margin:0 -1px;border-width:0 1px;border-color:#BD0100;border-style:solid;background-color:#BD0100;padding:3px 6px;}
#rroundbtn a:hover {border-color:#718f9d;color:#333;}
#rroundbtn a:hover span {border-color:#718f9d;background-color:#718f9d;}

#broundbtn {width:170px; margin:0 auto; padding:0; }
#broundbtn a {display:block;position:relative;border-width:1px 0;border-color:#718f9d;border-style:solid;color:#555;text-decoration:none;margin:4px 1px;text-transform:capitalize;}
#broundbtn a span {display:block;position:relative;margin:0 -1px;border-width:0 1px;border-color:#718f9d;border-style:solid;background-color:#718f9d;padding:3px 6px;}
#broundbtn a:hover {border-color:#BD0100;color:#333;}
#broundbtn a:hover span {border-color:#BD0100;background-color:#BD0100;}
#broundbtn a span table{ margin:0px;border:0px;}

#boxround {margin:0 auto; padding:0; }
#boxround div {display:block;position:relative;border-width:1px 0;border-color:#ccc;border-style:solid;color:#000;text-decoration:none;margin:4px 1px;}
#boxround span {display:block;position:relative;margin:0 -1px;border-width:0 1px;border-color:#ccc;border-style:solid;background-color:#eee;padding:2px 6px;font-size:12px;font-family: Arial, Helvetica, sans-serif;}
#boxround div span div{border:0px;}
#boxround div span span{border:0px;}

#bboxround {margin:0 auto; padding:0; }
#bboxround div {display:block;position:relative;border-width:1px 0;border-color:#718f9d;border-style:solid;color:#000;text-decoration:none;margin:4px 1px;}
#bboxround span {display:block;position:relative;margin:0 -1px;border-width:0 1px;border-color:#718f9d;border-style:solid;background-color:#718f9d;padding:3px 6px;font-size:12px;font-family: Arial, Helvetica, sans-serif;}
#bboxround div span div{border:0px;}
#bboxround div span span{border:0px;}

#rboxround {margin:0 auto; padding:0; }
#rboxround div {display:block;position:relative;border-width:1px 0;border-color:#BD0100;border-style:solid;color:#fff;text-decoration:none;margin:4px 1px;}
#rboxround span {display:block;position:relative;margin:0 -1px;border-width:0 1px;border-color:#BD0100;border-style:solid;background-color:#BD0100;padding:3px 6px;font-size:12px;font-family: Arial, Helvetica, sans-serif;}
#rboxround div span div{border:0px;}
#rboxround div span span{border:0px;}
#content-gray-box-one {border:2px #C9C9C9 solid;background:#F2F2F2;margin:5px 5px 10px 5px;padding:10px 0 10px 5px;text-align:left;}
#content-white-box-one {border:2px #C9C9C9 solid;background:#FFFFFF;margin:5px 5px 10px 5px;padding:10px 0 10px 5px;text-align:left;}

/*************************************************************************************************************************************************************************/
/*************************************************************************************************************************************************************************/

