/*///////////////////////////////////////////////////////////////////////////
\\\\\\\\\\\\\\\\\\\\\\\\\ Millipede Rapid Web Development System \\\\\\\\\\\\\\\\\\\\\\\
//////////////////////// By Sean Reynolds - Copyright 2008 //////////////////////
\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
//////////////// prodevo.css - Stylesheet for the Prodevo Site /////////////////////
\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/

* {
	margin: 0px;
	padding: 0px;
}

html
{
	height: 100%;
}

body 
{
	background-image: url(/images/BGTop.jpg);
	background-position: top;
	background-repeat: no-repeat;
	font-family: Verdana, Arial,sans-serif;
	color: #000000;
	line-height: 1.166;	
	background-color: #FFFFFF;
	text-align: center;
	height: 100%;
}

a {
	color: #7E1069;
	text-decoration: none;
}

HR
{
	border: none;
	color: #7E1069;
	background-color: #7E1069;
	height: 5px;
}

#boundingBox
{
	border: #000000 2px solid;
	background-color: #FFFFFF;
	margin: 0px auto;
	text-align: left;
	position: relative;
	width: 75%;
	min-width: 825px;
	top: 50px;
}

#content
{
	position: relative;
	left: 160px;
	border-left: #7E1069 2px solid;
	text-align: left;
	width: 75%;
	min-width: 630px;
	padding-top: 0px;
	padding-left: 20px;
	padding-right: 10px;
	padding-bottom: 30px;
	font-family: Verdana, Arial,sans-serif;
	font-size: 12px;
	color: #3F3F3F;
	line-height: 15px;
	margin-left: 0px;
	margin-top: 30px;
	margin-bottom: 0px;
	min-height: 500px;
	max-height: 1000px;
	overflow: auto;
}

#content h1
{
	color: #3F3F3F;
	font-weight: bold;
	font-size: 12px;
}

#bgbottom
{
	width: 100%;
	overflow: hidden;
	bottom: 0px;
	height: 350px;
	margin-top: -161px;
	margin-bottom: 0px;
}

#logoBar
{
	position: relative;
	padding: 10px 10px 0px 10px;
}

#logoBar a img
{
	position: relative;
	left: 0px;
	border-style: none;
}

#loginBar
{
	background-color: #FFFFFF;
	page-break-after: avoid;
	position: absolute;
	top: 0px;
	right: 0px;
	text-align: right;
	vertical-align: middle;
	color: #000000;
	font-weight: bold;
	font-size: 12px;
	border: 2px solid #7E1069;
}

#login table
{
	border: 2px solid #7E1069;
}

#loginBar input
{
	font-size: 10px;
	height: 13px;
	color: #3F3F3F;
	font-weight: bold;
}

#loginBar a
{
	color: #3F3F3F;
	text-decoration: none;
}

#loginBar a:hover
{
	color: #7E1069;
	text-decoration: none;
}

/* Left Bar Stuff */

#leftBar{
	position:absolute;
	top: 174px;
	width: 160px;
	color: #FFFFFF;
}

#leftBarButtons{
	position: relative;
	margin-bottom: 10px;
	padding: 5px 3px 20px 3px;
	position: relative;
	left: 0px;
	top: 5px;
	height: 85%;
	background-color: #FFFFFF;
	font-weight: bold;
	line-height: 18px;
	font-size: 12px;
}

#leftBarButtons a:link, #leftBarButtons a:visited {
	display: block;
	font-weight: bold;
	text-decoration: none;
	padding: 3px 3px 3px 3px;
	color: #3F3F3F;
	text-align: center;
}

#leftBarButtons a:hover{
	font-weight: bold;
	text-decoration: none;
	color: #7E1069;
}

#footer {
	clear: right;
	position: relative;
	text-align: left;
	bottom: 0px;
	left: 10px;
	right: -10px;
	font-family: Verdana, Arial,sans-serif;
	font-size: 12px;
	color: #3F3F3F;
	padding: 0px 10px 30px 10px;
	
}

