/* layout styles */

html, body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

html {
    background-color: #b2b2b2;
    background-image: url(/images/bg.gif);
    background-repeat: repeat-x;
}

#root {
	background-image: url(/images/shadow2.gif);
	background-repeat: repeat-y;
    width: 780px;
    height: auto;
    min-height: 100%;
    margin: auto;
    position: relative;
    background-color: #ffffff;
    font-family: 'ms reference sans serif', verdana, arial, sans-serif;
    font-size: 10pt;
	line-height: 150%;
    color: #000000;
    padding: 0;
	border-left: 1px solid #464646;
	border-right: 1px solid #464646;
}

#header {
    background-image: url(/images/logo.jpg);
    background-color: #ffffff;
    width: 100%;
    height: 70px;
    padding: 0;
    margin: 0;
	border-bottom: 1px solid #262626;

}

#footer {
    width: 100%;
    height: 50px;
    position: absolute;
    bottom: 0;
    text-align: center;
	line-height: 130%;
	border-top: 1px solid #464646;
	color: #464646;
	font-size: 8pt;
}

#content {
	width: 100%;
	height: auto;
	min-height: 100%;
	position: relative;
	background-image: url(/images/shadow1.png);
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
}

#leftCol {
    float: left;
    width: 550px;
    padding: 0 0 0 20px;
    margin: 0;
}

#rightCol {
	width: 170px;
    float: right;
    margin: 0;
    padding: 10px;
}

#fullWidth {
	width: 740px;
	padding: 1px 20px 0 20px;
	margin: 0;
	height: auto;
	min-height: 100%;
}

#clear {
    height: 50px;
    clear: both;
}

#nav {
	background-color: #dedede;
	height: 25px;
}

#nav ul {
	padding: 3px 0 0 0;
	margin: 0;
}

#nav ul li {
	display: inline;
	padding: 0 0 0 15px;
}

#nav a {
	text-decoration: none;
	color: #464646;
	font-size: 10pt;
}

#nav a:hover {
	text-decoration: underline;
	color: #262626;
}

div.left {
    float: left;
    position: relative;
}

div.right {
    float: right;
    position: relative;
}

div.clear {
    clear: both;
}
