div#header	{
	background-color: #FFFF66;
	padding: 5px;
	text-align: center;
	}

div#header h1	{
	font-family: arial;
	font-size: 30px;
	color: #000000;
	}

div#header h2	{
	font-family: arial;
	font-size: 18px;
	color: #000000;
	}

div#header img	{
	float: left;
	}

div#nav	{
	width: 150px;
	background-color: #20E020;
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
	}

div#nav div	{
	padding: 10px;
	float: left;
	}

div#content	{
	font-family: tahoma; 
	font-size: 16px;
	font-weight: bold;
	color: #4040c0;
	}

.menuitem, .menuitemsel {
    background-repeat: no-repeat;
    color: #0000FF;
    margin: 5px 0px 5px 10px;
    padding-left: 5px;
}
.menuitem {
    background-image: url(images/rect.png);
}
.menuitemsel {
    background-image: url(images/rectsel.png);
}

.menulink {
    color: #0000FF;
    text-decoration: none;
    
}
.menuitem a:hover {
    color: #DD0000;
    text-decoration: none;
}
.menuitem a:active {
    color: #DD0000;
    text-decoration: none;
}

.container {
    height:400px;
    margin:20px auto;
    padding:10px;
    position:relative;
    width:715px;

    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
}

.title1		{font-family: arial; font-size: 30px; font-weight: bold; color: #000000;}
.notice		{font-family: arial; font-size: 16px; font-weight: normal; color: #FF0000;}
.heading1	{font-family: tahoma; font-size: 20px; font-weight: bold; color: #ff6040;}
.text1		{font-family: tahoma; font-size: 16px; font-weight: bold; color: #4040c0;}
.nav		{font-family: arial; font-size: 12px; font-weight: normal; color: #ffffff;}
