/* basic elements */

html {
	margin: 0;
	padding: 0;
}

body, td {
	font-family: trebuchet MS, Arial, helvetica;
	font-size:14px;
	color: #0e2b0c;
	margin: 0;
	padding: 0;
	background-color : White;
	list-style-image : none;
}

body a:link {
	text-decoration: underline;
	color:#003300;
	font-weight: bold;
    font-size: 12px;
    
}

body a:active {
	text-decoration: underline;
	color:#003300;
	font-weight: bold;
    
}

body a:visited{
	text-decoration: none;
	color:#8a8a8a;
    font-weight: bold;
}

body a:hover{
	text-decoration: underline;
	color:#003300;
	font-weight: bold;
}

p{
	margin: 10px;
	padding: 0;
}

li {
	padding-left: 15px;
	margin-bottom: 2px;
}

/* content div's */

#main {
	width: 592px;
    height: 100%;
}

#menu {
	background: url(menu_wide.jpg) no-repeat top center;
	width : 750px;
	height: 33px;
	font-weight : bold;
	margin-bottom : 30px;
	text-align:center;
	padding-top:5px;
/*	font-variant : small-caps;*/
}

#menu a:link {
	text-decoration: none;
	color:#ffffff;
    font-weight : bold;
    font-size:13px;
	
}

#menu a:active {
	text-decoration: underline;
	color:#ffffff;
    font-weight : bold;
    font-size:13px;
	
}

#menu a:visited{
	text-decoration: none;
	color:#ffffff;
  font-weight : bold;
  font-size:13px;
}

#menu a:hover{
	text-decoration: underline;
	color:#ffffff;
    font-weight : bold;
    font-size:13px;
	
}

#header02 {
	background: url(02.jpg) no-repeat top center;
	width : 592px;
	height: 36px;
	font-size : 22px;
	color : White;
	padding-left : 10px;
	padding-top : 5px;
	margin-bottom : 20px;
	margin-top:20px;
    margin-left: 79px;
}

#header03 {
	background: url(03.jpg) no-repeat top center;
	width : 592px;
	height: 36px;
	font-size : 22px;
	color : White;
	padding-left : 10px;
	padding-top : 5px;
	margin-bottom : 20px;
	margin-top:20px;
    margin-left: 79px;
}

#header04 {
	background: url(04.jpg) no-repeat top center;
	width : 592px;
	height: 36px;
	font-size : 22px;
	color : White;
	padding-left : 10px;
	padding-top : 5px;
	margin-bottom : 20px;
	margin-top:20px;
    margin-left: 79px;
}

#header05 {
	background: url(05.jpg) no-repeat top center;
	width : 592px;
	height: 36px;
	font-size : 22px;
	color : White;
	padding-left : 10px;
	padding-top : 5px;
	margin-bottom : 20px;
	margin-top:20px;
    margin-left: 79px;
}

#header06 {
	background: url(06.jpg) no-repeat top center;
	width : 592px;
	height: 36px;
	font-size : 22px;
	color : White;
	padding-left : 10px;
	padding-top : 5px;
	margin-bottom : 20px;
margin-top:20px;
margin-left: 79px;
}

#submenu {
	background: url(submenu_bg.jpg) no-repeat top center;
	width : 592px;
	height: 147px;
	color : White;
	padding-left : 10px;
	margin-bottom : 20px;
    margin-left: 79px;
    font-weight : normal;
}
#submenu a:link {
	text-decoration: none;
	color:#ffffff;
	font-size: 13px;
    padding-left: 20px;
    font-weight : normal;
}

#submenu a:active {
	text-decoration: underline;
	color:#ffffff;
	font-size: 13px;
    padding-left: 20px;
    font-weight : normal;
}

#submenu a:visited{
	text-decoration: none;
	color:#ffffff;
    font-size: 13px;
    padding-left: 20px;
    font-weight : normal;
}

#submenu a:hover{
	text-decoration: underline;
	color:#ffffff;
	 font-size: 13px;
     padding-left: 20px;
     font-weight : normal;
    }

#current {
   background: url(selector.gif) no-repeat center left;
    font-size: 22px;
	width : 592px;
	height: 26px;
	color : White;
	padding-left : 10px;
    margin-left: 14px;
     font-weight: bold;
   
}
#current a:link {
    
	text-decoration: none;
	color:#ffffff;
    padding-left: 20px;
    font-weight : normal;
    }
    #current  a:hover {
    
	text-decoration: none;
	color:#ffffff;
    padding-left: 20px;
    font-weight : normal;
    }

    #current a:active {
   
	text-decoration: none;
	color:#ffffff;
    padding-left: 20px;
    font-weight : normal;
    }

    #current a:visited {
    
	text-decoration: none;
	color:#ffffff;
    padding-left: 20px;
    font-weight : normal;
    }




#textbox{
    text-align:justify;
 	margin-left:155px;
	/*margin-right:15px;*/
	margin-bottom: 15px; 
}

#textbox_practice{
 	margin-left:155px;
    font-style: italic;
	margin-bottom: 15px;
}
#textbox1{
	margin-left:15px;
	/*margin-right:15px;*/
	}
#textbox2{
 	margin-left:90px;
}

#copyright {
    font-size: 10px;
    color: #999999;
    
}

