body {
	margin: 0;
	padding: 0;
	background-image: url(_inc/img/background.jpg);
	background-position: top;
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

h1 	{ font-size: 18px; font-weight: bold; color: #ffa500; }
h2 	{ font-size: 14px; font-weight: bold; color: #484e97; }
p	{ color: #00000; }
a 	{ color: #ffa500; }

/* header */

#header .contact 	{ text-align: right; }
#header h2 	{ color: #000; }
#header a 	{ color: #000; }

/* navigation */

#nav		{ float: left;	width: 100%; font-size: 93%; line-height: normal; }
#nav ul 	{ margin: 0; padding: 11px 0 0 0; list-style: none;	}
#nav li 	{ display: inline; margin: 0; padding: 0; font-weight: bold; }
#nav a 		{ float: left; background: url("_inc/img/nav_left.gif") no-repeat left top; margin: 0; padding: 0 0 0 4px;
	      	  text-decoration: none; }
#nav a span { float: left; display: block; background: url("_inc/img/nav_right.gif") no-repeat right top;
			  padding: 5px 15px 4px 6px; color: #484e97; }
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#nav a span {float:none;}
/* End IE5-Mac hack */
#tabs a:hover span 	{ color: #ffa500; }
#nav a:hover 		{ background-position: 0% -42px; }
#nav a:hover span 	{ background-position: 100% -42px; }
#nav #current a 	{ background-position:0% -42px; }
#nav #current a span{ background-position:100% -42px; color: #ffa500; }

/* content */

#content .left { padding: 25px 10px 10px 0; }

/* subnav */

.bulletmenu 		{ padding-left: 0; margin-left: 0; border-bottom: 1px solid gray; width: 200px; margin-top: 20px; }
.bulletmenu ul  	{ list-style: none; margin: 0; padding: 0.25em; }
.bulletmenu li  	{ border-top: 1px solid gray; padding: 0.5em; }
.bulletmenu li a 	{ text-decoration: none; }
.bulletmenu .currentpage { color: #000; }

/* tip box */

#tip { background-image: url(_inc/img/tip_back.gif); background-position: left; background-repeat: repeat-y; }
#tip .text { padding: 5px; }

/* footer */

#footer { background-image: url(_inc/img/footer_back.gif); background-position: top; background-repeat: repeat-x; }
#footer .left	{ padding-top: 10px; font-size: 9px; text-align: left; vertical-align: top; }
#footer .right	{ padding-top: 10px; font-size: 9px; text-align: right; vertical-align: top; }