body {
	margin: 0;
	padding: 0;
	background: url('bg.gif') repeat-y #ffffff;
	background-position: center;
	font-size: 12px;
	font-family: Tahoma, Arial;
	text-align: center;
	color:#333333;
}
table {
	font-size: 12px;
	font-family: Tahoma, Arial;
	color: #333333;
}
td{
	word-break: break-all;
}

a {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: none;
	color:#ff6600;
}

hr {
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
}

form {
	display: inline;
}
input {
	font-family: Tahoma, Arial; 
	font-size: 12px; 
}
input.text {
	border: 1px solid #cccccc;
	color: #333333; 
	background-color: #ffffff;
}
input.button {
	border: 1px solid #cccccc;
	border-left: 4px solid #cccccc;
	color: #333333; 
	background-color: #ffffff;
}
textarea { 
	border: 1px solid #cccccc;
	background-color: #ffffff;
	font-family: Tahoma, Arial; 
	font-size: 12px; 
	color: #333333;
}
select { 
	font-family: Tahoma, Arial; 
	font-size: 12px;  
	color: #333333; 
	background-color: #ffffff;
	border: 1px solid #cccccc;
}

#wrapper {
	width: 780px;
	margin: 0 auto;
	padding: 0;
	/*position: relative;*/
	text-align: left;

}
#innerWrapper {
	width: 780px;
	margin: 0;
	padding: 0;
	text-align: left;

}
#header {
	width: 780px;
	height: 240px;
	margin:0;
	padding:0 0 0 0;
	text-align:center;
	float:center;
	background: url('header_bg.jpg') no-repeat;
}
#innerHeader {
	margin: 0;
	padding: 0;
}

.blog-header {
	display: none;
}

.blog-desc {
	display: none;
}

#menu {
	width: 780px;
	margin: 15px 0 0 0;
	color: #333333;
	font-size: 13px;
	font-weight: bold;
        text-align: left;
}
#menu ul{
	margin: 0;
	padding: 0 0 0 30px;
}
#menu li{
	list-style: none;
	width: auto;
	float: left;
	padding: 0 5px 0 3px;
}
#menu a{
	color: #333333;
}
#menu a:hover {
	color: #ff6600;
}

#mainWrapper {
	margin: 0 1px 0 1px;
}

.content {
	float: right;
	width: 100%;
	margin-left: -200px;
}

}
#innerContent {
	clear: both;
	margin: 0;
	padding: 0 10px 0 200px;
	overflow: visible;
}

.textbox{
	padding-bottom: 25px;
	margin-bottom: 5px;
}
.textbox-title{
	word-wrap: break-all;
	font-size: 14px;
	padding-top: 5px;
	height: 42px;
}
.textbox-title h4{
	margin: 7px;
	color: #000000;
	padding-left: 5px;
	font-size: 14px;
	display: inline;
}
.textbox-title h4 a {
	color: #000000;
}

.textbox-label{
	padding-top: 3px;
	padding-right: 10px;
	color: #333333;
	font-size: 12px;
        text-align:right;
}
.textbox-content{
	word-wrap: break-word;
	padding: 10px;
}
.textbox-bottom{
	padding: 0px;
	margin-top: 3px;
	margin-bottom: 3px;
	height:10px;
	font-size: 12px;
	color: #333333;
	text-align:right;
}
.textbox-bottom a {
	color: #333333;
	text-decoration: none;
}
.textbox-bottom a:hover {
	color: #ff6600;
	text-decoration: none;
}

.sidebar {
	width: 195px;	
	float: left;
	margin: 0;
	padding: 0;
}
.sidebar-hide {
	display: none;
	float: left;
}
#innerSidebar {
	padding: 0 0 0 10px;
}

.panel{
	margin: 5px 0 5px 0;
}
.panel h5 {
	margin:0;
	margin-right: 20px;
	border-bottom: 2px solid #FF6600;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

.panel-content{
	margin:8px;
	color: #333333;
}

#footer {
	clear: both;
	width: 780px;
	height: 30px;
	margin: 0;
	padding: 0;
	color: #333333;
	font-family: Arial;
	font-size: 12px;
}
#footer a{
	color: #333333;
}
#footer a:hover {
	color:#ff6600;
}
#innerFooter {
	padding-top:10px;
	text-align: center;
}

.arrow {
	font-family: webdings;
}

.calendar a { 
  color: #ffffff;
  background: #336699;
}

.calendar-today { 
  color: #ffffff;
  background: #ff6600;
}

.calendar-today a { 
  color: #fff;
  font-weight:bold;
}