/*
Style sheet for Zahira College Group of 60
2005 (c) Mohamed Azmeer
AzmeerM@yahoo.com
www.azmeer.com
July 2005
*/

/*
* {
	margin: 0;
	padding:0;
}
*/

body{
	background-color: #fff;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
a:link, a:visited, a:active {
	text-decoration: none;
	color: #B01016;
}
a:hover {
	text-decoration: underline;
	color: #B01016;
}

.redbullet {color: #B01016}
.navigationbullet {color: #666633}

#container {
	height: auto;
	width: 784px;
}

#home_top{
	height: 101px;
	width: 750px;
	margin-top: 10px;
}

#home_middle{
	width: 750px;
}

#navigation{
	width: 750px;
	height: auto;
}

#navigation a:link, #navigation a:visited, #navigation a:active {
	color: #E8E8D6;
	text-decoration: none;
}
#navigation a:hover {
	text-decoration: underline;
	color: #666633;
}

#inside_body{
	width: 750px;
}

#footer {
	background-color: #FFFFFF;
	clear: both;
	width: 750px;
	bottom: 0px;
	height: auto;
	background-position: center center;
	font-size: xx-small;
}
.titles {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: large;
	font-weight: bold;
	color: #00803A;
}
.subTitles {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: small;
	font-weight: bold;
	color: #B01016;
}
#LRmargin {
	padding-right: 10px;
	padding-left: 10px;
	text-align: left;
	vertical-align: top;
}
.tableLiteBrwnBrdr {
	border: 1px solid #929463;
	background-color: #FFFFFF;
}
.forms {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
