/* standard elements */
html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

a {color: #048;}
a:hover {color: #06C;}

body {
	background: #E7E7E2 url('images/body.jpg') no-repeat center top;
	padding-top: 63px;
    color: #444;
	font-family: Tahoma,sans-serif;
}

p,code,ul {padding-bottom: 1.2em;}

ul 
{
    padding-left : 30px;
    }
li {}

h1 {font: normal 1.8em Tahoma,sans-serif;}
h2 {font: bold 1.4em sans-serif;}
h3 {font: bold 1em Tahoma,sans-serif;}

form,input {margin: 0; padding: 0; display: inline;}

code {
	background: #FFF;
	border: 1px solid #EEE;
	border-left: 6px solid #CCC;
	color: #666;
	display: block;
	font: normal 1em Tahoma,sans-serif;
	line-height: 1.6em;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}

blockquote {
	background: url(images/quote.gif) no-repeat;
	display: block;
	font-weight: bold;
	padding-left: 28px;
}

h1,h2,h3 {padding-top: 6px; color: #553; margin-bottom: 4px;}

/* structure */
.outertbl 
{
    margin-left: auto;
    margin-right: auto;
    width : 803px;
    background-color : White;
    background: url('images/container.jpg') no-repeat center bottom;
}
.innertbl
{
   	border: 2px solid #D7D7D2;
   	background-color : White;
    margin-bottom:60px;
    width:100%;
}
.contenttbl
{
    width:780px;
    margin-left: auto;
    margin-right: auto;
}
/* headere & title */
.headertd {
	background: #222 url('images/header.jpg') no-repeat;
	height: 160px;
	margin-bottom: 5px;
	text-align: center;
}
.headertd .title {
	color: #FFF;
}
.headertd .title .sitename a {
/*	border-bottom: 1px dashed #657382; */
	color: #FFF;
	font: normal 27pt sans-serif;
	padding-bottom: 2px;
	text-decoration: none;
}
.headertd .title a:hover {border-color: #F60;}
.headertd .title .slogan {
	font: normal 10pt Verdana,sans-serif;
	padding-top: 6px;
}

.graytd, .footertd {
	background: #949490;
	height : 30px;
}
.contenttd 
{
   	background: url(images/main.gif) repeat-y;
   	height : 200px;
   	vertical-align:top;
           	padding-top:10px;
    }

/* main */
.maintbl p 
{
    font-family: "Lucida Sans Unicode",sans-serif;
	font-size: 9pt;
    }
.maintbl, #ContentPane 
{
    vertical-align:top;
    }

.TitledContainertitle
{
     font-family: "Lucida Sans Unicode",sans-serif;
     font-size:10pt;
     font-style:normal;
     font-weight:bold;
    }

/* navigation */
.navtd {
    width:210px;
    }

/* footer */
.footertd {
	background: #949490;
	color: #F7F7F2;
	font: bold 12pt sans-serif;
	padding: 3px 10px;
}
.footertd .left a, .footertd .right a {
	color: #F7F7F2;
	text-decoration: none;
}
.footertd a:hover {color: #FFC;}

/* misc */
.clearer {clear: both; font-size: 0;}
.left {float: left;font: bold 9pt sans-serif;}
.right {float: right;font: bold 9pt sans-serif;}

.NavPane
{
    width:210px;
    padding-bottom:40px;
    }
    
.logoimg 
{
    margin-bottom:5px;  
        }

/* Main Menu */
.MainMenu_MenuContainer {
	background-color: transparent; 
	width:100%;
	height:35px;
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:35px;
	background-color: Transparent;
}
.MainMenu_MenuItem, .MainMenu_RootMenuItem  {
	cursor: pointer; 
	cursor: hand; 
	color: #554; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: normal; 
	font-style: normal; 
	background: url(images/menu_bg.gif) repeat-x;
}
.MainMenu_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #EEEEEE; 
	border-left: #EEEEEE 1px solid; 
	border-bottom: #EEEEEE 1px solid; 
	border-top: #EEEEEE 1px solid; 
	text-align: center; 
	width: 15; 
	height: 21;
}
.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #FFFFFF; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); 
	border-bottom: 1px solid #EAEADA;
}
.MainMenu_MenuBreak {
	border-bottom: #000 1px solid; 
	border-left: #000 0px solid; 
	border-top: #000 1px solid;  
	border-right: #000 0px solid; 
	background-color: #000; 
	height: 35px;
}
.MainMenu_MenuItemSel, .MainMenu_RootMenuItemSelected {
	cursor: pointer; 
	cursor: hand; 
	color: #554; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: normal; 
	font-style: normal;
	background-color: #F0F0EB;
	border-bottom: 1px solid #EAEADA;
}
.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #FFFFFF 1px solid; 
	border-bottom: #FFFFFF 1px solid; 
	border-top: #FFFFFF 0px solid;
}
.MainMenu_RootMenuItem
{
	cursor: pointer; 
	cursor: hand; 
	color: #554; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: normal; 
	font-style: normal; 
	background: url(images/menu_bg.gif) repeat-x;
} 
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}






