/*
Style sheet for Baithulmal
2005 (c) Mohamed Azmeer
AzmeerM@yahoo.com
www.azmeer.com
www.crescentholdings.biz
March 2007
*/

* {
	margin: 0;
	padding:0;
}

body{
	background-color: #fff;
	margin: 0;
	padding: 5px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-image: url(images/bkg.jpg);
	background-repeat: repeat;
}
a:link, a:visited, a:active {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: underline;
	color: #ff0000;
}

#nav a:link, #nav a:visited, #nav a:active {
	text-decoration: none;
	color: #FFF;
}
#nav a:hover {
	text-decoration: underline;
	color: #999999;
}

.redbullet {color: #CC0000}
.navigationbullet {color: #666633}
.bullet {
	margin-left:50px;
}
.whitetxt {color: #fff}

#colOne {
	height: 400px;
	width: 275px;
	color: #000000;
	background-color: #e2e8b8;
	float: left;
	position: relative;
	left: 0px;
	top: 0px;
	background-image: url(images/leftBkg.gif);
	background-repeat: repeat-x;
}

#colTwo {
	height: auto;
	width: 515px;
	color: #000;
	background-color: #FFFFFF;
	float: right;
	position: relative;
	left: 0px;
}

#colInside {
	height: auto;
	width: 100%;
	color: #000000;
	background-color: #e2e8b8;
	float: left;
	position: relative;
	left: 0px;
	top: 0px;
}

#container {
	height: auto;
	width: 790px;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #000000;
	/* line-height: 16px; */
}

#LRmargin {
	padding-right: 10px;
	padding-left: 10px;
	text-align: left;
	vertical-align: top;
}

#bullets {
	padding-right: 5px;
	padding-left: 25px;
	text-align: left;
	vertical-align: top;
}
#bottom {
	font-size: xx-small;
	color: #666666;
	text-align: center;
	clear: both;
	width: 100%;
	position: relative;
	top: 0px;
	background-image: url(images/arabPat_01.gif);
	background-repeat: repeat-x;
	height: 41px;
}

#footer {
	font-size: xx-small;
	color: #666666;
	text-align: center;
	clear: both;
	width: 100%;
	position: relative;
	top: 5px;
}

#footer a:link, #footer a:visited, #footer a:active {
	color: #666666;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
	color: #FF0000;
	background-color: #FFFFFF;
	font-weight: bold;
}

#smalltxt {
	font-size: xx-small;
}

.tableLiteBrwnBrdr {
	border: 1px solid #a19678;
	background-color: #FFFFFF;
}

.titles {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	font-size: large;
	font-weight: bold;
	color: #027037;
}

.subTitles {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: small;
	font-weight: bold;
	color: #B01016;
}

.secTitles {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: small;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	vertical-align: top;
}

.smallText {
	font-size: xx-small;
}
.smallTextRed {
	font-size: xx-small;
	color: #FF0000;
}
ul {
	padding-right: 5px;
	padding-left: 35px;
	text-align: left;
	vertical-align: top;
	list-style-type: square;
}