/* standard elements */
html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

a {color: #264DB2;}
a:hover {color: #C60;}

body {
	FONT-SIZE: 100%;
	COLOR: #3c3c3c;
	LINE-HEIGHT: 122%;
	HEIGHT: 100%;
	background-color: #FFFFFF;
	background-image: url(/images/bgrnds/blue_bkgr.jpg);
	background-repeat: repeat-x;
	margin-top: 7px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

	


p,code,ul {
	margin-top: 1em;
	margin-right: 0px;
	margin-bottom: 1em;
	margin-left: 0px;
	FONT-WEIGHT: normal; 
	FONT-SIZE: 10px; 
	COLOR: #333333;
}

li {list-style: none;}

h1 {
	COLOR: #0A579B;
	font-weight: bold;
	line-height: 16px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	text-transform: capitalize;
}
h2 {
  font-size: 16px;
   font-weight: bold;
   line-height: 19px;
   margin:25px 0 15px 0;

}
h3 {
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
	margin: 0px;
	padding: 0px;

}
a img,:link img,:visited img {
	border:none; }

code {
	background: #FFF;
	border: 1px solid #EEE;
	border-left: 6px solid #C1CAD3;
	color: #666;
	display: block;
	font: normal 1em Tahoma,sans-serif;
	line-height: 1.6em;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}

.blockquote {
	display: block;
	font-weight: normal;
	padding-left: 28px;
	background-image: url(images/bkgrds/quote.gif);
	background-repeat: no-repeat;
	font-style: italic;
}

h1,h2,h3 {padding-top: 6px;}

/* misc */
.clearer {clear: both;}

.left {float: left;}

.right {
	float: right;
	color: #FFFFFF;
}

/* structure */
.container {
	background-image: url(/images/bgrnds/rd_mid.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 900px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
}

/* header */
.top {
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}

/* title */
.header {
	height: 100px;
	width: 780px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.header .left, .header .right {
	color: #FFF;
	height: 150px;	
}
.header .left {
	font-family: "Trebuchet MS", sans-serif;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	width: 275px;
	height: 70px;
}

.header .right {
	overflow: auto;
	width: 212px;
}
.header .right p,.header .right h2 {
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	margin-top: 0px;
}
.header .right h2 {
	padding-top: 16px;
	font-family: "Trebuchet MS", sans-serif;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FFFFFF;
	font-size: 1.5em;
}

/* navigation */

#nav_cont{
margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	width: 900px;
	text-align: right;
}
.navigation {
	height: 15px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 5px;
	margin-left: 5px;
	position: relative;
}
.navigation a {
	color: #FFFFFF;
	display: block;
	float: right;
	line-height: 30px;
	text-decoration: none;
	font-size: 0.6em;
	font-weight: normal;
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 15px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	text-transform: capitalize;
}
.navigation a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

/* main */
.main {
	MIN-HEIGHT: 100%;
	WIDTH: 900px;
	background-image: url(/images/bgrnds/rd_top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
/* content */

.content {
	color: #999999;
	overflow: hidden;
	float: left;
	width: 900px;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.content p {
	color: #000000;
	font-size: 10px;
	margin: 0;
	line-height: 12px;
}
.content h3 {
	color: #666666;
	font-size: 1em;
	margin: 0;
}
.content h2 {
	color: #728d26;
	font-size: 1.3em;
	line-height: 30px;
	margin: 0;
	padding-left: 12px;
}
.content li a:hover {
	color: #654;	
}
.left_nav{
	FLOAT: left;
	WIDTH: 175px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	background-image: url(/images/bgrnds/shad_wht_right.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
/* sub navigation */
.sidenav {
	DISPLAY: inline;
	width: 150px;

}
.sidenav .descr {
	color: #664;
	font-size: 0.9em;
	margin-bottom: 6px;
}
.sidenav ul {
	padding-top: 0px;
	margin: 0px;
	padding-bottom: 8px;
}
.sidenav li {
	line-height: 18px;
	DISPLAY: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D1D1D1;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 12px;
}

.sidenav li a{
	DISPLAY: block;
	TEXT-DECORATION: none;
	line-height: 20px;
	color: #CCCCCC;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	width: 130px;
	padding: 0px;

}
.sidenav li a:hover {
	color: #000066;
}

.sidenav p {
	line-height: 5px;
	color: #CCCCCC;
	font-weight: normal;
}
.sidenav h3 a{
	line-height: 12px;
	color: #666666;
	font-weight: normal;
	background-image: url(/images/icns/arrowbullet.gif);
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-position: -20px;
}
.sidenav h2{
	line-height: 15px;
	color: #345B96;
	font-weight: bold;
	margin: 0px;
	display: block;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-size: 15px;
}
/* faqs */
.faqs {
	float: left;
	width: 528px;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	
}
.faqs .descr {
	color: #664;
	font-size: 0.9em;
	margin-bottom: 6px;
}
.faqs li {
	border: 1px solid #eeeeee;
	padding: 4px;
	margin-right: 18px;
	margin-left: 18px;
	margin-bottom: 6px;
}
.faqs li a {
	font-size: 14px;
	color: #3366CC;
	display: block;
	text-decoration: none;
	padding-top: 8px;
	padding-right: 20px;
	padding-bottom: 8px;
	padding-left: 35px;
	font-weight: bold;
	background-image: url(images/icns/Help.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #FFFFFF;
}
.faqs li a:hover {
	color: #654;
	background-color: #F0F0EB;
	background-image: url(images/icns/Help_on.gif);
}

.faqs p {}
.faqs h2 {
	color: #000000;
	background-color: #eeeeee;
	font-size: 1.1em;
	font-weight: bold;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	line-height: 25px;
	padding-top: 7px;
	padding-right: 7px;
	padding-bottom: 0px;
	display: block;
	font-weight: bold;
	padding-left: 32px;
	background-image: url(images/hcc/Q.gif);
	background-repeat: no-repeat;
}
.q{
	font-size: 1.5em;
	color: #D9AA19;
}

/* footer */
.footer {
	color: #999999;
	line-height: 39px;
	background-repeat: no-repeat;
	font-family: sans-serif;
	font-size: 10px;
	font-weight: normal;
	background-image: url(/images/bgrnds/round_btm_bk.gif);
	background-position: center top;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 15px;
	text-align: center;
}
.footer a,.footer a:hover {color: #999999;}

#sidebar ul.sidemenu {

text-align: left;
	margin: 7px 4px 8px 0; padding: 0;}
	
#contact_tbl{
	border: 1px dotted #BDC5DB;
	padding: 10px;
}
#contact_tbl p{
	font-size: 120%;

}
#contact_tbl li{
	font-size: 120%;
	font-weight: bold;

}
#contact_tbl h1{
	font-size: 2.3em;

}
#contact_tbl h2{
	font-size: 1.2em;
	color: #FFFFFF;
	margin-top: 10px;
	background-image: url(images/bkgrds/nav_header_grad.gif);
	margin-bottom: 3px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;

}
#contact_tbl table{
	
}
#contact_tbl td{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: left;
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 1px;
	padding-left: 5px;
	color: #000000;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;


}
.entry{
	display: block;
	margin-bottom: 30px;
	padding-right: 5px;
	padding-left: 5px;
}
.entry a{
	text-decoration: none;
	
}
.entry a:hover {
	color: #654;
}
.entry h1 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;

}
.entry h2 {
	color: #C03039;
	font-size: 15px;
	margin: 0px;
	font-family:Arial, Helvetica, sans-serif;
	padding: 0px;
}
.entry p{
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 12px;
	line-height: 16px;
}
.entry ul {
	font-size: 12px;
	background-color: #eeeeee;
	padding-top: 25px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 25px;
	margin: 0px;

}
.entry li {
	margin-bottom: 15px;
	display: block;
	padding-left: 20px;
	background-image: url(/images/icns/grn_chk.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
	margin-left: 0px;
	list-style-type: none;
	list-style-image: none;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	padding-top: 0px;
	padding-right: 0px;
}
.entry li a {
	font-size: 10px;
	text-decoration:underline;
	
	
}
.entry li a:hover {
	color: #654;	
}
.entry li a:visited {
	color: #264DB2;	
	text-decoration:underline;
}
.entry p img {
	float: left;
	margin-top: 3px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 2px;
	background-color: #CCCCCC;
}
.entry p a img {
	float: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #FFFFFF;

}
.nav_categories h2 {
	color: #454641;
	font-size: 1.1em;
	line-height: 20px;
	margin: 0;
	padding-top: 15px;
	padding-bottom: 5px;
	padding-left: 0px;

}
.nav_categories ul {
	border-top: 1px solid #EAEADA;
	margin: 0px;
	padding: 0;
}
.nav_categories li {
	display: block;
	text-align: left;
	margin: 0px;
	background-image: url(images/icons/folder.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 20px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}
.nav_categories li a {
	font-size: 1em;
	color: #0161B7;
	text-decoration: none;
	padding: 0px;

}
.nav_categories li a:hover {
	background: #F0F0EB;
	color: #654;	
}
.search_form{
	overflow: auto;
	width: 500px;
	float: right;
	text-align: right;
	margin-top: 20px;
}
#main_datebox {
	width: 72px;
	float: right;
	height: 62px;
	margin-top: 0;
	margin-right: 13px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
#frame_datebox {
	padding: 0;
	width: 72px;
	height: 68px;
	float: right;
	background: url(images/bkgrnds/date_bkgrnd.gif) no-repeat;
	margin: 6px 0 0;
}
#moday_datebox {
	margin: 0;
	margin-top: 8px;
	margin-left: 13px;
	padding: 0;
	width: 30px;
	height: 33px;
	color: #868686;
	text-decoration: none;
	text-align: center;
	font: bold .8em/12px Verdana;
}
#year_datebox {
	margin: 0;
	margin-top: 4px;
	margin-left: 11px;
	padding: 0;
	width: 30px;
	height: 20px;
	color: #fff;
	text-decoration: none;
	text-align: center;
	font: bold .8em/12px Verdana;
}

h1#logo A {
	DISPLAY: block;
	FONT-SIZE: 0px;
	OVERFLOW: hidden;
	WIDTH: 320px;
	TEXT-INDENT: -99999px;
	HEIGHT: 53px;
	background-image: url(/images/logo.gif);
	background-repeat: no-repeat;
	margin-bottom: 10px;
	margin-left: 20px;
	margin-top: 10px;
}
.banner{
	background-image: url(/images/bgrnds/banner_frt.gif);
	background-position: left top;
	width: 852px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	height: 239px;
	padding: 9px;
	background-repeat: no-repeat;
}
.banner_inside{
	background-image: url(/images/ban/blank.jpg);
	background-position: left top;
	width: 852px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	height: 87px;
	padding: 14px;
	background-repeat: no-repeat;
}
.banner_narrow{
	background-image: url(/images/ban/narrow.jpg);
	background-position: left top;
	width: 852px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	height: 38px;
	padding: 14px;
	background-repeat: no-repeat;
}
.banner_medical{
	background-image: url(/images/ban/medical.jpg);
	background-position: left top;
	width: 852px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	height: 250px;
	padding: 14px;
	background-repeat: no-repeat;
}
.banner_woman{
	background-image: url(/images/ban/woman.jpg);
	background-position: left top;
	width: 852px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	height: 87px;
	padding: 14px;
	background-repeat: no-repeat;
}
.banner_man{
	background-image: url(/images/ban/man.jpg);
	background-position: left top;
	width: 852px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	height: 87px;
	padding: 14px;
	background-repeat: no-repeat;
}
.banner_building{
	background-image: url(/images/ban/building.jpg);
	background-position: left top;
	width: 852px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	height: 87px;
	padding: 14px;
	background-repeat: no-repeat;
}
#banner_vid{
	margin-right: 10px;
	margin-left: 10px;
	background-image: url(/images/bgrnds/blue_bkgr.jpg);
	margin-top: 0px;
}
#banner_content{
	COLOR: #fff;
	HEIGHT: 240px;
	background-image: url(/images/ban/banner_left.jpg);
	background-repeat: no-repeat;
	width: 575px;
	float: left;
	background-position: left top;
	padding: 0px;
	margin: 0px;
}
#banner_frt_right{
	COLOR: #fff;
	float: left;
	right: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 14px;
}
#tagline {
	FONT-WEIGHT: normal;
	FONT-SIZE: 175%;
	COLOR: #3e3a37;
	LINE-HEIGHT: 136%;
	TEXT-ALIGN: left;
	padding: 25px;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
	background-color: #e5dfce;
	background-image: url(/images/bgrnds/tagline.jpg);
	background-repeat: repeat-x;
}
#tagline h1{
	color: #FFFFFF;
}
.fp_boxes{
	margin-right: 10px;
	margin-left: 10px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	height: 250px;
	margin-bottom: 0px;
}
.fp_boxes a{
	font-size: 10px;

}
.fp_boxes h1{
	margin-left: 0px;
	padding-left: 0px;
	color: #AD4545;
	font-size: 18px;

}
.fp_boxes h3{
	margin-left: 0px;
	padding-left: 0px;
	color: #2A6292;
	font-size: 14px;
	margin-bottom: 0px;
	padding-bottom: 0px;

}
.fp_boxes p{
	margin-left: 0px;
	padding-left: 0px;
	color: #000000;
	font-size: 10px;
	padding-top: 5px;
	padding-bottom: 5px;

}
.fp_boxes li {
	list-style-position: inside;
	margin-bottom: 5px;
	margin-left: 5px;
	list-style-type: disc;
}
#testimony {
	FLOAT: left;
	WIDTH: 250px;
	margin-right: 10px;
	background-image: url(/images/bgrnds/shad_wht_left.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
}
#intro {
	FLOAT: left;
	WIDTH: 500px;
	margin-right: 60px;
}
#services {
	FLOAT: left; WIDTH: 400px
}
#sub_left {
	FLOAT: left;
	WIDTH: 450px;
	margin-left: 20px;
}

#sub_right {
	FLOAT: left;
	margin-left: 20px;
	padding-right: 5px;
	padding-left: 8px;
	width: 170px;
	background-image: url(/images/bgrnds/shad_wht_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#sub_right p{
	padding-left: 5px;
	margin-top: 5px;
	font-size: 17px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 17px;
}
#sub_right h3 {
	font-size: 1em;
	font-weight: bold;
	line-height: 16px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	background-image: url(/images/bgrnds/subnav_sub.jpg);
	background-repeat: repeat-x;
	margin-top: 25px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	padding-left: 5px;

}
#sub_right H4 {
	PADDING-RIGHT: 0px;
	MARGIN-TOP: 10px;
	PADDING-LEFT: 5px;
	PADDING-BOTTOM: 0px;
	WIDTH: 175px;
	COLOR: #fff;
	PADDING-TOP: 4px;
	HEIGHT: 16px;
	background-image: url(/images/bgrnds/subnav.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 92%;
	line-height: 90%;
	font-weight: bold;
}
#sub_left P {
	MARGIN-BOTTOM: 10px
}
/* downloads */
#download {
	WIDTH: 400px;
	padding: 10px;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #999999;
	border-bottom-color: #999999;
}
#download h4{
	color: #993300;
}
#adv{
	background-image: url(/images/icns/pdf_icon.gif);
	background-repeat: no-repeat;
	padding-left: 75px;
}
#sec{
background-image: url(/images/icns/lock.gif);
	background-repeat: no-repeat;
	padding-left: 75px;
}

#download_rt{
	display: block;
	width: 160px;
}
#download_text {
	width: 120px;
	margin-bottom: 20px;

}

#download_text p{
	color: #333333;
	background-image: none;
	font-weight: normal;
	font-size: 12px;
	margin: 0px;
}
#download_text h4{
	color: #405180;
	background-image: none;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	display: block;
	font-size: 11px;
	padding: 0px;
}#download_text a{
	color: #990000;
	background-image: none;
	font-weight: normal;
}
/* nar_content */

.nar_content {
	width: 450px;
	color: #FFFFFF;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 30px;
	overflow: hidden;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #fcfbf8;
	background-image: url(/images/bgrnds/ban_blue.jpg);
	background-repeat: repeat-x;
	background-position: top;
	float: left;
}
.nar_content p {
	color: #000000;
	font-size: 13px;
	margin: 0;
	padding-left: 12px;
	padding-top: .75em;
	padding-bottom: .75em;
	line-height: 18px;
}
.nar_content h3 {
	color: #000000;
	font-size: 1.5em;
	padding-left: 12px;
	padding-bottom: 10px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 24px;
}
.nar_content h2 {
	color: #728d26;
	font-size: 1.3em;
	line-height: 30px;
	margin: 0;
	padding-left: 12px;
}
.nar_content ul {
	padding: 0;
	border-top: 1px solid #EAEADA;
}
.nar_content li {
	background-image: url(images/hcc/dots.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.nar_content li a {
	font-size: 1.1em;
	color: #554;
	display: block;
	padding: 8px 0 8px 5%;
	text-decoration: none;
	width: 95%;
}
.nar_content li a:hover {
	background: #F0F0EB;
	color: #654;	
}
#contact{
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	float: left;
}
.butt{
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 7px;
	margin-left: auto;
	width: 900px;
	text-align: right;
}
/* testm */
#testim {
	width: 184px;
	background-image: url(/images/testim/bkgrd.gif);
	padding: 0px;

	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
}
#testim_t{
	background-image: url(images/testim/top.gif);
	height: 21px;
	margin: 0px;
	padding: 0px;
}
#testim_b{
	background-image: url(images/testim/btm.gif);
	height: 41px;
	margin-bottom: 0px;
}
#testim_m{
	background-image: url(images/testim/mid.gif);
	padding-right: 10px;
	padding-left: 11px;
	margin: 0px;
}
#testim_m p{
	font-size: 10px;
	margin: 0px;
	color: #FFFFFF;
	line-height: 12px;
}
/*training_form */
#frmLMS{
	margin-right: 0px;
}
#frmLMS p{
	font-size: 120%;

}
#frmLMS li{
	font-size: 120%;
	font-weight: bold;

}
#frmLMS h1{
	font-size: 2.3em;

}
#frmLMS h2{
	font-size: 1.2em;
	color: #FFFFFF;
	margin-top: 10px;
	background-image: url(images/bkgrds/nav_header_grad.gif);
	margin-bottom: 3px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;

}
#frmLMS table{
	margin-bottom: 25px;
	border: 1px solid #336699;


}
#frmLMS td{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: left;
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 1px;
	padding-left: 5px;
	color: #000000;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #eeeeee;


}
/*breadcrumb*/
#breadcrumb{
	color: #0F579D;
	font-size: 10px;
	padding: 0px;
	margin-bottom: 12px;
}
#breadcrumb a {
	color: #0F579D;
	text-decoration: underline;
	font-size: 10px;
	font-weight: normal;
} 

#breadcrumb a:link { color: #0F579D; text-decoration: underline; } 

#breadcrumb a:visited { color: #0F579D; text-decoration: underline; } 

#breadcrumb a:hover { color: #006699; text-decoration: underline; } 

#breadcrumb a:active {
	color: #0F579D;
	text-decoration: underline;
}
/*coments_split*/ 
#split_left{
	FLOAT: left;
	WIDTH: 300px;
	margin-left: 20px;
	margin-top: 40px;
	padding-left: 40px;
}

#split_right{
	FLOAT: left;
	WIDTH: 430px;
	margin-left: 20px;
	background-image: url(/images/bgrnds/shad_wht_left.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	margin-top: 40px;
}
/*downloads_entry*/
.downloads_entry{
	display: block;
	margin-bottom: 30px;
	padding: 10px;
	background: #eeeeee
}
.downloads_entry a{
	FONT-SIZE: 10px; 
	
}
.downloads_entry a:hover {
	color: #654;
}
.downloads_entry h1 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;

}
.downloads_entry h2 {
	color: #C03039;
	font-size: 15px;
	margin: 0px;
	font-family:Arial, Helvetica, sans-serif;
	padding: 0px;
}
.downloads_entry p{
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 12px;
	line-height: 16px;
}
/*Blog*/
#sub_left_blog{
	FLOAT: left;
	WIDTH: 550px;
	margin-left: 20px;
}
#sub_right_blog {
	FLOAT: left;
	margin-left: 20px;
	padding-right: 5px;
	padding-left: 20px;
	width: 260px;
	background-image: url(/images/bgrnds/shad_wht_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.cat li a{
	line-height: 12px;
	color: #666666;
	font-weight: normal;
	background-image: url(/images/icns/arrowbullet.gif);
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-position: -20px;

}
.recent li a{

	DISPLAY: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D1D1D1;
	padding-top: 5px;
	padding-bottom: 5px;
	

}
.date{
	font-size: 12px;
	color: #000000;
	padding-bottom: 15px;
}
.posted{
font-size: 12px;
	color: #000000;}
	
.paginate{
	font-weight: bold;
	text-align: center;
	padding-bottom: 25px;
	font-size: 12px;
	color: #000000;
}	
#rss{
	background-image: url(/images/icns/RSS_32.png);
	background-repeat: no-repeat;
	background-position: left;
	font-size: 14px;
	height: 30px;
	padding-left: 40px;
	padding-top: 10px;
	margin-bottom: 10px;
}
#noc{
	margin-top: 20px;
	height: 150px;
}
#noc p {
	width: 200px;
	font-size: 10px;
	float: left;
	display: block;
}
#noc img{
	float:right;
	border: 1px solid #999;
}
