/* Defaults */
body {
	margin-left: 10px;
	margin-top: 10px;
}
* {
	padding: 0;
	margin: 0;
	font-family: arial;
}
#wrapper {
	min-width: 750px;
	width: 750px;
}

/* Headers */
#header {
	border-top: 10px solid #E3E3E3;
	display: block;
	clear: both;
	min-height: 50px;
	height: 2em;
	width: 750px;
	background: transparent url(../images/logo-1.gif) no-repeat center left;
	min-width: 352px;
	line-height: 2em;
	font-size: 3em;
}
#header h1 {
	padding-left: 90px;
	color: #525252;
	font-size: 1em;
}
/* Content */
#body {
	clear: both;
	width: 755px;
	display: block;
	min-width: 755px;
}

#bigimage {
	margin-left: .4em;
	float: left;
	clear: right;
	width: 540px;
	min-width: 540px;
	height: 260px;
	border-top: 10px solid #525252;
	border-bottom: 5px solid #E3E3E3;
	background: transparent url(../images/banner-1.gif) no-repeat center center;
}
#content{
	float: left;
	clear: right;
	width: 530px;
	min-height: 100px;
	min-width: 530px;
	margin: 10px;
}
#content h1 {
	font-size: larger;
	font-weight: 800;
}
#content ul {
	padding-left: 2em;
	list-style-type: square;
	font-size: smaller;
}
#content p {
	padding-top: 1em;
	font-size: smaller;
}
#content table {
	font-size: smaller;
	line-height: 2em;
}
#content table p {
	line-height: 1em;
	font-size: 1em;
}
#content hr {
	width: 50%;
	color: #525252;
	text-align: center;
	margin: .5em auto;
}
#content img {
	text-align: center;
}


/* Left Nav */
#nav {
	float: left;
	clear: left;
	height: 260px;
	width: 200px;
	min-width: 200px;
	border-top: 10px solid #525252;
	border-bottom: 5px solid #E3E3E3;
}
#nav a {
	padding-left: 20px;
	padding-bottom: 8px;
	padding-top: 8px;
	text-decoration: none;
	display: block;
	font-weight: 800;
}
a.navroll:hover {
	color: #6d6d6d;
	background: transparent url(../images/select-on.gif) no-repeat center left;
}
.navon {
	color: #6d6d6d;
	background: transparent url(../images/select-on.gif) no-repeat center left;
}
.navoff {
	color: #3F3E6D;
	background: transparent url(../images/select-off.gif) no-repeat center left;
}

/* Login box */
#login {
	margin-top: 20px;
	float: left;
	clear: left;
	width: 200px;
	min-width: 200px;
	height: 125px;
	background-color: #F1F1F1;
	border: 1px solid #c9c9c9;
/*	margin-left: -1px;
	margin-right: -1px;*/
	font-size: x-small
}

#login h1 {
	padding-top: 20px;
	padding-bottom: 10px;
	font-size: small;
	font-weight: 800;
}

/* Footers */
#footer {
	border-top: 5px solid #E3E3E3;
	width: 100%;
	clear: both;
	text-align: center;
	padding-top: .5em;
}
.disclaimer {
	padding-top: .4em;
	color: #bdbdbd;
	clear: both;
	font-size: x-small;
}

/* Bottom Nav */
#navbot {
	width: 100%;
}
#navbot a {
	display: inline;
	list-style-type: none;
	padding: 0px 15px 0px 15px;
	text-decoration: none;
	color: #0000FF;
}
.barright {
	border-right: thin solid #bdbdbd
}
.barleft {
	border-left: thin solid #bdbdbd
}

/* Other */
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.small {
	font-size: .7em;
}
.bold {
	font-weight: 800;
}
.normal {
	font-weight: 300;
}
.red {
	color: #B24744;
}

