/* Tag Definition */
body {
	margin: 0px;
	color: #333;
}
	
hr {
	border: 0px;
	border-top: 1px dashed #CCC;
	height: 0px;
	}
	
img {
	border: 0px;
	}
	
a {
	color: inherit;
	text-decoration: inherit;
	}
	
h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	}


/* Tag Definition */
#header {
	width: 100%;
	height: 45px;
	padding-top: 20px;
	background-color: #333;
	margin-bottom: 15px;
	}
	
#topnav {
	width: 845px;
	margin-left: auto;
	margin-right: auto;
	}
	
#base {
	width: 855px;
	margin-left: auto;
	margin-right: auto;
	}
	
#footer {
	color: #666666;
	width: 845px;
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	border-top: 1px solid #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-top: 5px;
	}
	
	
/* Navigation Class Definition */
.leftNav {
	float: left;
	}
	
.rightNav {
	float: right;
	color: #EFEFEF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	}
	
.rightNav a:hover {
	text-decoration: underline;
	}
	
	
/* Splash Class Definition */
.navElement {
	width: 139px;
	height: 123px;
	border: 1px solid #CCC;
	background-image: url(../images/nav_bg.gif);
	background-repeat: repeat-x;
	padding: 10px;
	margin: 5px;
	float: left;
	overflow: hidden;
	}
	
.navElement:hover {
	background-image: none;
	background-color: #EEE;
	}
	
.navElement br {
	line-height: 5px;
	}
	
.typeTxt {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	}
	
.titleTxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	}
	
.excerptTxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	}


/* Search Class Definitions */
.searchTitle {
	margin-left: 5px;
	color: #666666;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 28px;
	}
	

/* Content Class Definitions */	
.colA {
	width: 495px;
	float: left;
	padding-right: 10px;
	margin: 5px;
	}
	
.colB {
	width: 139px;
	float: left;
	padding: 10px;
	margin: 5px;
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	background-image: url(../images/col_bg.gif);
	background-repeat: no-repeat;
	}
	
.colB br {
	font-size: 6px;
	}

.colC {
	width: 139px;
	float: right;
	padding: 10px;
	margin: 5px;
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	background-image: url(../images/col_bg.gif);
	background-repeat: no-repeat;
	}
	
.colC br {
	font-size: 6px;
	}
	
.left {
	width: 40%;
	float: left;
	}
	
.right {
	width: 40%;
	float: right;
	}
	
.headline {
	color: #666666;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	line-height: 28px;
	}
	
.date {
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	}

.bodyCopy {
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
	
.bodyCopy img {
	border: 1px solid #CCC;
	}
	
.bodyCopy a:link {
	color: #222222;
	text-decoration: underline;
	}

.bodyCopy a:visited {
	color: #666666;
	text-decoration: underline;
	}
	
.bodyCopy a:hover {
	color: #222222;
	background-color: #EFEFEF;
	text-decoration: none;
	}
	
.bodyCopy a:active {
	color: #222222;
	text-decoration: line-through;
	}
	
.navHeadline {
	color: #666666;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	}
	
.inactive {
	color: #CCCCCC;
	text-decoration: line-through;
	cursor: text;
	}
	
.navCopy {
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 18px;
	}
	
.navCopy a:hover {
	text-decoration: underline;
	}