@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #3B302D;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.twoColFixLtHdr #container {
	width: 990px;
	text-align: left;
	background-image: url(../images/bgPageTop.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #8B837E;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 5px;
} 
.twoColFixLtHdr #header {
	width: 990px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
	height: 128px;
} 
.twoColFixLtHdr #header h1 a{
	margin: 0;
	padding: 0;
	height: 128px;
	width: 180px;
	display: block;
	background-image: url(../images/bgLogo.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	float: left;
}
.twoColFixLtHdr #header h1 a span{
	display: none;
}
.twoColFixLtHdr #header h2{
	float: left;
	display: block;
	width: 770px;
	height: 55px;
	line-height: inherit;
	color: #FFF;
	font-size: 14px;
	margin: 5px;
	text-align: center;
}
.twoColFixLtHdr #header h3{
	color: #FFFFFF;
	font-size: 24px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-align: left;
}
.twoColFixLtHdr #header ul {
	text-align: center;
	
}
.twoColFixLtHdr #header ul li{
	display: inline;
	margin: 0px;
	padding: 0px;
}
.twoColFixLtHdr #header ul li a{
	color: #CFCEB9;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	float: left;
	padding-right: 12px;
	padding-left: 0px;
}
.twoColFixLtHdr #header ul li a:hover{
	color: #FFF;
	text-align: center;
}


.twoColFixLtHdr #navContent ul {
	background-image: url(/includes/images/HeaderMan.png);
	background-repeat: no-repeat;
	display: block;
	background-color: #94B2C5;
	background-position: 170px;
	padding: 10px;
}
.twoColFixLtHdr2 #navContent ul {
	background-image: url(../images/HeaderChildren.jpg);
	background-repeat: no-repeat;
	display: block;
	background-color: #94B2C5;
	background-position: 180px;
	padding: 10px;
}
.twoColFixLtHdr #navContent ul li{
	display: inline;
	width: 180px;
}
.twoColFixLtHdr #navContent ul li a{
	color: #E7EDFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	display: block;
	width: 160px;
	padding: 3px;
	font-weight: bold;
}
.twoColFixLtHdr #navContent ul li a:hover{
	color: #FFF;
}




.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 180px;
	color: #FFFFFF;
	margin-bottom: 15px;
}

.twoColFixLtHdr #sidebar1 p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.4em;
	text-align: center;
}
.twoColFixLtHdr  #sidebar1  h4{
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 1em;
}
.twoColFixLtHdr #navContent {
	
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #8B837E;
} 
.twoColFixLtHdr #navContent h3{
	color: #FFF;
	padding: 10px;
} 
.twoColFixLtHdr #mainContent {
	background-color: #FFFFFF;
	float: left;
	width: 800px;
	background-image: url(../images/bgContentPageTop.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom: 10px;
} 
.twoColFixLtHdr #mainContent .botBorder{
	background-image: url(../images/bgContentPageBot.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 5px;
	overflow: hidden;	
}
.twoColFixLtHdr .mainBotBorder{
	clear: left;
	background-image: url(../images/bgPageBot.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	overflow: hidden;
	height: 5px;
} 
.twoColFixLtHdr #footer {
	width: 990px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
	color: #FFFFFF;
	padding: 10px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 20px;
	width: 196px;
	margin-bottom: 20px;
	background-color: #CCCCCC;
}
.fltrt img{
	padding-bottom: 10px;	
}
.fltrt p{ /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.4em;
	text-align: center;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-left: 15px;
	width: 200px;
}
.fltlft p{ /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	
}
.fltlft img{ 
	
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
	overflow: hidden;
}
.gutter {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.bodytxt {
	font-family: arial;
	font-size: 12px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	letter-spacing: 0em;
	text-align: left;
	word-spacing: 0px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	color: #000;
}
.border {
	padding: 5px;
	text-align: left;
	margin: 5px;
	color: #000;
	border: 1px solid #FFF;
}
.links {
	text-decoration: none;
	color: #0099FF;
}
	
.links a:visited {
	text-decoration: none;
	color: #0099FF;
}
.links a:hover {
	text-decoration: underline;
	color: #CCCCCC;
}
.links a:active {
	text-decoration: underline;
	color: #CCCCCC;
}

.site_links {
	text-decoration: none;
	color: #CCCCCC;
	font-size: 11px;
	text-align: center;
}
	
	
.site_links a {
	text-decoration: none;
	color: #CCCCCC;
	font-size: 11px;

}

.site_links a:hover {
	text-decoration: underline;
	color: #999999;
	font-size: 11px;
	text-align: center;
}

.site_links_bd {
	text-decoration: none;
	color: #0066FF;

}
	
	
.site_links_bd a {
	text-decoration: none;
	color: #0066FF;

}

.site_links_bd a:hover {
	text-decoration: underline;
	color: #666666;
}

.site_links_mohammad {
	text-decoration: underline;
	color: #FFFFFF;
	font-size: 12px;
	font-family: "Trebuchet MS", Tahoma, sans-serif;
	font-weight: bold;
}

.site_links_mohammad a {
	text-decoration: none;
	color: #cccccc;
	font-size: 12px;
	font-family: "Trebuchet MS", Tahoma, sans-serif;
	font-weight: bold;

}
.site_links_mohammad a:hover {
	text-decoration: underline;
	color: #ffffff;
	font-size: 10px;
	font-family: "Trebuchet MS", Tahoma, sans-serif;
	font-weight: bold;
}

.bodytxt_em {
	font-family: "Trebuchet MS", Tahoma, sans-serif;
	font-size: 11px;
	font-style: italic;
	line-height: 15px;
	font-weight: normal;
		
}
a:link {
	color: #0066FF;
}
a:visited {
	color: #0066FF;
}
a:hover {
	color: #999999;
}
a:active {
	color: #0066FF;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
}
.txt-blk-11 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-align: center;
}
