/*
Design by Omer I Khan
*/

* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Tahoma, Verdana, "Trebuchet MS", Arial;
	font-size: small;
	text-align: justify;
}

a:link {
	text-decoration: none;
	color: #006633;
}

a:active {
	text-decoration: none;

}

a:visited {
	color: #009966;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
.psmpage {
	width: 966px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url(images/pagebg.png);
	background-repeat: repeat-y;
}


.header {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	height: 85px;
	clear: both;
	background-image: url(images/headbg.png);
	background-repeat: repeat;
}

.banner {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	height: 199px;
}

.primnav {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	height: 26px;
	background-color: #006633;
}
.content {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/img01.gif);
	background-repeat: repeat-x;
	color: #333333;
	background-color: #FFFFFF;
}
.footer {
	font-size: x-small;
	text-align: center;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding-top: 5px;
	background-image: url(images/img01.gif);
	background-repeat: repeat-x;
	padding-bottom: 5px;
	color: #006666;
	margin-top: 0px;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}
.bannerbg {
}

.contleft {
	width: 25%;
	float: left;
	padding: 10px;
}

.contleftmain {
	width: 25%;
	float: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.contlefttext {
	float: left;
	width: 135px;
	text-align: left;
}
.contleftimg {
	float: right;
	width: 97px;
}
.contleftmain  p {
	text-indent: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #006666;
	font-weight: bold;
	font-size: small;

}


.contmain {
	padding: 10px;
	float: left;
	width: 70%;
}

.contright {
	float: right;
	width: 25%;
	padding: 10px;
}
.contmiddle {
	width: 44%;
	margin-right: auto;
	margin-left: auto;
	float: none;
	text-align: left;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
}
.contambmsg {
	float: left;
	width: 29%;
	vertical-align: top;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.contcharimsg {
	float: left;
	width: 28%;
	padding: 10px;
}
.contprincmsg {
	float: right;
	width: 28%;
	padding: 10px;
}

.headleft {
	float: left;
	width: 50%;
	height: 85px;
}
.headright {
	float: right;
	width: 40%;
	text-align: right;
	padding: 5px;
	color: #006600;
	font-size: small;
}

h6 {
	font-weight: bold;
	font-size: small;
	line-height: 15px;
	margin-top: 5px;
	margin-bottom: 0px;
	color: #006633;
}


h5 {
	font-weight: bold;
	font-size: small;
	line-height: 15px;
	margin-top: 5px;
	margin-bottom: 0px;
	color: #006633;
}

h4 {
	font-weight: bold;
	font-size: medium;
	color: #006633;
	padding-top: 5px;
	padding-bottom: 5px;
}

h3 {
	font-weight: bold;
	font-size: small;
	color: #006633;
	padding-top: 5px;
	padding-bottom: 5px;
	text-indent: 5px;
}

h3 a:hover {
	color: #006666;
	text-indent: 2px;
	text-decoration: underline;
	display: block;
}


.imgbrdr {
	border: 1px solid #CCCCCC;
	padding: 2px;
}

blockquote {
	padding-left: 3em;
	background-image: url(images/quote.gif);
	background-repeat: no-repeat;
}
.tablere {
	border: 1px solid #CCCCCC;
}
.contmain a {
	font-weight: bold;
	line-height: 20px;
}

#b2t {
	font-weight: bold;
	line-height: 20px;
	font-size: x-small;
}

/*
For Menu Colors
*/

#menu {
	float: left;
	width: 100%;
	background-color: #009966;
	list-style-type: none;
	height: 26px;
}
#menu li {
	float: left;
}
#menu a {
	color: #FFFFFF;
	display: block;
	float: left;
	text-decoration: none;
	width: 104px;
	text-align: center;
	padding-top: 5px;
	font-size: small;
	font-weight: bold;
	padding-bottom: 5px;
}
#menu a:hover {
	color: #FFFFFF;
	display: block;
	float: left;
	text-decoration: none;
	width: 104px;
	text-align: center;
	padding-top: 5px;
	background-color: #006633;
	padding-bottom: 5px;
	}
