/*************** general ***************/
html
{
	background-image: url(../Images/bcg.jpg);
	background-repeat: repeat-x;
	height: 100%; 
	text-align: center;
	width: 100%; 
}

body
{
	background-color: #ffffff;
	border-left: solid 1px #D3D3D3;
	border-right: solid 1px #D3D3D3;
	text-align: left;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	margin: auto;
	width: 868px;
}

table
{
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 12px;
}

a,  a:link, a:visited, a:hover
{
	color: #0C3177;
	text-decoration: none;
}

 a:hover
 {
	color: #E31836;
	text-decoration: underline;
}

h1
{
	font-size: 18px;
	margin: 0px 0px 10px 0px;
}

h2
{
	font-size: 15px;
	margin: 0px 0px 0px 0px;
	margin: 0px 0px 5px 0px;
}

h3
{
	font-weight: bold;
	font-size: 12px;
	margin: 0px 0px 0px 0px;
}

ul
{
	margin-left: 10px;
	padding-left: 10px;
}

li
{
	list-style-position: outside;
	margin-left: 0px;
	margin-bottom: 10px;
}

hr
{
	height: 1px;
}

/*************** master ***************/

#container
{
	margin: 0px 4px 0px 4px;

}

#masthead 
{
	height: 130px;
	margin-bottom: 3px;
	width: 860px;
}

#top_nav 
{
	border-top: solid 2px #D2D4D3;
	padding: 2px 0px 2px 0px;	
}

#path
{
	height: 20px;
}

#path, #path a, #path a:link, #path a:visited, #path a:hover
{
	
}	

#footer
{
	
	margin-top: 10px;
	padding: 0px 10px 3px 10px;
}

#footer, #footer a, #footer a:link, #footer a:visited, #footer a:hover
{
	color: #999999;
	font-size: 11px;
}

#footer img
{
	display: block;
}


.tip
{
	background-color: #CFD6D1;
}

#line
{
	border-bottom: solid 1px #CFD6D1;
	clear: both
}

/*************** topMenu ***************/

#top_nav table
{
	height: 19px;
}

.TopMenuItemCell
{
	text-align: center;
}

.TopMenuSepCell
{
	width: 1px;
}

#top_nav a, #top_nav a:link, #top_nav a:hover, #top_nav a:visited
{
	color: Black;

	background-repeat: repeat-x;
	display: block;
	height: 19px;
	text-decoration: none;
	text-align: center;
	width: 100%;
}

#top_nav a.True
{
	background-image: url(../Images/bgmenuTrue.jpg);
}

#top_nav a.False
{
	background-image: url(../Images/TopMenuBcg.gif);	
}
/*************** content ***************/

#content 
{
	background-color: #F0F2F1;
	border-top: solid 2px #132A70;
	position: relative;
	width: 100%;
}

#content_left 
{
	left: 0px;
	position: absolute;
	top: 0px;
	width: 200px;
}

#content_center 
{
	background-color: white;
	_height: 500px;
	margin-left: 200px;
	margin-right: 200px;
	min-height: 500px;
	padding: 20px 20px 20px 20px;
}

#content_right 
{
	/*height: 225px;*/
	position: absolute;
	top: 0px;
	right: 0px;
	width: 200px;
}

#content_right_inner
{
	margin: 10px 10px 10px 10px;
}

#content_right ul
{
	list-style-image:  url(../Images/Arrow.gif);
}
/***************** leftmenu ********************/

#page_content_article
{
	background-color: white;
	height: 500px;
	margin-left: 200px;
	margin-right: 251px;
	padding-bottom: 20px;
}


ul#leftMenu
{
	background-image: url(../Images/leftMenuLvl1.jpg);
	background-repeat: repeat-y;
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

ul#leftMenu li
{
	border-bottom: solid 1px #F0F2F1;
	display: block;
	list-style-type: none;
	margin: 0px 0px 1px 0px;
	padding: 5px 5px 5px 5px;

}

ul#leftMenu a
{
	color: Black;
	display: block;
	text-decoration: none;
}

a.leftMenuLvl3
{
	padding-left:10px;
}

/***************** tip ********************/
.tipButtonCell
{
	padding-top: 10px;
	text-align: right;
}

.mesageTextCell
{
	padding-top: 10px;
}

/***************** searchContainer ********************/

#searchContainer
{
	background-color: #F8F8F8;
	height: 18px;
	padding-top: 5px;
}

.dm_searchContainerinputText
{
	border: solid 1px #D3D7D1;
	display: block;
	height: 14px;
	margin-right: 1px;
	line-height: 14px;
	float: right;
	
}

.dm_searchContainerinputButton
{

	display: block;
	float: right;
	clear: both;
}
