body {
	font-size: 70%;
	font-family: "trebuchet ms", arial, helvetica, sunsans-regular, sans-serif;
	color:#555;
	margin:20px;
	background:url(../images/body.jpg) top repeat-x #333;
}

* {
	margin:0;
	padding:0;
}

#wrapper {
	margin:0 auto;
	background:#fff;
	padding:5px;
	border:4px solid #222;
	width:760px;
}

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

.fluid {
	width:90%;
}

#nav {
	margin:0 0 0 0;
	background:url(../images/nav.png) top repeat-x #4F9EC9;
	padding:7px;
	border-bottom:1px solid #00A2C6;
	font-size:120%;
}

#nav li {
	list-style:none;
	display:inline;
}

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

#nav li a:hover {
	background:#00A2C6;
	color:#fff;
	border-bottom:1px solid #00A2C6;
}

#nav li a.fixed {
	background:#00A2C6;
	color:#fff;
	border-bottom:1px solid #00A2C6;
}


img { border:0px; }
.ctr { text-align: center; }



#subnav {
	margin:0 0 0 0;
	background:#00A2C6;
	padding:5px;
	border-bottom:1px solid #00A2C6;
	font-size:100%;
}

#subnav li {
	list-style:none;
	display:inline;
}

#subnav li a {
	padding:5px;
	color:#eee;
	text-decoration:none;
}

#subnav li a:hover {
	text-decoration:underline;
	color:#fff;
}

#subnav li a.fixed {
	color:#fff;
	text-decoration:underline;
}





#more {
	background:#f1f1f1;
	border-top:1px solid #eee;
	border-bottom:1px solid #ccc;
	padding:10px;
	text-transform:uppercase;
}

#more a {
	color:#ff0000;
	text-decoration:none;
}




#sidebar_left {
	float:left;
	width:180px;
	background:#f6f6f6;
	font:100% Verdana;
	border-right:1px solid #eee;
	padding:10px;
	margin-top:10px;
}

#sidebar_left h2 {
	font:140% Arial;
	color:#222;
	border-top:1px solid #eee;
	border-bottom:1px solid #eee;
	padding:5px;
	margin:0px;
	background:#fff;
}

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

#content {
	padding:0 15px;
	font-size:120%;
	margin:0 0 20px 200px;
}

#content ol,ul {
	margin-left:40px;
}

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

#content h3 {
	font:120% Arial;
	color:#00A2C6;
	border-bottom:1px solid #f6f6f6;
}

#content blockquote {
	margin:20px;
	padding:1px 10px 1px 70px;
	background:#eef url( ../images/q.gif ) top left no-repeat;
}

#footer {
	padding:3px;
	background:#000;
	color:#eee;
}

#footer a {
	color:#777;
	text-decoration:none;
}

#footer a:hover {
	color:#fff;
}

#footer p {
	line-height:12px;
	margin-left:20px;
	margin-right:20px;
}



/*------[ courtesty of http://css.maxdesign.com.au/listamatic2/vertical14.htm ]----------*/

#navcontainer ul { margin: 0px; padding: 0px; list-style-type: none; }
#navcontainer li { margin: 0px; padding: 0px; line-height: 20px; }
#navcontainer ul li a { display: block; padding-left: 10px; background-color: #e0e9e9; font-size: 0.9em; border-bottom: 1px solid #ddd; border-top: 1px solid #fff; }
#navcontainer ul li a:link, #navcontainer ul li a:visited { color: #000; text-decoration: none; }
#navcontainer ul li a:hover { background-color: #edf2f2; color: #999; }
#navcontainer ul ul li a { display: block; padding-left: 40px; background-color: #f1f1f1; font-size: 0.8em; }
#navcontainer ul ul li a:link, #navcontainer ul ul li a:visited { color: #000; text-decoration: none; }
#navcontainer ul ul li a:hover { background-color: #eee; color: #999; }
/* selected states */
#navcontainer ul li a#current { font-weight: bold; color: #000; background-color: #ccc; }
#navcontainer ul ul li a#subcurrent { font-weight: bold; color: #000; background-color: #e7e7e7; }
/*hide from ie-mac\*/
* html #navcontainer li { height: 1px; }
/* end hack */
/* \*/
* html #navcontainer a { height: 1px; }
/*  */


/*------[ forms ]-------------------*/

form { padding:0px; }
label { display: block; }
input, textarea { display: block; margin-bottom: 10px; }
.zero { padding:0px; margin-bottom:0px; display:inline; }