/* this stylesheet is for all pages of rafiusa.org*/

* {
	/* global whitespace reset*/
	margin: 0px;
	padding: 0px;
}

/* to avoid page-shift */
html { 
	min-height: 100%; margin-bottom: 1px; 
}

body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	background-color: #ffffcc;
}
#wrapper {
	width: 810px;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	border-right: 2px solid #030;
	border-left: 2px solid #030;
	border-bottom: 2px solid #030;
	border-top: 5px solid #993;
	margin-bottom: 8px;
	background-color: #FFF;
}
#header {
	background-color: #fff;
	text-align: center;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #999933;
}
#header img {
	border: none;
	margin-top: 6px;
	margin-bottom: 4px;
}
#navcol {
	background-color: #9C9;
	width: 178px;
	vertical-align: top;
	padding-top: 16px;
	padding-right: 0px;
	padding-left: 4px;
	list-style: none;
	border-right: 2px solid #999933;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #333;
	
}
#navcol .nav1  {
	padding: 0px 0px 0px 12px;
	margin: 0px;
	width: 145;
	
}
#navcol .nav1 ul {
	list-style: none;
}
#navcol .nav1 li  {
	margin: 9px 0px 2px;
	padding: 0px 0px 1px;
	list-style: none;
}
#navcol .nav1 a:link, #navcol .nav1 a:visited {
	font: 14px/15px Arial, Helvetica, sans-serif;
	font-weight: bold;
	display: block;
	text-decoration: none;
	border-bottom: 2px solid #693;
	color: #030;	
}
#navcol .nav1 a:hover {
	color: #FFC;
}
#navcol .nav1 .current a:link, #navcol .nav1 .current a:visited {
	color: #FFC;
}
#navcol .nav2  {
	margin: 0px 0px 7px;
	padding: 0px;
}
#navcol .nav2 ul {
	list-style: none;
}
#navcol .nav2 li {
	text-align: left;
	margin: 0px 0px 1px;
	padding: 0px 0px 1px 7px;
}
#navcol .nav2 a:link, #navcol .nav2 a:visited {
	font: 11px/12px Arial, Helvetica, sans-serif;
	font-weight: normal;
	letter-spacing: normal;
	color: #030;
	text-decoration: none;
	border-bottom: solid 1px #669933;
}
#navcol .nav2 a:hover {
	color: #FFC;
}
#navcol .nav2 .current a:link, #navcol .nav2 .current a:visited {
	color: #FFC;
}
#content {
	vertical-align: top;
}
#sidebar {
	width: 180px;
	float: right;
	border-left: 1px solid #CF9;
	margin-left: 10px;
}	
#sidebar2 {
	width: 210px;
	float: right;
	border-left: 1px solid #CF9;
	margin-left: 12px;
}		
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	padding-right: 24px;
	padding-left: 22px;
	padding-bottom: 12px;
}
.overline {
	border-top: 2px solid #693;
	margin-right: 14px;
	margin-left: 18px;
	margin-top: 8px;
	padding-top: 6px;
}

ul {
	list-style-type: disc;
	list-style-position: outside;
	font-size: 12px;
	line-height: 15px;
	padding-right: 24px;
	padding-left: 28px;
	margin-left: 16px;
	margin-bottom: 14px;
}
ul .in {
	list-style-type: disc;
	list-style-position: outside;
	font-size: 12px;
	line-height: 15px;
	padding-right: 24px;
	padding-left: 12px;
	margin-left: 36px;
	margin-bottom: 14px;
}
ol {
	list-style-position: outside;
	font-size: 12px;
	line-height: 15px;
	padding-right: 24px;
	padding-left: 36px;
}
li {
	list-style-position: outside;
	padding-right: 6px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	/*list-style-type: disc;*/
}
ul.bulletlist {
	list-style-type: disc;
	list-style-position: outside;
	font-size: 12px;
	line-height: 15px;
	padding-right: 6px;
	padding-left: 40px;
	padding-top: 2px;
}
ul.bulletlist li {
	padding-right: 6px;
	margin-bottom: 4px;
}	
.head1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: normal;
	color: #003300;
	font-style: normal;
	line-height: normal;
	text-align: left;
	padding-top: 25px;
	padding-right: 25px;
	padding-left: 20px;
}
h1 {
	font: normal 24px/28px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #006600;
	margin-bottom: 16px;
	padding-top: 14px;
	border-bottom: 2px solid #060;
	margin-left: 18px;
}
.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: auto;
	padding: 0px 15px 0px 20px;
	line-height: 16px;
}
.list {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 15px;
	list-style-type: none;
	padding-left: 40px;
	padding-right: 25px;
	padding-bottom: 0px;
	list-style-position: outside;
	padding-top: 0px;
}
.phead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #003300;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 22px;
	font-weight: bold;
	line-height: 16px;
}
.bodysmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-left: 20px;
	line-height: 14px;
	padding-bottom: 2px;
	text-align: left;
	padding-right: 5px;
}
.bodylist {
	padding-right: 15px;
	padding-left: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	list-style-position: outside;
	text-align: left;
	padding-top: 0px;
}
.bodytimes {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	margin: auto;
	padding: 0px 15px 0px 20px;
	line-height: 16px;
}

.bottomborder {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #669933;
}
.sidebargreen {
	background-color: #CCFF99;
	padding-left: 8px;
	padding-right: 6px;
}
.sidebargreen h3 {
	background-color: #CCFF99;
	font-size: 14px;
	color: #006633;
	padding-left: 6px;
	padding-top: 16px;
}
.sidebarborder {
	border: 2px solid #669933;
}
	
#homenews {
	background-color: #CCFF99;
	margin-top: 4px;
	margin-bottom: 4px;
	width: 99%;
}
.footer {
	font-size: 10px;
	line-height: 13px;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #669933;
	padding-bottom: 8px;
	padding-top: 8px;
	background-color: #336633;
}
.bordertop {
	border-top: 2px solid #669933;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #006600;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 18px;
	font-weight: bold;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #060;
	font-weight: bold;
	padding-right: 9px;
	padding-bottom: 4px;
	padding-left: 10px;
	line-height: 16px;
}

.bodyindent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px 15px 0px 36px;
	line-height: 16px;
}
.bodyside {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 0px 10px 10px;
	line-height: 15px;
}
.border {
	border: 1px solid #99CC99;
}
.underline {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #669933;
}
.centerbighead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #006600;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 15px;
	text-align: center;
}
.indent {
	padding-left: 44px;
	padding-right: 8px;
}
.outdent {
	margin-left: -12px;
}
.top {
	text-transform: uppercase;
	text-align: right;
}
.bodysideindent {
	padding-right: 6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	text-align: left;
	padding-top: 0px;
	padding-bottom: 0px;
	text-indent: -12px;
	margin-left: 6px;
}
.borderboxhome {
	margin-left: 44px;
	width: 530px;
	line-height: 18px;
	margin-bottom: 8px;
	border-top: 2px solid #669933;
	border-right: 2px solid #669933;
	border-bottom: 2px solid #669933;
	border-left: 2px solid #669933;
}
.imgright {
	float: right;
	margin-left: 8px;
	margin-left: 12px;
	border: 1px solid #336633;
	margin-top: 6px;
	margin-bottom: 6px;
}
.imgleft {
	float: left;
	border: 1px solid #336633;
	margin-right: 12px;
	margin-bottom: 4px;
}
.imgleftnob {
	float: left;
}
.caption {
	font: 10px/12px Arial, sans-serif;
	padding-top: 0px;
	padding-bottom: 12px;
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
a:link{
	color: #063;
	text-decoration: underline;
}
a:visited {
	color: #690;
}
a:hover {
	color: #690;
} 
.clear {
	clear: both;
}
