
<style type="text/css">



/*reset
-------------------------------------------------------------------------------------------*/
* {
	margin:0;
	padding:0;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img {
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym {
	border:0;
}
/*fonts
-------------------------------------------------------------------------------------------*/
body {
	font:13px arial,helvetica,clean,sans-serif;
	*font-size:small;
	*font:x-small;
	color:#404040;
}
table {
	font-size:inherit;
	font:100%;
}
select, input, textarea {
	font:99% arial,helvetica,clean,sans-serif;
}
pre, code {
	font:115% monospace;
	*font-size:100%;
}
body * {
	line-height:1.22em;
}
/*General Layout
-------------------------------------------------------------------------------------------*/
body {
  background-color:#FFF;
}
/* Wrapper - overall div the defines structure / widths */
/* Wrapper fixed width centered */
#Wrapper {
	width: 720px;
  	margin: 0 auto; 
  	text-align: left;
	background-color:#ffffff;
	border: 2px solid #CCC;
} 

/* Header area - contains logo and any other header elements */

#Branding {
	background-color:#666666;
	height:50px;
}
#Branding h1 {
	padding:10px;
}
#logo {
	float:left;
	color:#FFF;
}
/* Navigation Area */
/* Menu System class selectors*/
/* 
	menu-top        First menu tag only
    menu-parent     Every parent menu item of the current page.
    menu-current    Only the menu item for the current page.
    menu-sibling    Every sibling of the current page.
    menu-child      Every sub-menu of the current page.
    menu-expand     Every menu item with children.
    menu-first      First item in any menu or sub-menu.
    menu-last       Last item in any menu or sub-menu.
 */
/* Main navigation */
#navCol {
	width: 150px;          /* Set this to the width of the Left Column - #navCol */
	right: 150px;          /* Set this to the width of the Left Column - #navCol */
	margin-left: -100%;	
}
/*** IE6 Fix ***/
* html #navCol {
	margin-left: -720px;  /* Set this to the negative width of the Wrapper */
}

/* #mainNav {
	background-color:#999999;
	float:left;
} 

#mainNav ul {
	padding:0 0 0 10px;
}
#mainNav a {
	color:#333;
}
#mainNav a:hover {
	color:#CCC;
	text-decoration:none
}
#mainNav .menu-current a, #mainNav .menu-parent a, #mainNav a.menu-current, #mainNav a.menu-parent {
	color:#FFF;
} */
/* Secondary Navigation */
/*

#subNav {
	background-color:#CCCCCC;
	width:150px;
	float:left;
}
#subNav a {
	color:#666;
}
#subNav a:hover{
	color:#333;
	text-decoration:none;
}
#subNav .menu-current a, #subNav .menu-parent a, #subNav a.menu-current, #subNav a.menu-parent {
	color:#FFFFCC;
} */
/* Auxillary Navigation - Home | Search | etc, usually in top right corner */
#auxNav {
	color:#fff;
	font-size:85%;
	float:right;
	line-height:14px;

	padding:10px;
}
#auxNav li {
	float:left;
}
#auxNav a{
	color:#FFF;
}
#auxNav a:hover {
	color:#333;
	text-decoration:none;
}
/*Content
--------------------------------------------------------------------------------------*/
/* Overall containing div */

#contenthead {
	padding:10px 10px 0 10px;
	font-weight:bold;
}
/*Footer
--------------------------------------------------------------------------------------*/

/* Footer - holds bottom links, if any, NOT TO HOLD COPYRIGHT INFO */

#Footer {
	width:100%;
	background-color:#f1f1f1;
	clear:both;	
}
#Footer p {
	padding:10px;
}

/* Copyright - holds copyright info for site, as well as Powered by TruePresence link and any other sponsor links or images */

#Copyright {
	background-color:#f9f9f9;
	width:720px;
	margin:0 auto;
}
#Copyright p {
	margin:10px;
	padding:10px;
	text-align:center;
}
.clear {clear:both;}

#contentRight a:link, #contentRight a:visited, #callout a:link, #callout a:visited {
	color:#964B32;
}

#contentRight a:hover, #callout a:hover {
	color:#000;
}

</style>

