@charset "UTF-8";
/* FPAS : The Practice */

html {
	height: 100%;
}

body {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	background: url(../images/bg.jpg);
	color: #333333;
	height: 100%;
	line-height: 1.6em;
}

a {
	color: #AF1C21;
	text-decoration: none;
}

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

a img {
	border: 0;
}

h3 {
	font-size: 1.8em;
	line-height: 1.2em;
	margin: 0;
	padding: 5px 0 10px 0;
}

h4 {
	font-size: 1.5em;
	line-height: 1.2em;
	margin: 0;
	padding: 5px 0 10px 0;
}

h5 {
	font-size: 1.2em;
	line-height: 1.2em;
	margin: 0;
	padding: 5px 0 10px 0;
}


p {
	font-size: 1.1em;
	line-height: 1.4em;
	margin: 0;
	padding: 5px 0 10px 0;
}

table.data {
	border-collapse: collapse; 
	margin: 0 0 30px 0;
}

table.data th {
	border: 1px solid #fff;
	padding: 4px 8px;
	text-align: left;
	background: #AF1C21;
	color: #FFFFFF;
}

table.data tr.row1{
	background: #F7EED0;
}

table.data tr.row2{
	background: #FBF6E7;
}

table.data td {
	vertical-align: top;
	text-align: left;
	border: 1px solid #fff;
	padding: 4px 8px;
}

ol.olist {
	margin: 0 0 0 20px;
	padding: 0;
}

ul.ulist {
	margin: 0 0 0 20px;
	padding: 0;
}

#rapper {
	width: 880px;
	margin: 0 auto;
	padding: 0 30px;
	background: url(../images/rapper_bg.jpg) repeat-y;
	min-height: 100%; 
}

#masthead {
	height: 100px;
	margin: 0;
	padding: 0;
	background: url(../images/dotline.gif) repeat-x bottom;
}

#mainmenu {
	margin: 0;
	padding: 0;
	height: 28px;
	background: #AF1C21;
}

#content {
	margin: 0;
	padding: 30px 0;
}

#footer {
	margin: 0;
	padding: 30px 0;
	background: #32404B url(../images/dotline.gif) repeat-x top;
	text-align: center;
	color: #FFFFFF;
}

#footer a{
	color: #F4E28D;
	text-decoration: none;
}

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

.txtlight {
	color: #999999;
}

.txtred {
	color: #AF1C21;
}

.sz1 {
	font-size: 0.8em;
}

.sz2 {
	font-size: 1em;
}

.sz3 {
	font-size: 1.2em;
}

.txtsizer {
	text-align: right;
}

.adlabel {
	color: #999999;
	font-size: 0.8em;
	text-align: center;
	padding: 0 0 4px 0;
}

.featsec {
	position: absolute;
	background: #FFFFFF;
	color: #AF1C21;
	padding: 5px;
	margin: 0;
	width: auto;
	font-size: 0.9em;
}

.author {
	margin: 0;
	padding: 0 0 20px 0;
}

.footnote {
	background: #F7EED0;
	margin: 0;
	padding: 14px;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.suckertreemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.suckertreemenu ul li{
position: relative;
display: inline;
float: left;
background-color: #AF1C21; /*overall menu background color*/
}

/*Top level menu link items style*/
.suckertreemenu ul li a{
display: block;
padding: 5px 10px 5px 10px;
text-decoration: none;
color: #F4E28D;
}
	
/*1st sub level menu*/
.suckertreemenu ul li ul{
left: 0;
position: absolute;
top: 0em; /* no need to change, as true value set by script */
display: block;
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li{
display: list-item;
/* float: none; This line causing problem in IE7*/
}

/* Sub level menu links style */
.suckertreemenu ul li ul li a{
display: block;
width: 160px; /*width of sub menu levels*/
color: #F4E28D;
text-decoration: none;
padding: 5px;
}

.suckertreemenu ul li a:hover{
background-color: black;
color: white;
text-decoration: none;
}
	
/* Holly Hack for IE \*/
* html .suckertreemenu ul li { float: left; height: 1%; }
* html .suckertreemenu ul li a { height: 1%; width: 0; }
/* End */

#article .imgborder{
border: 1px solid #ccc;
padding:5px;}
#article .imgleft{
border: 1px solid #ccc;
padding:5px;
margin: 0 10px 10px 0;
}
#article .imgright{
border: 1px solid #ccc;
padding:5px;
margin: 0 0 10px 10px;
}
.txtbrown{
	color:#AD812A;
	font-weight:bold;
}

.txtgreen {
	color: #0A962D;
}

.seperator {
	border:1px dotted #EEDAAC;
}