﻿body 
{
 background:url('../images/back.png');   
 font-family: Arial,sans-serif;
 color: #333333;
 font-size:10pt; 
 /*scrollbar-base-color: #3C5993; 
 scrollbar-arrow-color: #FFFFFF;
 scrollbar-darkshadow-color: #0B2765;*/
}
/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#wrapper 
{
    width:61em;
    margin:0 auto;
    background-color:#eeeeee;
}
#header 
{
    border:3px solid #eeeeee;
	background-color:rgb(40,69,127); 
}

#leftcolumn { 
 color: #333;
 border: 1px solid #ccc;
 background: #eeeeee;
 padding-left: 0px;
 margin-top:10px;
 width: 15em;
 float: left;
}

#rightcolumn { 
 float: right;
 background: #eeeeee;
 padding: 10px; 
 width: 44em;
}

#footer 
{
    height:20px;
    width:60.5em;
    background-color:rgb(40,69,127);     
    text-align:center;
    margin:0 auto;    
    padding:3px 0px 3px 0px;
    clear:both;

}
#footer a 
{
    color:#CCCCCC;
}
#navBar{	
/*
	float:left;
	padding: 0px;
	background-color: #eeeeee;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin-right:10px;	
	height:100%;
*/
}

/*********** #navBar link styles ***********/

#leftcolumn ul a:link, #navBar ul a:visited {display: block;}
#leftcolumn ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#leftcolumn li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #leftcolumn li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
	
}

#sectionLinks a:link
{    
	display:block;
	padding: 2px 0px 2px 10px;
	border-top: 1px solid #cccccc;
	width: 100%;	
    voice-family: "\"}\""; 
    voice-family:inherit;
	width: auto;

}

#sectionLinks a:visited
{
	display:block;
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
		
}

#sectionLinks a:hover
{
    display:block;
	border-top: 1px solid #cccccc;
	background-color: #dddddd;
	padding: 2px 0px 2px 10px;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}



/* Default */
a:link, a:visited, a:hover {
	color: #006699;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
}

h2{
 font-size: 114%;
 color: #006699;
}

h3{
 font-size: 100%;
 color: #334d55;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}

p.Code{
 font-family: 'Courier New', Courier;
 background-color:#e4e4e4;
 padding: 15px;
 border-style: solid;
 border-width: 1px;
 border-top-color: #f5f5f5;
 border-right-color: #f5f5f5;
 border-bottom-color: #cdcdcd;
 border-left-color: #cdcdcd;
}

