* {
	margin: 0;
	padding: 0;
}
html,body {
	margin: 0;
	padding: 0;
	height: 100.02%;
	text-align: center;
	background: url(../images/bg.jpg) repeat-x 0 119px;	
}	
body {
	font: 13px "Trebuchet MS", Verdana, Georgia, sans-serif;
	text-align: center;
	color: #2f5f6a;	
}


#wrapper {
	width: 724px;	
	margin: 0 auto;
}
#logo {
	float: left;
	margin-top: 40px
}
p {
	margin: 10px 0;
}
.floatRht {
	float: right;
}
#content, .sidebar {
	text-align: left;
}

/* --------------------- LINKS --------------------- */

a:link, a:visited, a:active {
	text-decoration: underline;
	color: #2f5f6a;
	outline: none;
}
a:hover {
	color: #719ba5;
	text-decoration: none;
}
:focus {
	outline: none;
}

/* --------------------- NAV --------------------- */

#navbar  {
	text-align: right;
	margin-right: 8px;
	padding-top: 15px;
	background: url(../images/nose.png) no-repeat 180px 0px;
	height: 34px;
	clear: both;

}
#navbar li {
	display: inline;
	color: white;
	margin-left: 1px;
}
#navbar a {
	color: white;
	text-decoration: none;
	margin-right: 1px;
	font-weight: bold;
}
#navbar a:hover {
	color: #2f5f6a;
}


/* --------------------- CONTENT --------------------- */

#content {
	width: 516px;
	float: right;
	background: url(../images/text-bg.jpg) no-repeat top right;
}
.sidebar {
	float: left;
	width: 175px;
	margin-top: 32px;
	border: 2px solid #6d9ca4;
	background-color: white;
}
.sidebar a {
	display: block;	
	color: #749da1;
}
.contentPadding {
	padding: 28px 22px 16px 22px;
}
.padding {
	padding: 8px;
}

/* --------------------- HEADINGS --------------------- */

h1 {
	font-size: 15px;
	color: #83b124;
	margin-bottom: 10px;
}
h2 {
	color: #749c9e;
	padding-bottom: 6px;
	margin-bottom: 6px;	
	border-bottom: 1px solid #749c9e;
}
h3 {
	font-weight: bold;	
	color: #5c8489;
	margin: 7px 0;
}


/* --------------------- FOOTER --------------------- */

#footer {	
	text-align: right;
	margin-right: 9px;	
	padding-top: 8px;	
	height: 10px;
	clear: both;
	border-top: 3px solid #a2c341;
}
#footer li {
	display: inline;
	color: #83b124;	
}
#footer a {
	color: #83b124;
	text-decoration: none;
}
#footer a:hover {
	color: #2f5f6a;
}

.footerLeft {
	float: left;
	padding-top: 1px;
}

/* --------------------- MISC --------------------- */

a.top {
	background: url(../images/btn-top.gif) no-repeat 0px 4px;
	padding-left: 12px;
	text-decoration: none;
}
a.top:hover {
	background-position: left bottom ;
}

#navbar a, h2, h3, #footer a, .footerLeft, a.top {
	font-size: 12px;
}
#content img {
	float: left;
	margin: 0 10px 0 0;
}

/* --------------------- REPORTS --------------------- */

table {
	width: 100%;
	margin: 5px 0;
	border-collapse: collapse;
}
td, th {
	border: 1px solid #73999e;	
	padding: 3px;
}
th {
	background-color: #a2c341;
	color: #fff;
}
ul, ol {
	margin-left: 20px;
}
.none {
	border: none;
	background-color: #fff;
}





