p, ul, ol, blockquote {
	font-size: 12px;
	line-height: 150%;
	margin-top: 10px;
	margin-bottom: 10px;


}

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

a:hover {
	text-decoration: underline;
}

img {
	margin-top: 5px;
	margin-bottom: 5px;
	border: 1px dotted #333333;
}

hr {
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #666666;
	
}

h1 {
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	color: #990000;

}

.title_default {
text-transform: capitalize;
}


h2 {
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 10px;
	color: #990000;
	line-height: 180%;

}

.padding-top {
padding-top: 10px;
}

/* Menu */

	
#cms_nav_container ul {
	display: block;
	height: 50px;
	font-size: 11px;
	padding-top: 26px;
	padding-left: 30px;
	padding-bottom: 0px;
	padding-right: 0px;
	margin: 0;
	font-weight: bold;
	
}

#cms_nav_container li {
	display: inline;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-top: 0px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #999999;

}

#cms_nav_container a {
	text-decoration: none;
	color: #000000;

}

#cms_nav_container a:hover {
	color: #990000;

}

#cms_nav_container .active a {
	text-decoration: none;
	color: #000000;
	}


/* Column Two */


#colTwo ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 11px;
	font-weight: bold;
	
}

#colTwo li {
	padding-bottom: 5px;
	padding-top: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	padding-left: 20px;
	background-image: url(../images/bullet_on.jpg);
	background-position: left 8px;
	background-repeat: no-repeat;


}


#colTwo li p{
	
	padding: 0;
	margin 0;
	font-size: 10px;

}

#colTwo a {
	text-decoration: none;
	color: #000000;


}

#colTwo a:hover {
	text-decoration: none;
	color: #990000;

}

	
#colTwo h2 {
	font-size: 11px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 7px;
	color: #000000;
	margin: 0;

}

#colTwo h3 {
	font-size: 11px;
	font-weight: bold;
	padding-top: 15px;
	padding-bottom: 7px;
	color: #000000;
	margin: 0;

}



div.clear {
	clear:both;
}

#latest {
	font-weight: bold;
	color: #333333;
	background-image: url(../images/bullet_off.jpg);
	background-position: left center;
	text-indent: 15px;
	font-size: 12px;
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;

}

#errors ul {
	margin: 0;
	padding: 0;
	background-image: url('../images/bullet_on.jpg');
	background-repeat: no-repeat;
	background-position: left 9px;
	list-style-type: none;
	font-size: 11px;
	font-weight: bold;
	
}

#errors li {
	background-image: none;
	padding-left: 20px;
	text-indent: 0;
	

}
/* Footer */

#footer p {
	text-align: center;
	font-size: 10px;
	color: #666666;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #666666;
	padding-top: 8px;
	margin-right: 40px;
	margin-left: 40px;
	margin-top: 0;
	margin-bottom: 0;
}

#footer a {
	color: #666666;
}

