.main {
	padding: 20px;
	background-color: #F0F0F0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
}
.sm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-top: 6px;
	
}
body {
	background-color: #FFFFFF;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #BE0001;
	margin-bottom: 5px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #FC7304;
	margin-bottom: 5px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #000000;
	margin-bottom: 5px;
}
.comment{
	padding-left: 10px;
	padding-right: 10px;
	border: 1px solid #000000;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #FFFFFF;
}
.navbar {
	background-color: #BE0001;
	padding-top: 8px;
	padding-bottom: 4px;
	background-position: center;
}

a:link, a:visited, a:active {
	color: #BE0001;
	text-decoration: none;
}
a:hover {
	color: #BE0001;
	text-decoration: underline;
	
}
a.nav:link, a.nav:visited, a.nav:active {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #BE0001;
	padding-left: 14px;
	padding-right: 14px;
	padding-top: 6px;
	padding-bottom: 4px;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}
a.navon:link, a.navon:visited, a.navon:active {
	color: #FFFF00;
	text-decoration: none;
	background-color: #BE0001;
	padding-left: 14px;
	padding-right: 14px;
	padding-top: 6px;
	padding-bottom: 4px;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}
a.nav:hover {
	color: #FFFF00;
	
}
.subnavbar{

	background-image: url(/images/bottom_orange.gif);
	background-repeat: no-repeat;
	text-align: right;
	height: 16px;
		 margin: 0; /*newly added*/
       padding: 0; /*newly added*/
       height: 16px; /*newly added*/
       line-height: 16px; /*newly added*/
       font-size: 12px; /*newly added*/
}

a.subnav:link, a.subnav:visited, a.subnav:active {

	color: #FFFF00;
	text-decoration: none;
	padding-left: 12px;
	padding-right: 16px;
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 8px;
}
a.subnav:hover {
	color: #BE0001;	
}
.search_title {
	font-size: small;
	font-weight: bold;
	margin-bottom: 0px;
}
.search_tags{
	font-size: x-small;
	margin-top: 0px;
	margin-bottom: 15px;
}
.search_date{
margin-top: 0px;
margin-bottom: 0px;
font-size: x-small;
}
.search_excerpt{
margin-top: 5px;
margin-bottom: 5px;
}

    .module-tagcloud .module-content {text-align: center; }
    .module-tagcloud .module-content .module-list { list-style: none; margin-left: 0;
	padding-left: 0;}
    .module-tagcloud .module-content .module-list .module-list-item { display: inline;}
    .module-tagcloud .module-content .module-list li.taglevel1 { font-size: 19px;}
    .module-tagcloud .module-content .module-list li.taglevel2 { font-size: 17px;}
    .module-tagcloud .module-content .module-list li.taglevel3 { font-size: 15px;}
    .module-tagcloud .module-content .module-list li.taglevel4 { font-size: 13px;}
    .module-tagcloud .module-content .module-list li.taglevel5 { font-size: 11px;}
    .module-tagcloud .module-content .module-list li.taglevel6 { font-size: 9px;}

