body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	behavior:url("/_style/csshover.htc");
}
a:link {
	color: #13439b;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #13439b;
}
a:hover {
	text-decoration: none;
	color: #13439b;
}
a:active {
	text-decoration: underline;
	color: #13439b;
}
.site_bkgd {
	background-color: #546c8d;
	background-image: url(../_media/template/backgrounds/site_bkgd.jpg);
	background-repeat: repeat-x;
}
.header_bkgd {
	background-image: url(../_media/template/backgrounds/header_bkgd.gif);
	background-repeat: repeat-x;
	background-color:#efeee4;
}
.bkgd_ltbrown {
	background-color: #ede7d7;
}
.bkgd_white {
	background-color: #ffffff;
}
.bkgd_offwhite {
	background-color: #f9f7ee;
}
.bkgd_ltblue {
	background-color: #eaeff4;
}
.ryken_bkgd {
	background-image: url(../_media/client/homepage/ryken_photo.gif);
	background-repeat: no-repeat;
}
p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}
td {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}
tr {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}


/* Subnavigation Styles */

div.menuPop{
	position:relative; 
	z-index:24; 
	color:#000000;
	text-decoration:none;
}	
div.menuPop:hover{
	z-index:25; 
	text-indent: 0;
}
div.menuPop span{
	display: none;
}
div.menuPop:hover span{ 
	display:block;
	position:absolute;
	top:0px; 
	left:0px;
	text-align: left;
}
.submenu a:link {
	color: #13439b;
	text-decoration: underline;
}
.submenu a:visited {
	text-decoration: underline;
	color: #13439b;
}
.submenu a:hover {
	text-decoration: none;
	color: #13439b;
}
.submenu a:active {
	text-decoration: underline;
	color: #13439b;
}
.bkgd_submenudropshadow {
	background-image: url(../_media/template/navigation/1x1_submenu_shadow.gif);
	background-repeat: repeat;
}



/* User Login Area */

.user_loggedin {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #567096;
}
.loginbox_bottom {
	background-image: url(../_media/template/loginbox/bottom.png);
	background-repeat: repeat-x;
}
.loginbox_left {
	background-image: url(../_media/template/loginbox/leftside.png);
	background-repeat: repeat-y;
}
.logintext {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#5b6670;
}



/* Whats New Box Styles */
.newsbox_bkgd {
	background-color: #464e7e;
	background-image: url(../_media/client/homepage/newsbox/newsbox_bkgd.gif);
	background-repeat: no-repeat;
}
.whatsnew {
	color:#FFFFFF;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.whatsnew a:link {
	color: #83c6ff;
	text-decoration: underline;
}
.whatsnew a:visited {
	text-decoration: underline;
	color: #83c6ff;
}
.whatsnew a:hover {
	text-decoration: none;
	color: #83c6ff;
}
.whatsnew a:active {
	text-decoration: underline;
	color: #83c6ff;
}


/* Font Styles */

.bold_blue_large {
	font-weight:bold;
	font-size:14px;
	color:#00488a;
}
.bold_white {
	color:#FFFFFF;
	font-weight:bold;
}
.bold_black {
	color:#000000;
	font-weight:bold;
}
.bold_red {
	color:#b54c4c;
	font-weight:bold;
}
.bold_blue {
	color:#00488a;
	font-weight:bold;
}
.italic_small {
	font-style:italic;
	font-size:10px;
}
.italic {
	font-style:italic;
}
.italic_bold {
	font-style:italic;
	font-weight:bold;
}