/*general layout*/
html {height: 100%;}

body
{
	background-color: #CCC;
	background-image: url(../images/back_grad.gif);
	background-repeat: repeat-x;
	margin:0px;
	padding:0px;
	height: 100%;
	color: #666;
	font-family: Verdana;
	font-size: 11px;
	text-align:center;
}

em
{
    font-family: Times New Roman, Serif;
    font-size: 13px;
}

.container
{
	height: 100%;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

td.main
{
	padding: 0px 1px;
	vertical-align: top;
	background-color: #FFF;
}

.sideborder
{
	height: 100%;
	width: 8px;
	background-color: #878787;
}

div.clear {clear:both;}

p
{
    margin-top:5px;
    margin-bottom:18px;
}

td
{
	font-family: Verdana, Sans-Serif;
	font-size: 11px;
	line-height: 18px;
	text-align: left;
}

a {color: #822110;}
a:active {color: #822110;}
a:link {color: #822110;}
a:visited {color: #822110;}
a:hover {color: #cc2110;}

/*header and footer*/
.headerlogo {margin: 16px 0px 0px 34px;}

.headerhalfblock
{
	background-color :#EFEFEF;
	width: 50%;
	height: 20px;
	float:right;
}

.footer
{
	color: #AAA;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 10px;
	line-height: 16px;
	margin-top:50px;
	margin-left: 198px;
	margin-bottom:25px;
	margin-right:34px;
	border-top: solid 1px #E6E6E6;
	padding: 11px 0px 0px 18px;
}
.footer a:active {color: #AAA;}
.footer a:link {color: #AAA;}
.footer a:visited {color: #AAA;}
.footer a:hover {color: #666;}
.footer p
{
    margin-top:6px;
    margin-bottom:5px;
}

p.lowkey
{
    color: #444;
    padding-top: 10px;
}
p.lowkey a:active {text-decoration:none;}
p.lowkey a:visited {text-decoration:none;}
p.lowkey a:link {text-decoration:none;}
p.lowkey a:hover {color:#999;text-decoration:underline;}


/* primary content area */
table.primary
{
	 width:731px;
}
table.primary tr td
{
	padding-top:36px;
	vertical-align:top;
}

td.nav 
{
    width:189px;
    background-image: url(../images/nav_back_right.gif);
    background-repeat: no-repeat;
    background-position: 188px 26px; 
    padding-left:20px;   
}
td.nav_alternate
{
    width:189px;
    background-image: url(../images/nav_back_right_l.gif);
    background-repeat: no-repeat;
    background-position: 188px 26px;    
    padding-left:20px;   
}
td.nav a img, td.nav img, td.nav_alternate a img, td.nav_alternate img
{
    margin-bottom: 6px;
}

td.content 
{
    padding: 0px 62px 0px 25px;
}

div.gradpanel
{
	background-image: url(../images/grad_panel.gif);
	background-repeat: no-repeat;
	height: 170px;
	width: 217px;
	padding: 15px 0px 0px 15px;
	line-height: 16px;
}

div.imgheading {margin-bottom: 5px;}

.medtext
{
    color: #999;
}

/* list */
ul.standardlist
{
	margin-top: 10px;
	margin-left:6px;
	padding-left:6px;
}
ul.standardlist li
{
	list-style: none;
	padding-left: 13px;
	background-image:url(../images/bullet.gif);
	background-repeat:no-repeat;
	background-position: 0px 6px;
	margin-bottom: 10px;
}

ul.standardlist li a:active {color: #822110;}
ul.standardlist li a:hover {color: #822110;}
ul.standardlist li a:link {color: #822110;}
ul.standardlist li a:visited {color: #822110;}
