/* <<<< Start: General <<<< */
h1 {
	font-size: 16px;
	font-weight: normal;
	color: #0C1F7E;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	color: #0C1F7E;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
}
h3 {
	font-size: 13px;
	font-weight:bold;
	color: #0C1F7E;
	font-variant: small-caps;
 	letter-spacing: .2em;
	margin: 0px;
	padding: 0px;
}
h4 {
	font-size: 11px;
	font-weight: bold;
	color: #3E3E3E;
	text-transform:uppercase;
	margin: 0px;
	padding: 0px;
}
h5 {
	font-size: 9px;
	font-weight: normal;
	color: #000000;
	margin: 0px;
	padding: 0px;
}

form {
	margin: 0px;
	padding: 0px;
}

a:link {
	color: #0400AF;
	text-decoration: none;
}
a:active {
	color: #0400AF;
	text-decoration: underline;
}
a:visited {
	color: #2D3EC2;
	text-decoration: none;
}
a:hover {
	color: #0400AF;
	text-decoration: underline;
	cursor:pointer;
}

/* >>>> General >>>> */


/* <<<< Top of Page Stuff <<<< */
#pageTitle {
	margin-top: 10px;
}

.pageDescription {
	font-size: 13px;
	font-weight: bold;
	color: #3E3E3E;
	text-transform: none;
	margin-left: 10px;
}
/* >>>> Top of Page >>>> */


/* <<<< Blog Related <<<< */

.blogDate {
  	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
  	padding-bottom:5px;
}

.blogItem {
	color: #262626;
	font-size: 11px;
	font-weight:normal;
  	line-height:130%;
	border: solid 1px #838383;
  	padding-top:10px;
  	padding-left:10px;
  	padding-right:10px;
  	padding-bottom:10px;
  	margin-top: 0px;
  	margin-bottom: 20px;
}

.blogItemTitle {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
  	padding-bottom:0px;
}

/* >>>> Blog Related >>>> */



/* <<<< Sidebar Stuff <<<< */
#navArea,
#recentItemsArea,
#whereArea,
#calendarArea,
#whoArea,
#searchArea,
#associatesArea{
	color: #262626;
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 20px;
}

#navTitle,
#recentItemsTitle,
#whereTitle,
#calendarTitle,
#whoTitle,
#searchTitle,
#associatesTitle
{
	line-height: 140%;
	border-bottom: 1px solid #666;
	margin-bottom: 2px;
}

#navItems,
#recentItems
{
  	line-height: 140%;
  	margin-top: 0px;
}

#whereContent {
  	line-height:120%;
}

#searchContent {
}

/* >>>> Sidebar Stuff >>>> */



/* <<<< Credits Area <<<<< */
#creditsArea {
	margin-top: 40px;
	font-weight:bold;
	border-top:1px solid #666;
	border-bottom:1px solid #666;
	line-height:80%;
	text-transform:uppercase;
	padding:2px;
	text-align:center;
	letter-spacing: .2em
}
/* >>>> Credits Area >>>>> */
