/********* 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 *********/
#extraNav {
	position: absolute;
	left: 180px;
	top: 80px;
}
#extraNav a {
	text-decoration: none;
	color: #0066CC;
	border: 1px solid #006699;
	padding: 4px;
}
#extraNav a:hover {
	background-color: #CAE2FF;
}

/********* 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 ul {
	list-style-image: url(images/point.gif);
}
#mainBody li {
	padding: 5px;
}
#mainBody a {
	color: #0066CC;
}
#mainBody a:hover {
	color: #003399;
	text-decoration: none;
}

/********* 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;
}
