html, body { margin: 0; padding:0; }

body
	{
	padding: 0; 
	margin: 0;
	background: url("../images/grass.gif") repeat 0 0;
	background-color: #fff;
	color: black;
	font-size: 11px;
	font-family: arial, helvetica, sans-serif;
	}

a, a:link { color: #cc0000; }
a:hover { color: #fff; background-color: #CC0000; }

#border { padding: 15px; margin: 15px; background-color: #fff; }

#hh { margin: 10px 10px 10px 0; }

/* Root = Horizontal, Secondary = Vertical */
ul#navmenu 
	{
	margin: 0 0 10px 0;
	border: 0 none;
	padding: 0;
	list-style: none;
	height: 35px;
	background: url("../images/menu/rightcorner.gif") no-repeat right top;
	background-color: #CC0000;
	}

ul#navmenu li 
	{
	border: 0 none;
	padding: 0;
	margin: 0;
	float: left; /*For Gecko*/
	display: inline;
	list-style: none;
	position: relative;
	height: 35px;
	}

	ul#navmenu li#menuHomepage { height: 35px; background: url("../images/menu/leftcorner.gif") no-repeat left top; }

/* Root Menu */
ul#navmenu a
	{
	border-right: 1px solid #A00000;

	padding: 2px 20px;
	float: none !important; /*For Opera*/
	float: left; /*For IE*/
	display: block;
	color: #FFFFFF;
	font: bold 13px/31px Arial, Helvetica, sans-serif;
	text-decoration: none;
	height: auto !important;
	height: 1%; /*For IE*/
	}

ul#navmenu a.on { background: url("../images/menu/arrow.gif") no-repeat center bottom; }

ul#navmenu li ul li ul { border: 0 none; }

/* Root Menu Hover Persistence */
ul#navmenu a:hover,
ul#navmenu li:hover a,
ul#navmenu li.iehover a 
	{
	background-color: #A72929;
	}

/* Root Menu Hover Persistence */
ul#navmenu a#menuHomepage:hover,
ul#navmenu li#menuHomepage:hover a,
ul#navmenu li#menuHomepage.iehover a 
	{
	background: url("../images/menu/leftcorner.gif") no-repeat left top;
	background-color: #A72929;
	}

#main { margin: 0 205px 10px 0; }
		
	#main h1 { color: #333333; font-size: 160%; font-family: georgia, times new roman, sans-serif; text-decoration: underline;}
	#main p { font-size: 110%; text-align: justify; }
	#main img { float: right; display: inline; margin: 0 0 15px 15px; }

dl#banner
	{
	height: 178px;
	background: url("../images/banner/cric1.jpg") no-repeat left top;
	background-color: #B7C156;
	}

	dl#banner dd { height: 148px; background: url("../images/banner/cornerright.gif") no-repeat right top; }
	dl#banner dt { color: #fff; font-size: 120%; font-weight: bold; height: 24px; padding: 6px 5px 0 5px; margin: 0 0 0 5px; background: url("../images/banner/cornerbottomright.gif") no-repeat right bottom; background-color: #CC0000; }

dl#banner dt a, dl#banner dt a:link { color: #fff; }

img#photoframe, img#awards
	{
	float: right;
	clear: right;
	border: 0;
	}

	img#photoframe { width: 161px; height: 150px; padding: 10px 15px 0 0; }
	img#awards { width: 126px; height: 195px; padding: 10px 35px 0 0; }
	
table
	{
	border: 1px solid #CC0000;
	margin: 10px 0 20px 0;
	padding: 10px;
	font-size: 120%;
	width: 100%;
	border-collapse: collapse;
	}
	
	table th
		{
		text-align: left;
		padding: 5px;
		font-weight: normal;
		color: white;
		font-size: 140%;
		background-color: #CC0000;
		}
		
	table td { padding: 5px; }
	table tr.rowOn { background-color: #F2F5D1; }
	
div.bigLinks { font-size: 220%; margin: 0 0 20px 0; }

img#mainImg { float: none; display: block; margin: 10px auto; }
