body 
{
	background-color: #EEE;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#wrapper
{
	width: 85%;
	margin: 0 auto;
}

td
{
	vertical-align: top;
}

p,ul,ol 
{
	color: black;
	font-size: 80%;
}

h1
{
	color: #454545;
	font-size: 175%;
	font-weight: bold;
}

h2
{
	color: #707070;
	font-size: 130%;
	font-weight: normal;
	border: 1px solid #cccccc;
	border-width: 0px 0px 1px 0px;
	padding-bottom: 0px;
}

h3
{
	color: #707070;
	font-size: 100%;
	font-weight: bold;
	border: 1px solid #cccccc;
	border-width: 0px 0px 1px 0px;
	padding-bottom: 0px;
	text-align: center;
}

#header
{
	float:left;
	margin-top: 5px;
	width: 100%;
	height: 115px;
	background-color: #FFF;
	border: 1px solid black;
}

#header img
{
	float: left;
	margin: 5px;
}

#header h1
{
	margin-top: 35px;
	margin-left: 275px;
}

#menu
{
	float: left;
	font-weight: bold;
	font-size: 1.0em;
	margin-top: 10px;
	width: 20%;
	color: #000000;
	background-color: #FFF;
	border: 1px solid black;
}

#menu ul
{
	list-style: circle;
	padding-left: 1.5em;
	margin: 0;
}

#menu li
{
	margin-bottom: 0.3em;
}

#content
{
	float: right;
	width: 79%;
	margin-top: 10px;
	background-color: #FFF;
	border: 1px solid black;
	min-height: 232px;
}

#content_wrapper
{
	margin-left: 10px;
}

#content_wrapper img
{
	border-color: black white white black;
	border-style: ridge;
	border-width: .8em;	
}

.counter
{
	font-family: "Comic Sans MS, Verdana, Arial, Helvetica, sans-serif";
	font-size: 0.9em;
}

#charity
{
	text-align: center;
	text-decoration: underline;
	color: blue;
}

.bursary_list
{
	list-style-type: upper-alpha;
}

#footer 
{
	float: left;
	clear: both;
	width: 100%;
	margin-top: 10px;
	color: #555555;
	font-size: 60%;
	text-align: center;
	background-color: #EEE;
	border: 0px solid black;
}

#footer a 
{
	text-decoration: underline;
}
	
.subtitle
{
	font-size: 80%;
}

.right 
{
	text-align: right;
}

.left 
{
	text-align: left;
}

.center 
{
	text-align: center;
}


.title 
{
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	font-size: 80%;
}

.small 
{
	color: #000000;
	font-size: 60%;
}



.img_pics
{
	border-color: black white white black;
	border-style: ridge;
	border-width: .8em;
}

.table_font
{
	font-size: .8em;
}

a 
{
	color: black;
	font-weight: bold;
	text-decoration: none;
}

a:link 
{
	text-decoration: none;
}

a:visited 
{
	text-decoration: none;
}

a:active 
{
	text-decoration: none;
}

a:hover 
{
	color: #ff0033;
	text-decoration: underline;
}