/* COMMON STYLE
--------------------------------------------------------- */
html, body, form, fieldset {
	margin: 0;
	padding: 0;
}

body {
	color: #333333;
	line-height:14px;
	/*font-family:Verdana, Arial, Helvetica, sans-serif; */
	font-family:Verdana;
	font-size:10px;
	background-image:url(../../../images/bg.gif);
	background-repeat:repeat-x;
	background-position:0px 40px;
	background-color:#fff;
	
}

/* Normal link */
a {
	color:#333;
	text-decoration:underline;
}

a:hover, a:active, a:focus {
	color:#999;
	text-decoration:none;
}

/* Small text */
small, .small, .smalldark, .mosimage_caption, .createby, .createdate, .modifydate, a.readon, .img_caption {
	color: #666666;
	font-size: 92%;
}

/* Heading */
h1, h2, h3, h4, h5, h6{
	padding:0px;
	margin:0px 0px 15px 0px;
}
h1 {
	font-size: 16px;
	color:#333333;
	font-family:Verdana;
	font-weight:normal;
}

h2 {
	font-size: 15px;
	color:#333333;
	font-family:Verdana;
	font-weight:normal;
}

h3 {
	font-size: 14px;
	color:#333333;
	font-family:Verdana;
	font-weight:normal;
}

h4 {
	font-size: 14px;
	color:#333333;
	font-family:Verdana;
	font-weight:normal;
	margin:0px 0px 5px 0px;
	padding:0px;
}
h5 {
	font-size: 12px;
	color:#333333;
	font-family:Verdana;
	font-weight:normal;
}
h6 {
	font-size: 12px;
	color:#333333;
	font-family:Verdana;
	font-weight:normal;
}
p{
	padding:0px;
	margin:0px 0px 10px 0px;
}
ul {
	list-style: disc;
	margin:0px 0px 10px 30px;
	padding:0px;
}

ul li {
	padding-left: 0px;
	background: url(../images/bullet.gif) no-repeat 18px 8px;
	line-height: 180%;
}

ol li {
	margin-left: 35px;
	line-height: 180%;
}

th {
	padding: 5px;
	font-weight: bold;
	text-align: left;
}

fieldset {
	border: none;
	padding: 10px 5px;
	background: url(../images/hdot2.gif) repeat-x top;
}

fieldset a {
	font-weight: bold;
}

hr {
	border-top: 1px solid #CCCCCC;
	border-right: 0;
	border-left: 0;
	border-bottom: 0;
	height: 1px;
}

td, div {
	font-size: 100%;
}

img {
	border: none;
}
/* FORM
--------------------------------------------------------- */
form {
	margin: 0;
	padding: 0;
}

form label {
	cursor: pointer;
}
/***********************************************************/
#wrapper{
	width:842px;
}
#bg_head{
	width:100%;
	padding:20px 0px 20px 0px;
	background-color:#333333;
	position:absolute;
	z-index:-1000;
	top:0px;
	left:0px;
}
#header{
	width:842px;
	padding:20px 0px 20px 0px;
	margin:0px 0px 40px 0px;
	color:#fff;
	background-color:#333;
	text-align:left;
	font-size:13px;
	font-family:Verdana;
}
#content{
	width:842px;
	padding:0px 0px 7px 0px;
	margin:0px 0px 0px 0px;
	color:#303030;
	text-align:left;
	float:left;
	position:relative;
}
#left{
	width:100%;
	text-align:left;
	float:left;
	font-size:7pt;
	margin-top:1px;
	padding:0px;
	background:#EBEBEB;
	line-height:12px;
}
#right{
	width:400px;
	height:527px;
	float:right;
	text-align:left;
	background:#EBEBEB;
}
#footer{
	border-top:1px solid #CCCCCC;
	clear:both;
	margin:20px 0px 20px 0px;
	float:left;
	width:100%;
}
.article_separator{
	display:none;
}
#content table.blog{
	/*width:100%;*/
}
#content table.blog .article_column table.contentpaneopen p{
	width:220px;
}
.column_separator{
	padding-left:60px;
}
.article_column{
	
}
.cat_desc{
	color:#333333;
	font-family:Verdana;
	font-size:10px;
	font-style:italic;
}
#menu_left_space{
	width:10px;
	height:30px;
	float:left;
	z-index:1001;
	position:relative;
	top:-40px;
	background-image:url(../../../images/bg.gif);
	background-repeat:repeat-x;
	left:-10px;
}
#menu{
	position:relative;
	top:-43px;
	left:-20px;
	text-align:left;
	z-index:1000;
	width:830px;
	float:left;
	margin-bottom:17px;
	padding:0px;
}
table.contentpaneopen tr td table tr td img{
	margin-right:40px;
}
#content table.contentpaneopen tbody tr td img{
	margin:0px 20px 5px 0px;
	border:1px solid #cccccc;
}
#content table.blog tbody tr td table tbody tr td.article_column table.contentpaneopen tbody tr td p img{
	border:none;
	margin:0px;
}
