body{
	margin:0;
	padding:0;
	line-height: 1.5em;
	font-family:sans-serif;
	font-size:14px;
	background-image: url("../images/stripe.png");
	text-align:justify;
}
b{font-size: 110%;}

small{ color: #888888;}

em{color: #D40000;}

ul{ list-style-type:square; color:#D40000; }

a{ color: #D40000 }
a:visited{ text-decoration:line-through; }

/*Template*/
#maincontainer{
	width: 790px;
	margin: 0 auto;
	background-color:#fff;
	padding-top:20px;
	border-left: solid 20px #dddddd;
	border-right: solid 20px #dddddd;
}

#topsection{
	background: #FFFFFF;
	height: 137px;
}

#topsection h1{
	margin: 0;
	padding-top: 15px;
}

#contentwrapper{
	float: left;
	width: 100%;
}
#contentcolumn{
	margin-right: 290px; margin-top:10px; padding-left:10px;
}
#rightcolumn{
	float: left;
	width: 270px; 
	margin-left: -290px;
	margin-top:10px;
}


#footer{
	clear: left;
	width: 100%;
	text-align: center;
	padding: 1px 0;
	color:#444444;
	font-weight:bold;
	font-size:10px;
	width: 770px; 
	margin: 0 auto;
	border-top: dashed 1px #c0c0c0;
}

.hilite{
	border-style:dashed;
	border-color:#c0c0c0;
	border-width:1px;
	padding:5px;
}
.innertube{
	margin: 10px; 
	margin-top: 0;
}

.header{
	width:770px;
	height:135px;
	background-image: url("../images/header.png");
}

/*Slideshow*/
.pics {  
    height:  232px;
    width:   232px;
    padding: 0;
    margin:  0;
} 
 
.pics img {  
    padding: 15px;  
    border:  1px solid #ccc;
    background-color: #eee;
    width:  200px; 
    height: 200px; 
    top:  0; 
    left: 0; 
} 


/*Dialog*/
.top{
	float: left;
	background-repeat: no-repeat;
	background-position: top;
	background-image: url("../images/top.png");
}

.bottom{
	float: left;
	width: 270px; /*Width of right column in pixels*/
	margin-left: -270px; /*Set margin to -RightColumnWidth*/
	margin-top:10px;
}

.rec6{
	display:block;
	float:left;
	margin:5px;
}

.title{
	border-left: solid 25px #FFCC66;
	border-bottom: solid 2px #FFCC99;
	font-size:18px;
	padding-left:3px;
}