body {
	background: #fff;
    margin: 0px;
    /*font-size: 12px;
    font-family: Verdana,Arial,Helvetica,sans-serif;*/
	font-family: "Calibri";
    /*font: 0.7em/1.3em Verdana,Arial,Helvetica,sans-serif;*/
}
#wrapper {
	/*background-color: lightblue;*/
	/*height: 300px;*/
	/*border-style: solid;*/
	font-size: 17px;
	margin: 0px auto;
	width: 800px;	
}

#header {
}

#header_top {
	width: 800px;
	height: 196px;
	background: #ffffff url("../img/AdmissionHeader.jpg") no-repeat;
}

#content {
	padding: 10px;
}

#menu {
	font-size: 17px;
	margin: 10px auto;
}
#menu a:link  { 
	color: ##009;
	text-decoration: none;   
	border-bottom: 1px dotted #000;
}
#menu a:hover  {
    border-bottom: 1px solid #009;
	}
/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
}

/* Links inside the dropdown */
.dropdown-content a {
	background-color: #ffffff;
    padding: 4px 8px;
    text-decoration: none;
    display: block;
}
/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #c9c7c7;}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}
table, th, td {
    border: 1px solid black;
    border-collapse: collapse;
}
th, td {
    padding: 10px;   
}

.error{
color:RED;
}

.success{
color:BLUE;
}

