body {
	background: #FFF;
	color: #000;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, San Serif;
	font-size: 14px;
}

p {
	margin: 0 0 15px 0;
}

h1, h2, h3, h4, h5, h6, p.nospace, form {
	font-weight: normal;
	margin: 0;
	padding: 0;
}

h1 { font-size: 30px; }
h2 { font-size: 24px; }
h3 { font-size: 20px; }
h4 { font-size: 16px; }
h5 { font-size: 10px; }
h6 { font-size: 9px; }

a:link, a:visited {
	text-decoration: underline;
	color: #000;
}

a:hover {
	text-decoration: none;
	color: #339900;
}

a:active {
	text-decoration: none;
	color: #CC0000;
}

td.section_focus a {
	font-size: 14px;
}

td.section_focus a:link, td.section_focus a:visited {
	color: #F8EEC7;
}


td.section_focus a:hover {
	color: #FFCC00;
}

/********* PAGE CONTANERS IDs **********/

td#mainNav {
	width: 800px;
	position: relative;
	background: url('http://www.sonsofselassie.org/images/bg_nav.jpg') top left repeat-x;
	padding: 0 10px 25px 160px;
	margin: 0 0 5px 0;
	font-size: 14px;
	verticle-align: bottom;
}

td#sectionNav table {
	font-size: 12px;
	margin-bottom: 15px;
}

td#contentCell table {
	font-size: 14px;
	margin: 0 10px 15px 0;
}

p#footer{
	margin: 10px 0 20px 0;
}

td.section_hdr {
	background: url('http://www.sonsofselassie.org/images/bg_sec_t.gif') no-repeat left top;
	padding: 0 10px;
}

td.section_ftr {
	background: url('http://www.sonsofselassie.org/images/bg_sec_b.gif') no-repeat left bottom;
	padding: 0 10px;
}

td.section_link {
	background: url('http://www.sonsofselassie.org/images/bg_sec.gif') repeat-y left top;
	padding: 2px 10px 6px 10px;
}

td.section_focus {
	background: url('http://www.sonsofselassie.org/images/bg_sec_a.gif') repeat-y left top;
	padding: 2px 10px 6px 10px;
}

td.content_hdr {
	background: url('http://www.sonsofselassie.org/images/bg_content_t.gif') no-repeat left top;
	padding: 0 10px;
}

td.content_ftr {
	background: url('http://www.sonsofselassie.org/images/bg_content_b.gif') no-repeat left bottom;
	padding: 0 10px;
}

td.content_body {
	background: url('http://www.sonsofselassie.org/images/bg_content.gif') repeat-y left top;
	padding: 0 10px 0 20px;
}

/******** COLORS ********/

.gold1 {
	color: #FFCC00;
}

.gold1BG {
	background-color: #FFCC00;
}

.gold2 {
	color: #CC9900;
}

.gold2BG {
	background-color: #CC9900;
}

.gold3 {
	color: #F8EEC7;
}

.gold3BG {
	background-color: #F8EEC7;
}

.green1 {
	color: #339900;
}

.green1BG {
	background-color: #339900;
}

.green2 {
	color: #369C02;
}

.green2BG {
	background-color: #369C02;
}

.green3 {
	color: #99B301;
}

.green3BG {
	background-color: #99B301;
}

.red1 {
	color: #CC0000;
}

.red1BG {
	background-color: #CC0000;
}

.red1 {
	color: #CC0000;
}

.red1BG {
	background-color: #CC0000;
}

.red2 {
	color: #D31E00;
}

.red2BG {
	background-color: #D31E00;
}

.orange1 {
	color: #EA7A00;
}

.orange1BG {
	background-color: #EA7A00;
}




img.feature_l {
	float: left;
	margin: 0 15px 10px 0;
	border: 2px solid #B1CADC;
}

img.feature_r {
	float: right;
	margin: 0 0 10px 15px	;
	border: 2px solid #B1CADC;
}

img.rule {
	margin:5px 0 8px 0;
}

div.section_feature {
	border-bottom: 1px solid #446075;
	margin: 0 0 20px 0;
	padding: 0 0 10px 0;
}

.btn, .button {
	font-size: 12px;
	font-weight: bold;
	border-top: 1px solid #FFCC00;
	border-left: 1px solid #FFCC00;
	border-bottom: 1px solid #CC9900;
	border-right: 1px solid #CC9900;
	background-color: #339900;
	color: #FFFFFF;
	margin: 1px;
	padding: 1px 6px 2px 5px;
}

input.text, .inputbox, input[type="text"], input[type="password"], textarea, select {
	color: #000000;
	padding: 1px;
	background: #ffffff;
	border: 1px solid #446057;
}

input.text, input[type="text"], input[type="password"] {
	height: 20px;
}

img.icon_section {
	width: 25px;
	height: 25px;
	vertical-align: bottom;
	margin-right: 10px;
	border: 1px solid #446057;
}

img.baseline_img {
	position: relative;
	top: 5px;
	bottom: 0;
	verticle-align: bottom;
}


