

/* GLOBAL RESETS **/
:link,:visited {text-decoration:none}
h1,h2,h3,h4,h5,h6,pre,code {font-size:1em;font-weight:400;}
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {margin:0; padding:0}
a img,:link img,:visited img {border:none}

/* GLOBAL SETS **/
.clear {clear:both;}
body {
	text-align:center;
	font-family:"lucida Grande", arial, verdana, helvetica, sans-serif;
	font-size: 12px;
	background: #f7f6f6 url(images/bodybg.png) top left repeat-x;
	color:#000;
	}
.wrapper {
	margin-left:auto;
	margin-right:auto;
	width:1000px;
	}
	
	
	
/* HEADER */
#header {
	text-align:left;
	height:140px;
	position:relative;	
	}
	#header .logo {
		display:block;
		text-indent:-9999px;
		width:400px;
		height:106px;
		background:transparent url(images/logo.png) center center no-repeat;		
		}
	#header #navigation {position:absolute;top:62px;right:0;text-transform:uppercase;font-size:12px;}
	#header #navigation a {display:block;width:104px;height:51px;float:right;text-align:center;font-weight:bold;margin:0 0 0 8px;}
	#header #navigation a:link, #header #navigation a:visited {background:transparent url(images/navbg.png) bottom left no-repeat;line-height:58px;color:#7B7C7F;}
	#header #navigation a:hover, #header #navigation a:focus {background:transparent url(images/navbg.png) bottom right no-repeat;line-height:50px;color:#333;}

	#header #navigation a#selected {background:transparent url(images/navbg.png) bottom right no-repeat;line-height:50px;color:#333;}
	
/* BODY */

#bodycontent {
	width:430px;
	float:left;
	text-align:left;
	}
#bodycontent h1 {
		font-family:arial;
		color:#FCB034;
		margin:0 0 15px 0;
		font-size:32px;
		font-weight:900;
		line-height:32px;
		}
	#bodycontent .bodytext {
		line-height:19px;
		padding:0 0 0 30px;
		}
	#bodycontent .bodytext li {
		line-height:19px;
		padding:6px 0 6px 0;
		}
	#bodycontent .bodytext p {
		margin:0 0 23px 0;
		}
	#bodycontent .bodytext ul, #bodycontent .bodytext ol {
		margin:15px;
		}
	#bodycontent a:link, #bodycontent a:visited {
	color:#000;
	text-decoration:underline;
		}
	#bodycontent a:hover {
	color:#666;
	text-decoration:underline;
		}
	#bodycontent h3 {
		font-weight: bold;
		color:#DC9014;
		}



/** SIDEBAR **/

#sidebar {
	text-align:right;
	width:510px;
	float:right;
	}
	#sidebarinner {
		padding:15px;
		line-height:16px;
		}
	#sidebar a:link, #sidebar a:visited {
		}
	#sidebar a:hover {
		}	
	#sidebar h3 {
		}



/** FOOTER **/

#footer {padding:30px 0;}
	#footer p {text-transform:uppercase;font-size:9px;color:#666;line-height:14px;text-align:center;}
	#footer p a:link, #footer p a:visited {color:#666;}
	#footer p a:hover, #footer p a:focus {color:#FCB034;text-decoration:underline;}