body {
	background: #ffffff url(../images/body_bg.gif) repeat-x;
	color: #454545;
	margin: 10px;
	padding: 10px;
	font: normal 12px "Lucida Grande", Verdana, Arial, Sans-Serif;
	text-align: center;
}

a, a:link, a:visited {
	/*color: #356383;*/
	color: #163CAC;
	text-decoration: underline;
	outline: none;
}
a:hover, a:active {
	color: #c25d20;
}

img {
	vertical-align: middle;
	border: 0;
}
input, select, label {
	vertical-align: middle;
	font-family: "Lucida Grande", Verdana, Arial, Sans-Serif;
}
form {
	margin: 0;
	display: inline;
}

h1, h2, h3, h4, h5, p {
	margin: 0 0 0 0;
	padding: 0 0 10px 0;
	line-height: 140%;
}

ul {
	margin: 0;
	padding: 0 0 10px 20px;
	line-height: 140%;
}
ul li {
	margin: 0;
	padding: 0;
}

#wrapper {
	margin: 0 auto 0 auto;
	min-width: 770px;
	width: 85%;
	text-align: left;
}

#header-toplinks {
	text-align: right;
	padding: 10px;
}

#header {
	background: #f0f0f0 url(../images/header_bg.gif) repeat-x;
	min-height: 94px;

}
#header-left {
	background: url(../images/header_left.gif) no-repeat;
	padding-left: 45px;
	border-right: 1px solid #a9b2b9;
}
#header-logo {
	float: left;
	width: 50%;
}
#header-logo a {
	display: block;
	background: url(../images/header_logo.gif) no-repeat;
	height: 94px;
	width: 294px;
}
#header-logo a span {
	display: none;
}
#header-login {
	float: right;
	width: 40%;
	text-align: right;
	padding: 10px 10px 0 0;
	font-size: 11px;
}
#header-login div {
	padding: 2px 0 2px 0;
}
#header-login label {
	color: #356383;
}


#browsebar {
	background: #356383 url(../images/browsebar_bg.gif) repeat-x bottom;
	border-left: 1px solid #163bab;
	color: #FFFFFF;
	text-shadow: #141464 2px 2px 0px;
}

#browsebar input, #browsebar select {
	text-shadow: none;
}

#browsebar-right {
	background: url(../images/browsebar_right.gif) no-repeat right bottom;
	min-height: 36px;
}
#browsebar-browse {
	float: left;
	width: 50%;
	text-align: center;
	line-height: 36px;
}
#browsebar-search {
	float: left;
	width: 50%;
	text-align: center;
	line-height: 36px;
}

#footer {
	background: url(../images/footer_logo.gif) no-repeat left;
	padding-left: 35px;
	font-size: 11px;
	line-height: 140%;
	color: #859097;
}


#content {
	
}

#content-sidebar {
	float: left;
	width: 203px;
}
#content-sidebar-top {
	background: #96adbd url(../images/sidebar_top.gif) no-repeat;
	border-left: 1px solid #a9b2b9;
	height: 24px;
	line-height: 24px;
	color: #ffffff;
	padding: 0 14px 0 5px;
	text-shadow: #6e889a 2px 2px 0px;
}
.content-sidebar-content {
	border-left: 1px solid #a9b2b9;
	background: #f7f7f7 url(../images/sidebar_bg.gif) repeat-y;
	padding: 5px 14px 5px 5px;
}
.content-sidebar-content ul {
	margin: 0;
	padding: 0 0 0 5px;
	list-style: none;
}
.content-sidebar-content ul li {
	background: url(../images/arrow_yellow.gif) no-repeat left;
	padding-left: 10px;
	line-height: 160%;
}
.content-sidebar-subtitle {
	background: #96adbd url(../images/sidebar_subtitle.gif) no-repeat;
	border-left: 1px solid #a9b2b9;
	height: 23px;
	line-height: 23px;
	color: #ffffff;
	padding: 0 14px 0 5px;
	text-shadow: #6e889a 2px 2px 0px;
}
#content-sidebar-bot {
	background: #f7f7f7 url(../images/sidebar_bot.gif) no-repeat;
	border-left: 1px solid #a9b2b9;
	height: 10px;
}

#content-main {
	padding: 10px 0 10px 0;
}
#content-main.sidebar {
	margin-left: 215px;
}

.red {
	color: #c25d20;
}
.arabic {
	font-size: 16px;
}
.image {
	border: 1px solid #a9b2b9;
	background: #FFFFFF;
	padding: 4px;
	float: right;
	margin: 0 0 5px 10px;
}
.clear {
	clear: both;
}