body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: 'Lucida Grande', Geneva, Arial, Verdana, sans-serif;
	font-size : 12px;
	line-height : 18px;
	background-color: #006B6B;
	color: #373737;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
}

p {
	color: #373737;
	font-family: 'Lucida Grande', Geneva, Arial, Verdana, sans-serif;
	font-size : 12px;
	line-height : 18px;
	margin-top: 20px;
	margin-bottom: 10px; 
	margin-right: 20px;
	}
td {
	color: #373737;
	font-family: 'Lucida Grande', Geneva, Arial, Verdana, sans-serif;
	font-size : 12px;
	line-height : 18px;
	margin-top: 20px;
	margin-bottom: 10px; 
	margin-right: 20px;
	vertical-align : top;	
}
	
a { text-decoration: none; outline: none; color : #000; }
a:visited { text-decoration: none; }
a:active { text-decoration: underline; color:  #ccc; }
a:hover { text-decoration: underline;}

.ahem { display: none; 	}
strong, b { font-weight: bold; 	}

ul { color: #373737; list-style : square; }
ol{ color: #373737; list-style : decimal; }
img { border: 0; }

blockquote{
	color: #373737;
	font-size : 12px;
	line-height : 18px;
	margin-top: 20px;
	margin-bottom: 10px; 
}
.nowrap {
	font-size: 12px;
	line-height:18px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}

.title {
	color: #ac180f;
	font-size: 20px;
	line-height: 24px;
	margin-top: 0px;
	margin-bottom: 10px;
	font-weight : bolder;
}
.title:active {	text-decoration: none; color: #ac180f; }
.title:hover {	text-decoration: none; color: #540C07;}

.highlight { color: #ac180f; font-size: 13px; line-height: 15px; margin-top: 0px; margin-bottom: 10px; font-weight : bold; }
.highlight:hover { text-decoration: none; color: #009999; }

.softlink { color : #ac180f; text-decoration: none; }
.softlink:visited { text-decoration: none; }
.softlink:active { text-decoration: none; }
.softlink:hover { color: #009999; text-decoration: none;}

.morelink {	color : #ac180f; font-size: 12px; text-decoration: none; }
.morelink:hover { text-decoration: none; color: #009999; }

.header{ font-size: 14px; line-height : 20px; color: 000; font-weight: bold;}
.header a{ color: 000; }
.header a:hover{ color: 000; text-decoration: none; }

.section { font-weight: bold; color: #009999; font-size: 12px;}

.content{
	font-family: 'Lucida Grande', Geneva, Arial, Verdana, sans-serif;
	font-size : 12px;
	line-height : 18px;
	padding-left : 35px;
	padding-right : 100px;
	padding-top : 30px;
	color: #000;
}
.sidebar{
	padding-left : 28px;
	padding-top : 10px;
}

div#bullet{
	font-size : 12px;
	line-height : 18px;
	margin-left : 0px;
	background-image : url(../images/bullet_arrow.gif);
	background-repeat : no-repeat;
	padding-left : 15px;
	padding-top : 0px;
	padding-bottom : 4px;
}

.box {
	background-color: #ffffff;
	padding: 5px;
	border-style : solid;
	border-width : 1px;
	border-color : #B7B7B7;
}

.thumbnail { 
	border: 0;
	margin-right: 6px;
	margin-bottom: 5px;
	height: 70px;
	width: 70px;
}
