body {
	margin: 0;
	padding: 0;
	background: #0e3b58 repeat-x;
	color: #666666;
}
h1, h2, h3 {
	margin-top: 0;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1em;
}

ul {
	list-style-image: url(images/dot.gif);
}

a {
	color: #0e3b58;
	font-family: Arial;
	font-size: 10 pt;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
	color: #c00000;
	font-family: Arial;
	font-size: 10 pt;
}

a img {
	border: none;
}

img.left {
	float: left;
	margin: 0 20px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 20px;
}


/* Page */

#page {
	width: 778px;
	margin: 0 auto;
	background: #FFFFFF url(images/img05.gif) repeat-y;
}

#page-bg {
	padding: 11px 24px;
	background: url(images/img03.jpg) no-repeat;
}

/* Latest Post */

#latest-post {
	padding: 20px;
	font-size: 12 px;
	border: 0px solid #E7E7E7;
}

/* Content */

#content {
	float: left;
	width: 420px;
	padding: 20px 0 0 20px;
}

.post {
	margin-bottom: 20px;
	padding-bottom: 15px;
	border-bottom: 1px solid #E7E7E7;
}
.text {
	margin: 0;
	padding: 0;
	color: #666666;
	font-family: Arial;
	font-size: 11pt;
}
.subtitle {
	margin: 0;
	padding: 0;
	color: #0e3b58;
	font-family: Arial;
	font-size: 11pt;
	font-weight: bold;
}
.title {
	margin-left: 10px;
	color: #c00000;
	font-size: 14pt;
	font-family: Arial;
	font-weight: bold;	
}
.ErrorMsg {
	text-align:center;
	color: #c00000;
	font-size: 12pt;
	font-family: Arial;
	font-weight: bold;
}
.newsdate {
	margin-left: 10px;
	color: #36a4c4;
	font-size: 7pt;
	font-family: Arial;
	font-weight: none;
}

.title a {
	text-decoration: none;
}

.title a:hover {
	border-bottom: 1px dotted #999999;
}

.byline {
	margin: 0 0 20px 0;
}

.entry {
}

.links {
	padding-top: 10px;
	text-align: right;
	font-weight: bold;
}


/* Footer */

#footer {
	width: 800px;
	margin: 0 auto;
	font-family: Arial;
	font-size: 1px;
}

#footer a {
	color: #666666;
}

/* tablebox  */

.tblbox {
border:1px solid #E7E7E7; 
border-collapse: collapse; 
background: #F9F9F9 url('images/CalBG.gif') no-repeat;
}

.tblboxmenu {
border:1px solid #E7E7E7; 
border-collapse: collapse; 
background: #FFFFFF url('CalBG.gif') no-repeat;
}

.toptblbox {
border:1px solid #E7E7E7; 
border-collapse: collapse; 
background: #F9F9F9 url('images/CalBG.gif') no-repeat;
}

.albumbg {
border-collapse: collapse; 
margin-top: 2px;
mergin-left: 2px;
background: url('images/album.gif') no-repeat;
}

#imagegroup
{
    text-align: center;
    float: left;
    top:0px;
}