strong, b {
	font-weight: bold;
	font-style: inherit;
}

em {
	font-style: italic;
}

.page li {
	list-style-type: circle;
	margin-left: 20px;
}

.clear {
    clear: both;
}

.alignLeft {
    float: left;
}

.alignRight {
    float: right;
}

a, a:active, a:focus, a:hover, a:link, a:visited {
    color: inherit;
    text-decoration: inherit;
}

.gs800 {
    width: 798px;
    margin: 0 auto;
    border: 1px solid #8cd009;
    background: url('../img/background.png');
}

.header {
    height: 100px;
    padding-top: 20px;
}

.logo {
    margin: 0 40px;
    width: 240px;
}

.slogan {
    color: #A7DC40;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-style: italic;
    text-align: center;
    padding-top: 30px;
    width: 450px;
}

.photo {
    height: 173px;
    background: url('../img/photo.png');
}

.content {
    margin-bottom: 30px;
}

.sidebar {
    background: url('../img/sidebar-bg.png') top center no-repeat;
    width: 178px;
    min-height: 300px;
    padding-top: 60px;
    padding-left: 70px;
}

.sidebar ul {
    margin-left: -8px;
    padding-left: 0px;
    /*padding-right: 60px;*/
	list-style: none;
}

.sidebar ul li {
    margin-bottom: 5px;
    font-size: 12px;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #333;
    background-image: url('../img/green-box.png');
    background-repeat: no-repeat;
    background-position: 0px 3px;
    padding-left: 14px;
    padding-top: 5px;                                                                                           
	
	list-style: none;
}

.sidebar ul li ul li {
	background: none;
	padding-left: 0px;
}

.sidebar ul li:hover {
    color: #8cd105;
    background-image: url('../img/green-box-roll.png');
    background-repeat: no-repeat;
    background-position: 0px 3px;
    padding-left: 14px;
	
}

.sidebar ul li ul li:hover {                                                                                                                                                                      
        background: none;                                                                                                                                                                   
	padding-left: 0px;                                                                                                                                                                  
		} 

.sidebar ul li ul li:hover {
	background: none;
}

.sidebar ul li a {
    border-bottom: 1px solid #A7DC40;
}

.page {
    margin-left: 0px;
    width: 490px;
    border-left: 1px solid #999;
    padding-top: 60px;
    padding-left: 10px;
    font-family: "Times New Roman", Times, serif;
    color: #333;
    text-align: justify;
    font-size: 14px;
}

.pagetitle {
    background-image: url('../img/green-box.png');
    background-repeat: no-repeat;
    background-position: 0px 0px;
    padding-left: 20px;
    margin-left: -20px;
    height: 17px;
    font-size: 13px;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-weight: bold;
    margin-bottom: 20px;
}

.footer {
    padding: 0 50px;
    text-align: right;
    color: #A7DC40;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    
}

