/********* HTML tag styles *********/
body {
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-y;
}
table {
	border: 1px solid #006699;
}
td {
	border: 1px solid #006699;
}
th {
	border: 1px solid #006699;
	background-color: #DDEEFF;
}
h3 {
	color: #006699;
	font-size: 20px;
}
h4 {
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
img {
	border: none;
}

/********* Class styles *********/
.smallFont {
	font-size: 10px;
}
.currentLink {
	background-color: #CAE2FF;
}
.ltBlueBG {
	background-color: #CCE6FF;
}
.img_floatLeft {
	float: left;
	margin: 4px;
}
.img_floatRight {
	float: right;
	margin: 4px;
}
.img_withBorder {
	border: 1px solid #000;
}
.table_noBorder {
	border: none;
}
.table_noBorder td {
	border: none;
}

/********* header styles *********/
#header {
	background-image: url(images/bgtop.jpg);
	background-repeat: no-repeat;
	height: 98px;
	margin: 0px;
	padding: 0px;
}
#header h2 {
	display: none;
}
#aboutBlog {
	position: absolute;
	top: 2px;
	right: 4px;
	padding: 2px;
	padding-left: 4px;
	padding-right: 4px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-align: right;
	font-size: 10px;
	background-color: #CCE6FF; 
	opacity: 0.75;
}
#aboutBlog a {
	text-decoration: none;
}
#aboutBlog:hover {
	opacity: 1;
}
#aboutBlogNotice {
	color: #CC3300;
	text-decoration: underline;
}
#aboutBlogUpdate {
	color: #000000;
}

/********* leftNav styles *********/
#leftNav {
	position: absolute;
	padding-top: 25px;
	margin-bottom: 0px;
	left: 0px;
	font-size: 12px;
	font-weight: bold;
	width: 134px;
	height: 390px;
	background-image: url(images/bgleft-small.jpg);
	background-repeat: no-repeat;
}
#leftNav a img {
	filter:alpha(opacity: 75); 
	-moz-opacity: 0.75;
	opacity: 0.75;
	}

#leftNav a:hover img {
	filter:alpha(opacity: 100); 
	-moz-opacity: 0.99;
	opacity: 0.99;
	}

/********* extraNav styles *********/
#extraNavBNA {
	position: absolute;
	left: 200px;
	top: 70px;
}
#extraNavBNA a img {
	filter:alpha(opacity: 75); 
	-moz-opacity: 0.75;
	opacity: 0.75
}
#extraNavBNA a:hover img {
	filter:alpha(opacity: 100); 
	-moz-opacity: 0.99;
	opacity: 0.99;
}

/********* container styles *********/
#container {
	font-size: 14px;
	position: relative;
	padding-top: 0px;
	margin-top: 0px;
	margin-right: 100px;
	margin-left: 134px;
	/*border-top: 1px solid #000;*/
	overflow: hidden;
	min-width: 600px;
}

/********* mainBody styles *********/
#mainBody {
	
}
#mainBody li {
	padding: 2px;
}
#mainBody a {
	color: #0066CC;
}
#mainBody a:hover {
	color: #003399;
	text-decoration: none;
}
/*#mainBody a:visited {
	color: #000066;
}*/

/********* blog styles *********/
.blogEntry {
	position: relative;
	border: 1px solid #0066BB;
	background: #F5FBED;
	padding: 0px 0px 2px;
	margin-top: 16px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}
.blogEntry p {
	padding: 4px;
	margin-top: 6px;
	margin-right: 8px;
	margin-left: 8px;
	margin-bottom: 4px;
	line-height: 15px;
}
.blogEntry h4 {
	border-bottom: 1px solid #0066CC;
	padding: 2px;
	font: bold 18px Georgia, "Times New Roman", Times, serif;
	margin: 0px 0px 2px;
	color: #0066BB;
}
.blogEntry h5 {
	font-weight: bold;
	margin: 5px 5px;
	border-bottom: 1px solid #CCCCCC;
}
.blogEntry hr {
	display: none;
}
.blogEntry img {
	padding: 4px;
}
.entryHeader {
	font-size: 9px;
	font-weight: bold;
	padding: 2px;
	color: #FFFFFF;
	background-color: #0066BB;
	-moz-border-radius-topleft: 8px;
	-webkit-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	-webkit-border-radius-topright: 8px;
}
.note {
	color: #666666;
	font-size: 12px;
}

/********* footer styles *********/
#footer {
	font-size: 10px;
	color: #999999;
	border-top: 1px solid #666666;
	padding: 4px;
}
#footer a {
	color: #999999;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
