

body{
	background: #E0E0D1 url(images/body-bkg.png) no-repeat center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 25px;
        padding: 0px; 
        margin-top: 0px;
        color: #35383d;
			font-family: Verdana;
	text-align:justify;

}
a{
	color: #006666;
	text-decoration: none;
}
a:hover{
color:#990000;
}
input,select,textarea{
	border: #dddddd 1px solid;
	font-size: 12px;
	padding: 5px;
}
select{
	padding: 0;
}

/*========= LAYOUT =========*/

#page{
	width: 960px;
	background-color: #FFFFFF;
	margin:15px auto;
	border: 0px solid #CCCCCC;
}

/* Tabs */

#tabs {
	width:950 !important;
	height:auto !important;
	padding:5px;
	border:1px solid #ddd;
	background-color:#eeeeee;
	float:left;
	display: block;
}

.inside {
	width: 950 !important;
	padding:8px !important;
	border:1px solid #ddd !important;
	margin:10px 0px 0px !important;
	background-color: #FFFFFF;

}

ul.wooTabs1 {
	width: 100%;
	padding: 0 0 10px 0;
}

ul.wooTabs1 li {
	float: left;
	display:inline;
	line-height: 34px;
	background: #ffffff;
	color: #000000;
	border:1px solid #ddd;
	font-size: 11px;
	margin:0px 3px 0px 0px !important;
	cursor: pointer;
}

ul.wooTabs1 li a {
	line-height: 31px;
	font-family: cambria;
	letter-spacing:0.15px;
	color: #000066 !important;
	font-size:12px;
	font-weight:bold;
	float: left;
	padding: 0px 8px 0px 8px;
}

ul.wooTabs1 li a:hover {
	line-height: 31px;
	font-family: cambria;
	color: #000066 !important;
	font-size:12px;
	display: block;
	background-color: #A3C266;
	text-decoration:none;
	float: left;
	padding: 0px 8px 0px 8px;
}


ul.wooTabs1 li a.selected, ul.wooTabs li a:hover {
	text-decoration:none;
	color: #000066 !important;
}

#tagcloud {
	padding:10px;
}




.inside li {
	border-bottom:1px solid #EEEEEE;
	padding:5px;
	
}


/*========= MISC =========*/

.fix{
	clear: both;
	height: 1px;
	margin: 0 0 -1px;
	overflow: hidden;
}
