@import "reset.css";
body{
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	}
strong{ font-weight:bold;}
em{font-style:italic;}
#global{
    background-color: #FFCC66;
    height: auto;
    margin: 0 auto;
    min-width: 900px;
    width: 100%;
}
#wrapper{
	height: auto;
	margin: 0 auto;
	padding: 5px;
	width: 750px;
}

#link_home{
	 padding-left: 18px !important;
	}
#link_home_bottom,#link_home{
    display: block;
    padding-left: 14px;
	text-align:left;
	}
#link_home_bottom a,#link_home a{
	color:#B07700;
	text-decoration:none;
	}
#link_home_bottom a:hover,#link_home a:hover{
	text-decoration:underline;
	color:#996600;
	}

#content_table {
	margin-top: 30px;
	}
	
#content_table p {
	color: #444444;
    font-size:11pt;
	line-height:1.25;
	margin-bottom:10px;
	}
	
#content_table td {
	vertical-align:top;
	}
		
#content_left{	
    margin: 0;
	
	}
	
#content_left p{
	color: #444444;
    font-size:11pt;
	line-height:1.25;
	margin-bottom:10px;
	text-align:left;
	}

#content{
	float:left;
    margin-bottom: 33px;
    padding: 5px 5px 5px 13px;
    
	}
	
#content h1{
    color: #996600;
    font-size: 77px;
    margin-bottom: 30px;
    margin-top: 20px;
	}
#content h2{
	color: #A36B2B;
	font-size: 30px;
    margin-bottom: 4px;
    margin-top: 18px;
	}
#content p{
    font-size: 18px;
    line-height: 1.5em;
    text-align: justify;
	color:#2E2E2E;
	}
#content p a{
	text-decoration:none;
	color:#B07700;
	}
#content p a:hover{
	color:#825700;
	}
#page_title {
	padding-top:30px;
	height:100px;
}
#page_logo {
	height:173px;
}