body {
	font-family: Arial, Helvetica, sans-serif;
	background: #E9D2FF;
	margin-left:0px;
	margin-right:0px;
	margin-top:6px;
	margin-bottom:10px;
	font-size: 12px;
	
}

td {
	font-family: Arial, Helvetica, sans-serif;	font-size: 12px;
}



/* containers and layout*/

#container{width: 775px; height: auto; margin-left: auto; margin-right:auto; border: solid 1px #6C3793; background: #F5EAFF;}
#toptabs{width: 100%;height:22px}
#topmenu{	width: 100%;	height:32px;	background-image: url(library/logo/top_menu_bg.jpg);	background-repeat: repeat-x;}
#topmenu_left{	width:222px; height: 32px; float:left;	background-image: url(library/logo/top_menu_left.jpg);	background-repeat: no-repeat;}
#topmenu_right{width: 550px; text-align:center; }
#topmenu_left_img{	width:222px;margin-top:14px; text-align:center;}
#content{margin-top:15px;}
#left_col{width: 209px;float:left; height:auto;}
#courses{
	background-image: url(library/side_layer/left_bg.jpg);
	background-repeat: repeat-y;
}
#text_content{margin-right: 10px; margin-left: 215px; border:solid 1px #6C3793; background: #F1E1FF;}
#text_content_lan{margin-right: 20px; margin-left: 20px; border:solid 1px #6C3793; background: #F1E1FF;width:auto;}
#footer{width: 80%; margin-left: auto; margin-right: auto;text-align:center;}

/* end of layout*/

/*text and headers*/
p{margin-left: 8px; margin-right: 5px;}
h1{margin-left:30px; font-size: 15px; font-style:italic;margin-top:5px; }
h3.news{margin-left:45px; font-style: italic; font-size: 14px;}
p.news_content{margin-left: 30px;}

/*links*/
a:link{
	text-decoration: underline;
	color: #000000;

}



a:visited{
	text-decoration: underline;
	color: #000000;
}
a:active{
	text-decoration: underline;
	color: #000000;

}

a:hover{
text-decoration: underline;
	color: #FF0000;
}


ul li {
	list-style-image: url(library/bullet_li.gif);margin-left: 40px; line-height: 25px;
}

/*forms*/
input,select,textarea,Submit{background:#E6CAFF; border: solid 1px black;}