﻿body
{
	font-family: Tahoma, Verdana, Helvetica, Helvetica-Narrow, sans-serif;
	margin: 0px;
	background: url(images/site-bg.gif) #fafaed repeat-y center top;
	font-size: 0.7em;
}
/* shows a visual seperation */
.dashedline
{
    border-bottom: 1px dashed #A9A9A9;
    padding-top: 4px;
    margin-bottom: 4px;
    clear:right;
}
a:link
{
	color: #808080;
}
a:visited
{
    color: #808080;
}
a:hover
{
    text-decoration: none;
    color: #FF0000;
}
a:active
{
    text-decoration: none;
    color: #000000;
}

input, select, textarea
{
    font-size:1em; 
    font-family: arial, Verdana, Helvetica, Helvetica-Narrow, sans-serif;
}

/* Use headers in the markup for accessibility reasons but control look with styles below*/

h1, h2, h3, h4, h5, h6
{
   margin: 2px 0 2px 0;
}

h1
{
    font-size: 28px;
    font-weight: bold;
   margin: 5px 0 5px 0;
}


h1 a:link, h1 a:visited, h1 a:hover, h1 a:active
{
    text-decoration: none;
    color: #000000;
}
.leftblock h2, .rightblock h2, .fullwidth h2
{
    font-size: 1.2em;
}


#footer
{
    width: 780px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    margin-top: 0px;
    padding-bottom: 22px;
    color:Gray;
    background-color:White;
    font-size:11px;
}
/************************************************************************
* 
* Formatting common to most pages
*
************************************************************************/

/* Main part of the page that holds contents */
#body
{
    width: 780px;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    background-color:White;
}

/* 2 column layout */
#columnleft
{
    float: left;
    width: 200px;
    /*position: relative; */
}

#columnright
{
    margin-left: 200px;
  /*  position:relative; */
}

#bannertop
{
    margin-left: 200px;
  /*  position:relative; */
}

.leftblock
{
    border: 1px solid #F1F1F1;
    padding: 15px;
    margin-bottom: 10px;
    background: #F5F5F5 url(images/background_columnleft.gif) repeat-y;
    vertical-align: top;
}

 .rightblock
{
    border: 1px solid #F1F1F1;
    padding: 15px;
    margin-bottom: 10px;
    background: #FFFFFF url(images/background_columnright.gif) repeat-y;
    position: relative;
    width:526px;
}

.clear2column
{
    margin:0;
    padding:0;
    line-height:0;
    font-size:0px;
    height:0px;
    clear: both;
}
#mainnav {
	padding:0 150px;
	border-bottom:1px solid #FFFFFF;
	border-top:1px solid #FC506F;	
	background-color:#F2F2F2;
}

* html #mainnav tr {height:1.4em;}

#mainnav .item {
	padding:2px 7px;
	border-width:1px 0 0 1px; 
	border-style:solid; 
	border-color:#FFFFFF;
	background-color:#DADADA; 
	color:#333333; 
}

* html #mainnav .item {padding:0 20px;}

#mainnav .selected {
	background-color:#FF9900; 
	color:#FFFFFF;
}
#mainnav .hover {
	color:#FF284E; 
	background-color:#DADADA;
}

#mainnav table {border-right:1px solid #FFFFFF;}

#mainnav table table {border-right:none;}

#subnav {
	overflow:hidden;
	margin-bottom:10px;
}

* html #subnav tr {height:1.4em;}

#subnav .item {
	padding:2px 7px;
	border-top:1px solid #FFFFFF;
	background-color:#E4E4E4; 
	color:#333333; 
}

* html #subnav .item {padding:0 20px;}

#subnav .selected {
	background-color:#FF9900; 
	color:#FFFFFF;
}
#subnav .hover {
	color:#FF284E; 
	background-color:#E4E4E4;
}

#subnav table {border-bottom:1px solid #FFFFFF;}

#subnav table table {border-bottom:none;}

.Topic:link
{
	color: #000080;
}
.Topic:visited
{
	color: #000080;
}
.Topic:hover
{
	text-decoration: none;
	color: #FF0000;
}
.Topic:active
{
	text-decoration: none;
	color: #000000;
}
.TopicUser
{
	color: #000080;
	border: 1px solid #F1F1F1;
	padding: 10px;
	height: 100%;
	background-color: #f5fffa;
}
.TopicHeader
{
	border: 1px solid #F1F1F1;
	padding: 10px;
	margin-bottom: 4px;
	width: 94%;
	font-weight: bold;
}
.TopicText
{
	color: #000000;
	border: 1px solid #F1F1F1;
	padding: 10px;
	margin-bottom: 2px;
	width: 94%;
}
