body 
{
	margin: 0px;
	background: url(../images/background.jpg) repeat;
	min-width: 1000px;
	font-family: "Trebuchet MS", helvetica, sans-serif;
	
}

form
{
    padding-top: 0px;
    margin-top: 0px;
}

/* Border Styles */
#border-top
{
    height: 169px;
    background: url(../images/topBackground.jpg) repeat;
}

#border-top-left
{
    height: 169px;
    width:700px;
    float: left;
    background: url(../images/topLeft.jpg) no-repeat;
}

#border-top-right
{
    height: 169px;
    width: 300px;
    float: right;
    background: url(../images/topRight.jpg) no-repeat;
}

#border-left-top
{
    height: 304px;
    width: 68px;
    float: left;  
    background: url(../images/leftTop.jpg) no-repeat;
}

#border-right-top
{
    height: 515px;
    width: 68px;
    float: right;
    background: url(../images/rightTop.jpg) no-repeat;
}

#border-bottom
{
    height: 84px;
    background: url(../images/bottomBackground.jpg) repeat;
    margin-bottom: -10px;
}

#border-bottom-left
{
    height: 84px;
    width: 524px;
    float: left;
    background: url(../images/bottomLeft.jpg) no-repeat;
}

#border-bottom-right
{
    height: 84px;
    width: 458px;
    float: right;
    background: url(../images/bottomRight.jpg) no-repeat;
}

#border-left-bottom
{
    height: 350px;
    width: 68px;
    float: left;
    margin-top: -350px;
    background: url(../images/leftBottom.jpg) no-repeat;
}

#border-right-bottom
{
    height: 150px;
    width: 68px;
    float: right;
    margin-top: -150px;
    margin-left: -68px;
    background: url(../images/rightBottom.jpg) no-repeat;
}

/* --- Header --- */
#logo-left
{
	float: left;	
}

#logo-right
{
	float: right;
}

#header
{
    background: url(../images/header-bg.jpg) repeat-x #000000;
	height: 130px;
	position: absolute;
	left: 68px;
	right: 68px;
	top: 15px;
	min-width: 864px;
	border-left: outset 5px #DDD2CC;
    border-top: outset 5px #DDD2CC;
    border-right: inset 5px #DDD2CC;
    border-bottom: inset 5px #DDD2CC;
}

/* --- Site Search --- */
#site-search
{
    margin-left: 405px;
    margin-top: -110px;
    float: right;
    padding: 5px;
}

#site-search input
{
    float: left;
}

#site-search .search-box
{
    background-color: #E7EBEC;
    border-style: none;
}

#center-frame
{
    width: 100%;
    text-align: center;
}

/* --- Navigation --- */
#rightnavigation 
{
	height: 20px;
	background: #DEDEDE;
	padding: 0px;
    margin-left: 0px;
    margin-top: -129px;
	font: bold 10px "Trebuchet MS", helvetica, sans-serif;
	float: right;
}

#rightnav ul 
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 10px;
	float: left;
	width: auto;
	font: bold 12px "Trebuchet MS", helvetica, sans-serif;
}

#rightnav ul li 
{
	display: inline;
	
}

#rightnav ul li a 
{
	padding: 1px 4px 1px 4px;
	margin-right: 5px;
	width: auto;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	float: left;
}

#rightnav ul li a:hover
{
    background: #cc3300;
}

#leftnavigation 
{
	height: 20px;
	background: #000000;
	padding: 0px;
    margin-left: -440px;
    margin-top: -20px;
	font: bold 10px "Trebuchet MS", helvetica, sans-serif;
	float: left;
}

#leftnav ul 
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 10px;
	float: left;
	width: auto;
	font: bold 12px "Trebuchet MS", helvetica, sans-serif;
}

#leftnav ul li 
{
	display: inline;
}

#leftnav ul li a 
{
	padding: 1px 4px 1px 4px;
	margin-right: 5px;
	width: auto;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	float: left;
}

#leftnav ul li a:hover
{
    background: #cc3300;
}

/* --- Content layout --- */
#content
{
    margin: 0 68px 0 68px;
    background: #C7BFBC;
    border-left: outset 5px #DDD2CC;
    border-top: outset 5px #DDD2CC;
    border-right: inset 5px #DDD2CC;
    border-bottom: inset 5px #DDD2CC;
}

#contentwrapper
{
    float: left;
    width: 100%;
}

#left
{
    padding: 10px 10px 10px 10px;
    margin-right: 200px;
}

#right
{
    float: left;
    width: 200px; /*Width of right column in pixels*/
    margin-left: -200px; /*Set left margin to -(RightColumnWidth) */
    background: url(../images/rightside2.jpg) repeat-y;
}

#rightSideColTop
{
    
    background: url(../images/righttop2.jpg) no-repeat;
    height: 42px;
}

/* --- Footer --- */
.footer
{
    text-align:center;
	width: auto;
	margin: auto;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
	font-size: 0.8em;
}

.footer a
{
    color: #FFFFFF;

}

.footer-links
{
     height:30px;
     vertical-align:top;
}

.disclaimer
{
    color: #000000;
	padding-bottom: 5px;
	padding-top: 12px;
	font-size: 0.85em;
}



/* --- Common --- */
h1
{
    font-size: 1.4em; 
    padding-top: 0px;
    padding-bottom: 2px;
    margin-bottom: 0px;
    margin-top: 0px;
    font-family: "Trebuchet MS", helvetica, sans-serif;
}

h2
{
    padding-bottom: 0px;
    margin-bottom: 0px;
    font-size: 1.1em;
}

h3
{
    padding-bottom: 0px;
    margin-bottom: 0px;
}


strong
{
    font-size: 1.2em;    
}

a:link, a:visited, a:active
{
    color: #FFFFFF;
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

a:link img, a:visited img, a:active img
{
    border: 0px;
}

img
{
    border: 0px;
}

.clear 
{
	clear:both;
	margin-top: 12px;
}

.clearTall
{
    clear:both;
	margin-top: 36px;
}

.divider
{
	height: 29px;
	margin-top: 12px;
	margin-bottom: 12px;
	background: url(../images/horizdivider2.jpg) repeat-x;
}
    












