body {
	background: #FFF;
	background-image: url(../images/mainBg.jpg);
	background-repeat: repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin: 0px;
	padding: 0px;
}
p {
	line-height: 1.8;
}
.index {
	background: #000;
	background-image: url(../images/indexBg.jpg);
}
#logo_box {
	background: #000;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 240;
	height: 180px;
}
#contact_box {
	font-size: 10px;
	color: #333;
	background: #000;
	position: absolute;
	left: 30px;
	bottom: 30px;
	width: 240;
	height: 100px;
}
#bg_image {
    position: absolute;
    right: 0px;
    bottom: 0px;
}
#hdr_image {
    position: absolute;
    left: 240px;
    top: 0px;
}
#main_body {
	position: absolute;
	text-align: left;
	width: 600px;
	top: 60px;
	left: 240px;
	margin: 10px;
	padding: 10px;
    z-index: 5;
}
#index_body {
	position: absolute;
	text-align: left;
	width: 600px;
	top: 0px;
	left: 240px;
}
#main_menu {
	background: #000;
	position: absolute;
	width: 240;
	top: 180px;
	left: 0px;
}
#footer {
	position: float;
	bottom: 0; 
	width: 100%;
	height: 25px;
	font-size: 9px;
	color: #999;
	text-align: center; 
}
#footer a:link, #footer a:visited {
	color: #999;
	text-decoration: none;
}
#footer a:hover {
	color: #990000;
}
a:link, a:visited {
	color: #001C4B;
}
a:hover, a:active{
	color: #00F;
}
h1{
	font-weight: bold;
	font-size: 136%;
	color: #001C4B;
	margin-bottom: 3px;
}
h2{
	font-weight: bold;
	font-size: 122%;
	color: #001C4B;
	margin-bottom: 3px;
}
h3{
	font-weight: bold;
	font-size: 107%;
	color: #001C4B;
	margin-bottom: 3px;
}
h1 a:link, h2 a:link, h3 a:link, h1 a:visited, h2 a:visited, h3 a:visited {
	color: #001C4B;
	text-decoration: none;
}
input, select {
	background-color: #FFF;
	border: 1px solid #990000;
	font-weight: normal;
	font-size: 85%;
	color: #000;
	margin-bottom: 3px;
	margin-left: 2px;
	padding: 2px;
}
blockquote {
	padding-left: 50px;
}
.postInfo {
	font-size: 77%;
	font-weight: normal;
	font-style: normal;
	padding-top: 0px;
	padding-bottom: 3px;
}
.postInfo a:link, .postInfo a:visited {
	color: #000;
	text-decoration: none;
}
.postInfo a:hover, .postInfo a:active {
	color: #990000;
	text-decoration: none;
}
.readMore {
	font-size: 77%;
	font-weight: bold;
	font-style: normal;
	padding-top: 0px;
	padding-bottom: 3px;
}
.readMore a:link, .readMore a:visited {
	color: #000;
	text-decoration: none;
}
.readMore a:hover, .readMore a:active {
	color: #990000;
	text-decoration: none;
}
.inputButton {
	background-color: #FFF;
	border: 1px solid #990000;
	font-size: 85%;
	font-weight: normal;
	color: #000;
	margin-bottom: 3px;
	margin-left: 2px;
	padding: 2px;
}
.formNote {
	font-size: 77%;
	font-weight: normal;
	font-style: italics;
	color: #999;
	padding-bottom: 5px;
}
.inputLogin {
	width: 150px;
	background-color: #FFF;
	border: 1px solid #990000;
	font-size: 85%;
	font-weight: normal;
	color: #000;
	margin-bottom: 3px;
	margin-left: 2px;
	padding: 2px;
}
.commentArea {
	width: 300px;
	height: 75px;
	border: 1px solid #990000;
	padding-left: 0px;
	margin-left: 0px;
	margin-bottom: 3px;
}
.commentInput {
	width: 300px;
	height: 15px;
	border: 1px solid #990000;
	padding-left: 0px;
	margin: 0px;
}
.commentTxt1 {
	border: 1px solid #999;
	background-color: #FFF;
    margin: auto;
    padding: 5px;
    width: 100%;
    width: 95%;
}
.commentTxt2 {
	border: 1px solid #999;
	background-color: #CCC;
    margin: auto;
    padding: 5px;
    width: 100%;
    width: 95%;
}
.inputPostTitle {
	background-color: #FFF;
	border: 1px solid #990000;
	font-weight: bold;
	width: 425px;
	margin-bottom: 3px;
}
.inputTagList {
	background-color: #FFF;
	border: 1px solid #990000;
	width: 425px;
	margin-bottom: 3px;
}
.inputLabelRight {
	font-size: 77%;
	font-weight: bold;
	color: #333;
	text-align: right;
	vertical-align:top;
	padding-right: 5px;
}
.inputLabelLeft {
	font-size: 77%;
	font-weight: bold;
	color: #333;
	text-align: left;
	vertical-align:top;
	padding-left: 5px;
}
.linkLogin:link,.linkLogin:visited {
	font-size: 77%;
	color: #666;
	text-decoration: none;
}
.linkLogin:hover {
	color: #990000;
	text-decoration: none;
}
.labelLogin {
	font-size: 11px;
	font-weight: bold;
	color: #000;
	text-align: right;
	margin-right: 3px;
	padding-right: 3px;
	padding-top: 7px;
}
.labelItem {
	font-size: 11px;
	font-weight: bold;
	color: #000;
	text-align: right;
	margin: 3px;
	padding: 3px;
	width: 100px;
}
.labelError {
	font-size: 12px;
	color: #F00;
	font-weight: bold;
	text-align: center;
	margin: 3px;
	padding: 3px;
}
.btnDelete {
	padding: 0 2px 1px 18px;
	background: #fff url('../images/icons/delete.png') left center no-repeat;
	color: #000;
	text-decoration: none;
}
.btnEdit {
	padding: 0 2px 1px 18px;
	background: #fff url('../images/icons/edit.png') left center no-repeat;
	color: #000;
	text-decoration: none;
}
.msgConfirm {
    color: #006600;
	font-size: 85%;
    background-color: #FFF;
    border: 1px solid #006600;
    margin: auto;
    padding: 10px;
    width: 100%;
    width: 95%;
}
.msgConfirm a {
	color: #FFD700;
}
.msgError {
    color: #F00;
	font-size: 85%;
    background-color: #FFC;
    border: 1px solid #F00;
    margin: auto;
    padding: 10px;
    width: 100%;
    width: 95%;
}
.msgError a {
	color: #F00;
}
.msgWarn {
    color: #000;
	font-size: 85%;
    background-color: #FFD;
    border: 1px solid #FFD700;
    margin: auto;
    padding: 10px;
    width: 100%;
    width: 95%;
}
.msgWarn a {
	color: #000;
}
.msgInfo {
    color: #000000;
	font-size: 85%;
    background-color: #FFF;
    border: 1px solid #666;
    margin: auto;
    padding: 10px;
    width: 100%;
    width: 95%;
}
.msgInfo a {
	color: #000;
}
.rowLine {
    border-bottom: 1px solid #CCC;
    padding-top: 7px;
    padding-bottom: 7px;
}
.inputPageTitle {
	background-color: #F1F1F1;
	border: 1px solid #666;
	font-weight: bold;
	color: #000;
	width: 525px;
	margin-bottom: 3px;
}
.inputPageFolder {
	background-color: #CCC;
	border: 1px solid #666;
	font-size: 10px;
	color: #000;
	width: 125px;
	margin-bottom: 3px;
	margin-left: 3px;
}
.inputPageTemplate {
	background-color: #CCC;
	border: 1px solid #666;
	font-size: 10px;
	color: #000;
	width: 125px;
	margin-bottom: 3px;
	margin-left: 3px;
}
.inputPageAccess {
        background-color: #CCC;
        border: 1px solid #666;
        font-size: 10px;
        color: #000;
        width: 125px;
        margin-bottom: 3px;
        margin-left: 3px;
}
.inputPageComment {
        background-color: #F1F1F1;
        border: 1px solid #666;
        color: #000;
        width: 592px;
        height: 75px;
}
.pageXtraBar {
        background-color: #CCC;
}
.inputXtraRight {
        font-size: 10px;
        font-weight: bold;
        color: #666;
        text-align: right;
        vertical-align:middle;
}
.inputXtraLeft {
        font-size: 10px;
        font-weight: bold;
        color: #333;
        text-align: left;
        vertical-align:middle;
}
.inputLabelRight {
        font-size: 12px;
        font-weight: bold;
        color: #333;
        text-align: right;
        vertical-align:middle;
}
.inputLabelLeft {
        font-size: 12px;
        font-weight: bold;
        color: #333;
        text-align: left;
        vertical-align:middle;
        padding-left: 5px;
}
