body, ul, ol
{
	margin:0;
	padding:0;
}

body
{
	background: url(../images/background.jpg) repeat;
	margin: 0 auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}

h1, h2, h3, h4, h5, h6
{
	font-size:100%;
}

ul, ol
{
	list-style: none;
}

h1
{
	position:absolute;
	top: -200px;
	left: -200px;
	margin:0;
	padding:0;
}

h2
{
	color:#996633;
	font-size:24px;
	margin:0;
	padding:0;
	margin-top:5px;
	margin-left:3px;
}

h3
{
	color: #660000;
	font-size: 11pt;
	font-family:Arial, Helvetica, sans-serif; 
	font-weight:bold;
	line-height:12px;
}

#content_text h2
{
	margin-top:15px;
}

div#page {
	width: 907px;
	position: relative;
	left: 50%;
	margin-left: -453px; /* half the width of the div */
	margin-top:20px;
}

div#page_inner
{
	width: 856px;
	padding-left:24px;
	padding-right:27px;
	background-color:#FFFFFF;
	background: url(../images/frame/middle.jpg) repeat-y;
}

div#branding
{
	height:160px;
	position:relative;
	background: #FFFFFF url(../images/branding/divider.jpg) bottom no-repeat;
	z-index:100;
}

div#content
{
	background-color: #ffffcc;
	margin:0;
	padding:0;
	border-bottom:1px solid #ffffcc;
	min-height:448px;
}

div#content_text
{
	padding-left:8px;
}

div#title
{
	padding-left:7px;
	padding-top:10px;
}

div#footer
{
	padding-top:7px;
	float:left;
	font-size: 11px;
	font-family:Arial, Helvetica, sans-serif; 
	color: #CCCCFF;
}

div#footer a:link,
div#footer a:visited,
div#footer a:active
{
	color: #CCCCFF;
	text-decoration:none;
}

div#footer a:hover
{
	color: #9999FF;
}


div.logo
{
	position:absolute;
	left:10px;
	top:10px;
	width:256px;
	height:103px;
	background: url(../images/branding/logo.jpg) no-repeat;
}

ul#breadcrumb
{
	padding-top:6px;
	color:#996633;
	font-size:9px;
	letter-spacing:1px;
}

ul#breadcrumb li
{
	display: inline;
	padding-left:10px;
	padding-right:20px;
	background: url(../images/crumbs_splitter.jpg) no-repeat center right;
	height:24px;
	padding-top:6px;
	padding-bottom:5px;
}

ul#breadcrumb li.breadcrumb_last
{
	background:none;
}

ul#breadcrumb  li a:link,
ul#breadcrumb  li a:visited,
ul#breadcrumb  li a:active
{
	text-decoration:none;
	color:#333333;
}

ul#breadcrumb  li a:hover
{
	text-decoration: none;
	color:#996633;
}

div#nav_main
{
	position:absolute;
	right:15px;
	top:50px;
	width: 600px;
}

div#nav_account
{
	float:right;
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	padding-right:15px;
	padding-top:10px;
	text-align:right;
	color:#666666; 
	font-size:12px;
}

div#nav_account a:link, div#nav_account a:hover, div#nav_account a:visited, div#nav_account a:active
{
	color:#666666; 
	text-decoration:underline;
}

div#login_text
{
	padding-top:20px;
	padding-left:20px;
}

div#login_animation
{
	width:360px; 
	position:absolute;
	left:496px;
	top:105px;
}

.nav_account_username
{
	color:#663300;
	font-weight:bold;
}

/* main frame */
div#frame_top
{
	background: url(../images/frame/top.jpg) no-repeat;
	width:907px;
	height:20px;
	position: relative;
}

div#frame_top_left
{
	position: absolute;
	left:0px;
	top:20px;
	background: url(../images/frame/top_left.jpg) no-repeat;
	width:24px;
	height:40px;
}

div#frame_top_right
{
	position: absolute;
	left:880px;
	top:20px;
	background: url(../images/frame/top_right.jpg) no-repeat;
	width:27px;
	height:40px;
}

div#frame_bottom
{
	background: url(../images/frame/bottom.jpg) no-repeat;
	width:907px;
	height:23px;
	position: relative;
	clear:both;
}

div#frame_bottom_left
{
	position: absolute;
	left:0px;
	top:-40px;
	background: url(../images/frame/bottom_left.jpg) no-repeat;
	width:24px;
	height:40px;
}

div#frame_bottom_right
{
	position: absolute;
	left:880px;
	top:-40px;
	background: url(../images/frame/bottom_right.jpg) no-repeat;
	width:27px;
	height:40px;
}

/* main frame */


