/* Global Properties */

body {
	margin: 0;
	background: #526D9C;
	font-size: 70%;
	font-family: verdana;
	line-height: 1.2em;

}

a {
	color: #316918;
}

a:hover {
	color: #FF8210;
	
}


ul { list-style: none;

    
 }

li {

  background: url(images/bullet_02.gif) no-repeat 0 6px;
  padding-left: 17px;

}



/* Container */

#container {
	margin: 0 auto;
	padding: 0 ;
	background: #FFF url(images/back.jpg)  no-repeat bottom right;
	width: 750px;
}


/* Non Flash TOP*/

#header {
	margin: 0 ;
	background: #FFF url("images/non_flash_main.jpg") ;
	width: 750px;
	height: 240px;
	color: #FFF;
}

#header a {
	color: #FFF;
	text-decoration:none;
}


/* Content */


#content {
    float: left;
    width: 605px;
	padding: 10px;
	color: #65675D;
	background: #FFF;


}

#content h1 {
	padding-top: 10px;
	padding-left: 10px;
	margin-bottom: 4px;
	font-size: 1.4em;
	color: #4A7DC6;
}

#content h2 {
	padding-top: 6px;
	padding-left: 15px;
	margin-bottom: 4px;
	background: url(images/bullet_02.gif)  no-repeat 0 70%;
	font-size: 1.2em;


}

/* Centent paragraphs */
#content p {
	padding-left: 6px;
		
}
/* Centent image */
#content img {
	padding: 0 17px;
	margin: 0px;
	
	
}



/* The links for sub menu */

#sidebar {
    float:left;
    margin-top: 10px;
    margin-left: 10px;
    display: block;
	font-size: 0.9em;
	
}

#sidebar a {
 	padding-left: 10px;
 	display: block;
    background: url(images/bullet_02.gif)  no-repeat 0 60%;
	font-weight: bold;
}



/* Footer */
#footer {
    clear: left;
	width: 605px;
	border-top: 1px solid #526D9C;
	color: #707991;
	margin-right: 125px;
	margin-bottom: 2px;
	padding: 10px;
	text-align: right;
	font-size: 0.9em;
	
	
}

#footer a {
	color: #3D5078;
   	text-decoration:none;
	
}