A:link    {color:#339933;}
A:visited {color:#00cc00;}
A:active  {color:#339933;}
A:hover   {color:#33cc33;}


body {
	margin:0;
	background-image:url(/images/greenslash.png);
	background-repeat:repeat;
	background-attachment: fixed;
	height:555;
	font-size:12px;
	text-align:center;
}


#all {
        width:850px;
	
        text-align:center;
        margin:0px auto;
        background-color:#000;
}


#wrapper {
        width:850px;
        float:left;
        margin:0px;
        background-color:#F8F8F3;
}


#left{
	float:left;
	width:600px;
	margin:25px 0 0 0;
	padding: 3px;
}
#left_about {
        float:left;
        width:600px;
        margin:25px 0 0 0;
        padding: 3px;
	text-align:left;
	font-size:16;
	color:#668866;
}

#right{
	text-align:left;
	font-size:4;
	float:right;
	width:250;
	margin:0px 0 0 0;
	padding: 5px;
}

table.side {
	font-size: 12; 
	font-family: arial; 
	valign:'top'; 
	color:#668866;
}

table.view_course {
        font-size: 16;
        font-family: arial;
        valign:'top';
        color:#668866;
}


.new_line_div{
	clear:left;
}


#head {
	width:850px;
	background-color:#669966;
}


ul.menu {
        margin: 0;
        padding: 0;
        list-style: none;
        color:#eeffee;
}

ul.menu li {
        position: relative;
	float:left;
        width: 100px;

}

#menu_input {

        margin: 0;
        padding: 0;
        list-style: none;
	background: #669966;
        color:#eeffee;
	line-height: 20px;
	border-style:none;
        position: relative;
        float:left;
        width: 100px;


}
li ul.menu {
        position: absolute;
        top: 30px;
        display: none;
}

ul.menu li a, ul.menu li a:visited {
        display: block;
        text-decoration: none;
        line-height: 20px;
        color: #eeeeff;
        padding: 5px;
        background: #669966;
        margin: 0 0px;
}


ul.menu li a:hover,  { background: #bbbb77; }
li:hover ul, li.over ul               { display: block;   }



.headimg{
	width:850px;
	margin:0px;
	margin-top:10px;
}


.head_p {
	font-size:20;
}
a.head_p {
	font-size:20;
}

