/* CSS Document */


/*********** #body styles ***********/



html, body, ol, ul, li, form, fieldset {
margin: 0;
padding: 0;
border: 0;
}

body {
	font-family: Helvetica, Verdana, Arial, Helvetica, sans-serif;
	font-size: 100.01%;
	background-image: url(images/02-base.gif);
	background-repeat: repeat-x;
	background-color: #dddddd;
}




h1 {
	font-size: 18px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}


h2, h3, h4, h5, h6 {
	font-size: 12px;
	color: #999999;
}

h6 {
	font-size: 24px;
	color: #990000;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

p {
	font-size: 11px;
	line-height: 20px;
}

p em {
	color: #999999;
}

a
{
	color: #FF0000;
	text-decoration: underline;
}

a:hover
{
	text-decoration: none;
}


/*********** #div styles ***********/

#wrapper {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	width: 1000px;
}	


#header {
	height: 120px;
	background-image: url(images/1-banner.gif);
	background-repeat: no-repeat;
	background-position: center top;
	width: 1000px;
}

#homebtn {
	padding-top: 84px;
	padding-left: 850px;
}


#framearea {
	background-image: url(images/1-background.gif);
	background-repeat: no-repeat;
	background-position: center top;
	width: 1000px;
	height: 335px;
}



#footer {
	width: 880px;
	margin-right: auto;
	margin-left: auto;
}

#content {
	width: 880px;
	margin-right: auto;
	margin-left: auto;
}




.columnone {
}

.columntwo {
}

.columntwoinner {
	width: 97px;
	float: left;}

.columnthree {
}

.columnfour {
}

.columntwo, .columnthree, .columnfour {
	margin-left: 32px;
}


.columnone, .columntwo, .columnthree, .columnfour {
	width: 195px;
	float: left;
}





.clearit {
	display: block;
	clear: both;
}

.clearfix:after {
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
}
.clearfix {
    display:inline-block;
}
.clearfix {
    display:block;
}
* html .clearfix {
    height:1px;
}
















#uparrow {
	float: right;
}





/*********** #selector styles ***********/



.medium {
	font-family: Verdana, Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #666666;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 20px;
	list-style-position: inside;
	list-style-type: square;
}

.small {
	font-family: Verdana, Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #333333;
	line-height: 16px;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

.headings {
	font-family: Verdana, Verdana, Arial, Helvetica, sans-serif;
	font-size: 120%;
	color: #333333;
	line-height: 16px;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

.story {
	margin: 20px;
}


.boxgrad {
	background-image: url(images/24px-grad.gif);
	background-repeat: repeat-x;
}

.formbox {
	border: 1px solid #CCCCCC;
	background-image: url(images/24px-grad.gif);
	background-repeat: repeat-x;
	font-size: 10px;
	color: #999999;
	padding: 5px;
	margin: 5px;
}

.submit_btn {
	border: 1px solid #333333;
	margin-right: 5px;
	margin-left: 5px;
	padding-right: 5px;
	padding-left: 5px;
}



/*********** #image styles ***********/

.rightimage {
	float: right;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;

}

.leftimage {
	float: left;
	padding-right: 20px;
}

.button {
	background-repeat: no-repeat;
	width: 80px;
	background-image: url(images/01_arrow.gif);
	padding-left: 16px;
}
.button a {
	text-decoration: none;
	font-weight: bold;
}

.hozline {
	background-image: url(images/01-hoz-line.gif);
	background-repeat: repeat-x;
	height: 2px;
	width: auto;
}

.myheading {
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}


.bullets {
	background-image: url(images/01_bullet.gif);
	background-repeat: no-repeat;
	padding-left: 12px;
	font-size: 11px;
}

.arrows {
	background-image: url(images/01_arrow.gif);
	background-repeat: no-repeat;
	padding-left: 12px;
	font-size: 11px;
}

.slidetable {
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
}
.slidetable tr td {
	padding: 5px;
	font-size: 11px;
}

