*{margin:0; padding:0;}

body{
	background-color:#FAFBE5;
	font-family:georgia;
	margin:0px;
	padding:0px;
}

a, a:link, a:visited {
	text-decoration: none;
	color:#A41F00;
	font-family:Cambria, Georgia;
}

a:hover {
	text-decoration: underline;
	color:#0E1F3B;
}

img {
	border: 0;
}

h1{
	text-align:center;
	color:#101C72;
}

h2{
	text-align:center;
	padding:10px;
	font-size:28px;
	color:#29325a;
	font-weight:bold;
}

h3{		
	padding:5px 0px 0px 30px;
	font-size:22px;
	color:#29325a;
	font-weight:bold;
}

h4{
	background:url('images/star.gif') no-repeat 0 10px;
	font-size:13px;
	color:#313131;
	display:block;
	margin:0 0 0 15px;
	padding:5px 20px;
	font-weight:normal;
}

#headerWrapper{
	background: #F9FBE6 url(images/header_wrapper_bg.jpg) repeat-x scroll center top;
}

#header{
	margin:0px auto;
	width:996px;
	height:100px;
}

blockquote{
	padding:20px;
	margin:20px 20px;
	background:#ebe9d6;
	color:#29325b;
	font-size:12px;
	height:160px;
	font-family:verdana;
}

#pseudoBodyWrapper{
	background:#FEFCEF url(images/panel_bg.jpg) repeat-x scroll center top;
	min-width:1000px;
}

#pseudoBody{
	width:996px;
	background:#FAFBE5 url(images/pseudo_body_bg_home.jpg) repeat-y scroll center top;
	margin:0px auto;
}

#leftPanelSub {
	width:257px;
	float:left;
	padding:10px;
	background:url(images/panel_bg.jpg) repeat-x scroll center top;
	color:#101C72;
}

#leftPanelSub a{
	line-height:18px;
	font-size:15px;
}

#leftPanelSub hr{
	background-image:url(images/hr_dotted.gif);
	border:none;
	height:1px;
	margin:10px 0;
}

#rightPanel{
	width:256px;
	float:right;
	padding:10px;
	background:url(images/panel_bg.jpg) repeat-x scroll center top;
}

#centerPanel{
	margin:0 276px 0 107px;
}

#footerWrapper{
	height:133px;
	background:#FAFBE5 url(images/footer_bg.jpg) repeat-x scroll center top;
}

#footer{
	margin:0px auto;
	background:#FAFBE5 url(images/footer_mid_bg.jpg) repeat-x scroll center top;
	height:133px;
	width:1000px;
	color:#6B80A4;
	font-size:11px;
	text-align:center;
}

#center_content, #user_content{
	color:#2A2B2B;
	font-size:13px;
	line-height:22px;
	text-align:justify;
}

#center_content ul{ padding:10px; font-family:verdana; font-size:11px; background:#e6e4cd;}

#center_content ul li{
	list-style-position:inside;
	padding:3px 0 0 25px;
}

#center_content p{
	padding:5px 10px;
}

.list_header{
	text-transform:uppercase;
	font-size:22px;
	border-bottom: 2px solid #CDD8CA;
	border-top: 2px solid #CDD8CA;
	color:#101C72;
	text-align:center;
	margin: 20px 0 5px 0;
	padding-top:8px;
}

ul.list, ul.list a{
	color:#29325A;
	direction:rtl;
	text-align:right;
	line-height:26px;
	list-style:url(images/bullet.png);
	padding:0 3px 10px;
}

ul li{list-style-position:inside; }

.leftData{
	color:#29325A;
	font-family:verdana;
	font-size:11px;
	line-height:2em;
	border-bottom:1px dotted #29325A;
	margin-bottom:20px;
	padding-bottom:10px;
}

.leftData a {
	display:block;
}

.blockUI h1{color:#FFF;}

