body {
	/*font: 62.5%/1.6em "Lucida Grande", "Lucida Sans Unicode", verdana, geneva, sans-serif;*/
	font-family: Tahoma, Arial, sans-serif, verdana, geneva;
	font-size:13px;
	color:#555;
	margin:5px;
	background:url(../images/body.jpg) top repeat-x #333;
	background-color:#567CC7;
}

* {
	margin:0;
	padding:0;
}

a img {
    border: 0px;
    text-decoration:none;
}

a{
text-decoration:none;
}

input {
background:none;
font-family:Tahoma, arial;
}

#navbar { 
border-bottom:1px solid #666; 
background-color: #eee; 
} 
#crumb { 
width: 50%; 
float: left; 
font-size:11px; 
color: #000000; 
padding-top:4px; 
padding-bottom:4px; 
} 
#customize { 
width: 50%; 
float: right; 
font-size:11px; 
text-align: right; 
padding-top:4px; 
padding-bottom:4px; 
} 


#wrapper {
	margin:0 auto;
	/*background:fixed;
	background-image:url(../images/back.jpg);*/
	background-color: #B3FBCA;
	padding:5px;
	border:4px solid #222;
	font-size:13px;
}

.fixed {
	width:940px;
}

.fluid {
	width:100%;
}

#header {
	height:72px;
	background:url(../images/header.jpg) top repeat-x;
}

#header h1 {
	height:12px;
	font:24px  Trebuchet MS;
	padding:10px 20px 10px 10px;
	color: #fff;
}

#nav {
	margin:-23px 0 0 0;
}

#nav li {
	font-size:10px;
	list-style:none;
	display:inline;
	padding:7px 0;
}

#nav li a {
font-size:10px;
	padding:7px;
	color:#eee;
	text-decoration:none;
}

#nav li a:hover {
font-size:12px;
	background:#6FC002;
	color: #222;
}

#bnav {
text-align:right;
	margin:1px 0 0 0;
}

#bnav li {

	font-size:12px;
	list-style:none;
	display:inline;
	padding:7px 0;
}

#bnav li a {

font-size:12px;
	padding:7px;
	color: #000000;
	text-decoration:none;
}

#bnav li a:hover {
font-size:12px;
	color: #222;
}

#sidebar_left {
	float:left;
	width:180px;
	padding:0 10px;
	background: #FCE1BE;
	font:12px Verdana;
	line-height:20px;
	border-right:1px solid #eee;
	margin:10px 15px 0 0;
	font-size:14px;
	
}
#sidebar_left a:hover{
width:180px;
background: #FAC896;
text-decoration:none;
}
#sidebar_left h2 {
	font:17px Arial;
	color:#222;
	border-top:1px solid #eee;
	border-bottom:1px solid #eee;
	padding:5px;
}

#sidebar_left p {
	line-height:20px;
}

#sidebar_right {	
	width:200px;
	padding:10px;
	float:right;
	background:#C8E4EE;
	margin:0 0 10px 10px;
	border-left:1px solid #97CBDF;
	border-right:1px solid #97CBDF;
	border-bottom:1px solid #97CBDF;
	color:#1F5063;
	font-size:14px;
}

#sidebar_right h2 {
	font:16px Verdana;
	font-weight:bold;
	text-transform:uppercase;
	color:#13313C;
}

#sidebar_right p {
	font:12px Arial;
	line-height:20px;
}

#content {
	padding:0 15px;
	font-size:13px;
	table-layout:fixed;
}

#content h2 {
	font:19px Trebuchet MS;
	color:#222;
	border-bottom:1px solid #eee;
}

#content h3 {
	font:17px Arial;
	color:#222;
	/*border-top:1px solid #f6f6f6;
	border-bottom:1px solid #f6f6f6;*/
	padding:5px;
}

.with_sidebar {
	margin:0 0 0 200px;
}

#content h1,h2,h3,h4,p,ul,ol,blockquote {
	margin:15px 0;
	line-height:25px;
}

#content a {
	font:16px "Tahoma";
}

#sidebar_left h1,h2,h3,h4,p,ul,ol,blockquote {
	margin:15px 0;
}
#sidebar_right h1,h2,h3,h4,p,ul,ol,blockquote {
	margin:15px 0;
}

#footer {
	margin:30px 0 0 0;
	background: #D7D2FB;
	border-top:2px solid #eee;
	clear:both;
	font-size:15px;
}
tr{font-family:Tahoma;font-size:11px;}
.frb {
background-color: #66FFCC;
font-family:Tahoma, arial, comic-sans;
}
.frf {
background-color: #33FF99;
font-family:Tahoma, arial, comic-sans;
}
.srb {
background-color: #D7F8FB;
font-family:Tahoma, arial, comic-sans;
}
.frh {
background-color: #E4F3A7;
font-family:Tahoma, arial, comic-sans;
}
/*tables */
td{font-family:tahoma;font-size:14px;}
.bb {
border-right:1px solid black;
text-align:center;
border-bottom:1px solid black;
} 
.bd {
background-color:#98B5F8;
}

/*input type button*/
input.off {
width: 70px;
height: 26px;
background: url(../images/btn-send.gif) no-repeat;
outline: none;
font-family:Tahoma;
text-align:center;
border:none;
}
.on {
width: 70px;
height: 26px;
outline: none;
font-family:Tahoma;
text-align:center;
border:none;
background: #83FF89 url(../images/btn-send.gif) no-repeat 0 -25px;
} 