/* Kevin Wilson */
/* Dec 2009 */

/* px to em conversion (default = 16px)*/
/* 18px = 1.125em */
/* 16px = 1em     */
/* 14px = 0.875em */
/* 12px = 0.75em  */
/* 10px = 0.625em */


/****** CSS Clear ******/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;}

ol, ul {
	list-style: none;}
/****** end clear ***************/


/********** Layout **********/
html, body {
	background-color: #fff; 
	font: 12px verdana, sans-serif;
	line-height: 140%;
	color: #777;}

.Container {
	margin: 0 auto;
	text-align: left;
	width: 700px; /*720px*/
	/*font-size: 0.875em;*/
	margin-top: 10px;}
	

#Header {
	margin: 0;
	padding: 20px 0 10px 0;}


#Content {
	margin-bottom: 20px;}

.NavColumn {
	float: left;
	position: relative;
	width: 145px;
	z-index: 5;}

.MainColumn {
	margin-left: 155px;}

/********** end layout *********/


/********** style **********/

h1, h2, h3 {
	color: #737CA1;}

h1 {
	font-size: 30px;}

h2 {
	font-size: 14px;}

h3 {
	font-weight: bold;}

p {
	margin: 0 0 20px 0;}

a {
	color: #77a;}

.desc {
	font-size: 11px;
	/*line-height: 120%;*/}

hr {
	padding: 0;
	margin: 0 0 20px 0;
	color: #ddd;
	background-color: #ddd;
	height: 1px;
	border: 0;
}

#footer {
	clear: both;
	background-color: #eee;
	border-top: 1px solid #ddd;
	text-align: center;
	font-size: 9px;
	color: #999;}


/**************** For altering the text direction of email addresses *****************/
.codedirection {
	unicode-bidi: bidi-override;
	direction: rtl;}