body {
    background: #f0efef;
    border-top: solid 38px #4b4b4b;
    font-family: Arial, Verdana, Sans-Serif;
    font-size: 83%;
    line-height: 1.4;
    padding:0;
    margin:0;
}

a:link 
{
    color: #0a00ea;
    text-decoration:underline;
}

a:hover
{
    text-decoration:none;
}

input {
    font-family: Arial, Verdana, Sans-Serif;
}

input.default {
    color: #555;
}

#container {
    width: 980px;
    background-color: #fff;
    margin: 0 auto;
}

#header {
    height: 59px;
    background: #ffffff;
}

#logo
{
	float:left;
	width:349px;
	padding:0 0 0 12px;
}

#member-name
{
	font-size:16px;
	font-weight:bold;
	text-align:right;
	line-height:59px;
	padding-right:20px;
}

#content
{
	margin:0 auto;
	width:900px;
	padding:0 0 30px 0;
}

#service-menu
{
	height:30px;
	line-height:30px;
	text-align:right;
	float:right;
	width:250px;
}

#breadcrumbs ul
{
	padding:0;
	margin:0;
	list-style:none;
	height:30px;
	line-height:30px;
}

#breadcrumbs ul li
{
	display:inline;
}

#breadcrumbs ul li a
{
	color:#4b4b4b;
}

#header-text
{
	background: #f7f7f7 url(../images/headertext-bg.gif) repeat-y;
}

#header-text-bottom
{
	background:url(../images/headertext-bg-bottom.gif) no-repeat bottom;
}

#header-text-top
{
	background:url(../images/headertext-bg-top.gif) no-repeat top;
	min-height:44px;
	_height:44px;
	padding:20px;
}

/* =SearchForm */
#searchform {
    padding-top: 14px;
    float:right;
    width:196px;
    border-top:solid 8px #cccc99;
}

#searchform input {
    vertical-align: middle;
}

#searchform-q {
    width: 110px;
}

/* =Footer */
#footer {
    background: #333333;
    color:#ffffff;
    padding:10px;
}

#footer p
{
	padding:0;
	margin:0;
}

#footer a
{
	color:#ffffff;
}

.TopMenu
{
	border-bottom:solid 1px #564c66;
	border-top:solid 1px #564c66;
	background: url(../images/nav_primary_bg.gif) repeat-x #4143a2;
    height: 26px;
}

.TopMenu ul
{
    height: 26px;
    font-size: 12px;
    line-height: 1;
    padding:0;
    margin:0;
}

.TopMenu ul li
{
	display:inline;
}

.TopMenu ul li a
{
	cursor:pointer;
	color: White;
    font-weight: bold;
    float:left;
    padding: 0px 10px;
    line-height:26px;
    width:auto;
    border-right:solid 1px #564c66;
    text-decoration:none;
}

.TopMenu ul li a:hover
{
	background-image: url(../images/nav_hover.gif);
}

.TopMenu ul .active a
{
	background-image: url(../images/nav_hover.gif);
}


.SubMenu
{
	float:left;
	width:160px;
	padding-top:14px;
	padding-left:15px;
}


.SubMenu a
{
	text-decoration:none;
	display:block;
	font-size:12px;
	cursor:pointer;
	color:Blue;
	padding:5px 0 5px 5px;
	font-weight:bold;
}

.SubMenu a:hover
{
	color:Black;
	text-decoration:none;
	background-color:#f1f2f8;
}

.SubMenu ul.categoryitems
{
	padding:0 0 10px 5px;
	margin:0;
	list-style:none;
}

.SubMenu ul.subcategoryitems
{
	padding:0 0 0 25px;
	margin:0;
	list-style:none;
}

.SubMenu ul li a
{
	border-bottom:solid 1px #d9d9d9;
	padding-left:25px;
	background:url(../images/arrow.gif) no-repeat 5px 5px; 
	padding-top:2px;
	padding-bottom:2px;
	font-size:14px;
	font-weight:normal;
}

#inner-text
{
	margin-left:203px;
}
