html {
	margin: 0px;
	padding: 0px;
}

body {
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
	text-decoration: none;
	color: #333333;
	background-image: url(/images/bg.jpg);
	background-repeat: repeat-x;
	background-position: top left;
	background-color: #CCCCCC;	
}



a:link, a:visited, a:active {
	color: #3366CC;
	text-decoration: underline;
}

a:hover {
	color: #3366CC;
	text-decoration: underline;
}



h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	margin-bottom: 5px;
	margin-top: 0px;
	line-height: 14px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 13px;
	font-style: normal;
	text-decoration: none;
	font-weight: bold;
	margin-bottom: 0px;
	margin-top: 0px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 11px;
	font-style: normal;
	text-decoration: none;
	font-weight: bold;
	margin-bottom: 0px;
	margin-top: 0px;
}

ul {
	list-style-type: square;
} 

hr {
	width: 100%;
	border: 0;
	color: #e6e6e6;
	background-color: #e6e6e6;
	height: 1px;
	margin-top: 10px;
	margin-bottom: 20px;
	padding: 0px;
}

p {
	margin-top: 0px;
	margin-bottom: 10px;
}



/* content layout *********************************************************** */

/* content formatting ******************************************************* */
.content_container {
	position: relative;
	margin-bottom: 20px;
	/*border: 1px dashed #FF0000;*/
}





.inner {
	text-align: left;
	width: 920px;
}
.outer {
	width: 920px;
}

.contTblTop {
	width: 920px;
	height: 15px;
	background-image: url(/images/tbl_top_bg.png);
	background-repeat: no-repeat;
	background-position: top center;
}

.contTblBot {
	width: 920px;
	height: 12px;
	background-image: url(/images/tbl_bot_bg.png);
	background-repeat: no-repeat;
	background-position: bottom center;
}

td.contArea01 {
	width: 200px;
	background-color: #FFFFFF;
	padding-left: 15px;	
	padding-right: 15px;
}

td.contArea02 {
	width: 450px;
	background-color: #FFFFFF;
}

td.contArea03 {
	width: 199px;
	background-color: #FFFFFF;
	padding-left: 14px;
	padding-right: 15px;
	border-right: 1px solid #CCCCCC;
}

.date {
	font-size: 10px;
	color: #999999;
	text-decoration: none;
}
td.date {
	padding-bottom: 3px;
}

.news, a.news:link, a.news:visited, a.news:active {
	text-decoration: none;
}

a.news:hover	{
	text-decoration: underline;
}

.newsActive, a.newsActive:link, a.newsActive:visited, a.newsActive:active {
	text-decoration: underline;
}

a.newsActive:hover	{
	text-decoration: underline;
}

td.foot {
	line-height: 30px;
	text-align: center;
}

.foot, a.foot:link, a.foot:visited, a.foot:active {
	color: #FFFFFF;
	font-style: normal;
	text-decoration: none;
	font-weight: normal;
}

a.foot:hover {
	color: #FFFFFF;
	font-style: normal;
	text-decoration: underline;
	font-weight: normal;
}

.rightTbl {
	width: 230px;
	font-size: 10px;
}

.rightTblInner {
	width: 200px;
	margin: 15px;
	padding: 0;
}

.contentTbl {
	padding-bottom: 15px;
	/*border-bottom: 1px solid #FF0000;*/
	width: 100%;
	border: 1px dashed #FF0000;
}

td.contentCell {
	text-align: left;
	vertical-align: top;
}

td.contentCellTextText {
	text-align: left;
	vertical-align: top;
	width: 230px;
}

td.contentCellSpacer {
	width: 15px;
}







/* side box *******************************************************************/

.sideBox {
	width: 200px;
	padding-bottom: 5px;
	text-align: left;
}

.sideBoxHead {
	background-image: url(/images/box_top.gif);
	background-repeat: repeat-y;
	background-position: top left;
	padding-left: 14px;
	padding-right: 12px;
	padding-top: 8px;
	padding-bottom: 5px;
}

.sideBoxHeadline {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 11px;
	font-weight: bold;
}

.sideBoxMain {
	background-image: url(/images/box_main.gif);
	background-repeat: repeat-y;
	background-position: top left;
	padding-left: 14px;
	padding-right: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
	position: relative;
}

.sideBoxMainAlt {
	background-image: url(/images/box_top_alt.png);
	background-repeat: no-repeat;
	background-position: top left;
	padding-left: 10px;
	padding-right: 14px;
	padding-top: 10px;
	padding-bottom: 5px;
	position: relative;
}

.sideBoxFoot {
	background-image: url(/images/box_bot.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	height: 5px;
	margin-bottom: 5px;
}


/* login page *************************************************************** */
#admin_login_container {
}

.admin_login_box {
	width: 230px;
	border: 1px solid #C8C8C8;
	margin-bottom: 3px;
}

.admin_login_head {
	font-weight: bold;
	background-color: #E0E0E0;
	border-bottom: 1px solid #C8C8C8;
	padding: 5px;
}

.admin_login_inner_box {
	padding: 5px;
}


.admin_login_error {
	color: #FF0000;
	font-weight: bold;
}

.admin_login_message {
	font-weight: bold;
	margin-bottom: 10px;
}






