@charset "utf-8";
/*---------------BASIC HTML TAG STYLES--------------*/

body {
	font-family:Tahoma,Verdana,Arial,Helvetica,"Bitstream Vera Sans",sans-serif;
	color:#000;
	font-size: 14px;
	}
p {
	font-size: 14px;
	line-height: 1.2em;
	}
	
h1 {
	font-size: 20px;
	line-height: 1.2em;
	}
	
h2 {
	font-size: 18px;
	line-height: 1.2em;
	}
	
h3 {
	font-size: 16px;
	line-height: 1.2em;
	}
	
.pageTitle {
	font-size: 28px;
	font-weight:normal;
	line-height: .75em;
	}
	
a:link, a:visited {
	font: inherit;
	font-weight: bold;
	color: #6c82b2;
	text-decoration: none;
	}	
	
a:hover{
	font: inherit;
	font-weight: bold;
	color:#990000;
	text-decoration: underline;
	}


/*---------------MENU CSS-------------*/
#navigation ul li {
	list-style: none;
	display: inline;
	padding: 0px;
	margin-left: 10px;
	font:Tahoma,Verdana,Arial,Helvetica,"Bitstream Vera Sans",sans-serif;
	font-size: 14px;
	font-color: #FFF;
	font-variant:small-caps;
	}
	
#navigation #nav li a.selected {
	list-style: none;
	display: inline;
	padding: 5px;
	background: #A91F2E;
	border:#000033;
	font: inherit;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-size: inherit;
	}

#navigation ul li a:link, #navigation ul li a:visited {
	list-style: none;
	display: inline;
	padding: 5px;
	background: #6c82b2;
	border:#000033;
	font: inherit;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-size: inherit;
	}
	
#navigation ul li a:hover {
	list-style: none;
	display: inline;
	padding: 5px;
	background: #A91F2E;
	border:#000033;
	font: inherit;
	font-color: inherit;
	text-decoration: none;
	font-weight: bold;
	font-size: inherit;
	}
	
#footer_navigation ul li {
	list-style: none;
	display: inline;
	padding: 0 15px 0 15px;
	font-size: 14px;
	font-variant:small-caps;
	color: #6c82b2;
	font-weight: normal;
	}
	
#footer_navigation ul li a:link, #footer_navigation ul li a:visited {
	list-style: none;
	display: inline;
	padding: 0 7px 0 0px;
	font-size: 14px;
	font-variant:small-caps;
	color: #6c82b2;
	text-decoration: none;
	font-weight: normal;
	}
	
/*-----------------------------HOMEPAGE STYLES------------------------*/

#homepage_twitter_feed h3 {
	font-size: 18px;
	line-height: 11px;
	color: #fff;
	font-variant:small-caps;
	margin-top:-6px;
	}
	
#homepage_blog_content h3 {
	font-size: 18px;
	line-height: 11px;
	color: #8d7955;
	font-variant: small-caps;
	margin-top:-6px;
	}
	
ul.rss-items {
	list-style-type: none;
	}

.rss-title {
	display:none;
	}

li.rss-item {
	margin-bottom: 10px;
	padding-bottom:10px;
	border-bottom: 1px solid #193161;
	}

.rss-date {
	background:#193161 none repeat scroll 0 0;
	color:#FFFFFF;
	float:left;
	font-weight:bold;
	height:30px;
	margin-left:-80px;
	overflow:hidden;
	padding:5px;
	width:55px;
}

.rss-box {
	margin-left:40px;
	height:600px;
	}
	
#homepage_blog_content table tbody tr td a:link, a:visited {
	font-size: 16px;
	line-height: 1.2em;
	color: #3B5998;
	}
	
#homepage_blog_content table tbody tr td a:hover {
	font-size: 16px;
	line-height: 1.2em;
	color: #A91F2E;
	text-decoration: underline;
	}
	
#homepage_blog_content table tbody tr td p {
	font-size: 14px;
	font-family: inherit;
	line-height: 1.1em;
	color:#000;
	margin-top: 10px;
	}
	
/*-----------------------BAKCPAGE STYLES---------------------------*/

#backpage_right_column #backpage_right_column_content div input {
	float: left;
	}
	
#backpage_right_column #backpage_right_column_content div {
	font-size: 11px;
	}
	
#backpage_right_column #backpage_right_column_content p {
	color: #fff;
	font-size: 11px;
	}
	
#backpage_right_column #backpage_right_column_content p.black {
	color: #000;
	font-size: 11px;
	}
	
#backpage_right_column #backpage_right_column_content h3 {
	color: #fff;
	font-size: 16px;
	}
	
#backpage_right_column #backpage_right_column_content h3.black {
	color: #000;
	font-size: 16px;
	}
	
#backpage_right_column #backpage_right_column_content a:link, #backpage_right_column #backpage_right_column_content a:visited {
	color: #fff;
	text-decoration: none;
	}
	
#backpage_right_column #backpage_right_column_content a:hover {
	color: #fff;
	text-decoration: underline;
	}
	
	
/*---------------------FOOTER STYLES-------------------------------*/

#footer p#disclaimer {
	font-family: inherit;
	font-weight: normal;
	font-size: 11px;
	border: 1px solid #000;
	width: 300px;
	margin: 0 auto;
	} 

#footer p a:link, #footer p a:visited {
	font-family: inherit;
	font-weight: normal;
	color: #6c82b2;
	font-size: 10px;
	text-decoration: none;
	border: none;
	margin: 0 5px 0 5px;
	}
	
#footer p a:hover{
	font-family: inherit;
	font-weight: normal;
	color:#990000;
	font-size: 10px;
	text-decoration: underline;
	border: none;
	margin: 0 5px 0 5px;
	}
	
/*-------------------------MISC STYLES-----------------------------*/
.black {
	color: #000;
	}
	
.white {
	color: #fff;
	}
	
.red {
	color: #990000;
	}
	
