/* CSS Document */

* {
    margin: 0;
    padding: 0;
    border: 0;
}

hr {
	margin: 5px 0px;
	padding: 0px;
	border: 1px solid #CCC;
	background-color: #CCC;
}

.clear {
    clear:both;
}

.right {
    float: right;
}

.left {
    float: left;
}

body {
    font-family: Tahoma, "Lucida Grande", "Lucida Sans", Verdana, sans-serif;
    font-size: 11px; 
	line-height: 1.5em;  
    color: #000000;    
    text-align:center;
}

#page {
    width:900px;
    text-align:left;  
    margin-left:auto;
    margin-right:auto;
}

#header {
	
	background-position: center;
	background-repeat: no-repeat;
	height: 170px;
	
}

#bg_content_container {

	height: 800px;
	position: relative;
	
}

#content_container {
	padding: 30px;
}

#main_nav {
}

#rootline {
	margin-top: 20px;
	margin-bottom: 20px;
}

#toolbar {
	background: url(../images/page/footer_bg.gif);
	background-repeat: no-repeat;
	width: 480px;
	height: 20px;
	padding-top: 1px;
	padding-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}

#col_left {	
	float: left;
	width: 160px;
	margin-right: 20px;
}

#col_content {
	background-color: #FFFFFF;
	width: 440px;
	min-height: 500px;
	float: left;
	padding: 20px;
}

#col_right {
	float: right;
	width: 160px;
	/*border: 1px solid green;*/
}

#global_nav {
	background-color: #FFFFFF;
	padding: 5px;
	margin-bottom: 20px;
}

#global_info {
	position: relative;
	background-color: #FFFFFF;
	padding: 10px;
	padding-bottom: 45px;
}

#global_searchMask {
	margin-top: 20px;
	padding: 5px;
}

h1 {
    font-size: 13px; 
}
    
h2 {
    font-size: 15px;    
}
    
h3 {
    font-size: 17px; 
}
    
h4 {
    font-size: 19px;    
}
    
h5 {
    font-size: 21px;   
}
    
table, td, p {
    font-size: 11px; 
	line-height: 1.5em;
} 
    
input {
    font-size: 11px;
	padding: 1px;
} 

a {
	color: #009241;
}

a:hover {
	text-decoration: none;
}

ul {
	margin-left: 15px;
}
