/* LAYOUT */
body {
	min-width: 800px;      
  	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
}

#splash{
	background-image: url(../images/splash-background.jpg);
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
	width:650px;
	text-align:left;
}

#splash_image{
	position:relative;
	background-image: url(../images/splash.jpg);
	height: 290px;
	background-repeat: no-repeat;
}

/* LOGIN FORM */
div#login_form{
	text-align:left;
	padding: 10px 10px 10px 10px;
	width: 140px;
	height: 230px;
	background:#CCCCCC;
	float:left;

}

* html div#login_form{
	width: 160px;
}

div#login_form table tr td{
	font-size: 12px;
	color:#666666;
}

div#login_form table tr td a{
	color: #993333;
	text-decoration: none;
}

div#login_form table tr td label{
	font-size: 12px;
	color:#666666;
}

div#login_form table tr td input#mod_login_username, div#login_form table tr td input#mod_login_password{
	background:#666666;
	color:#CCCCCC;
	border:none;
	font-size: 12px;
	width: 135px;
}

div#login_form table tr td input.button{
	background:#666666;
	color:#CCCCCC;
	border:none;
	font-size: 12px;
	width: 50px;
	margin-bottom:20px;
}

/* MAIN CONTAINER */
div#container{
	width: 450px;
	margin-left: 20px;
	float:left;
}

/* CONTENT */
table.contentpaneopen td div{
	font-family:"Times New Roman", Times, serif;
	font-size: 12px;
	color: #A0A088;
	text-align: left;
}

.article_separator{
	height:0px;
}

div#container table.blog td.modifydate{
	visibility:hidden;
	height:0px;
}

table.contentpaneopen td p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
}

table.contentpaneopen td a{
	color: #993333;
	text-decoration: none;
}

table.contentpaneopen td div a{
	color: #993333;
	text-decoration: none;
}

table.contentpaneopen td.contentheading{
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #A0A088;
	text-align: left;
	font-weight:bold;
}

div#container form div.componentheading{
	color: #993333;
	font-size:16px;
	font-weight:bold;
}

div#container table tr td{
	font-size:12px;
	color: #666666;
}

div#container input.button{
	background:#666666;
	color:#CCCCCC;
	border:none;
	font-size: 14px;
	width: 120px;
	margin-top:20px;
	margin-bottom:20px;
}

div#container{
	padding-top:20px;
	background-image: url(../images/bottom-background.jpg);
	background-repeat: no-repeat;
}

/* FOOTER */
div#footer{
	display:none;
	border-top: dotted #999999 thin;
	clear: both;
	margin-top: 10px;
	padding-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}

div#footer a{
	display:none;
	font-weight: bold;
	text-decoration: none;
	color: #993333;
}
