/* layout */
html {
	height: 100%;
}

body {
	text-align:center; /* for IE */
	margin:0 auto;
	padding:0;
	background-color: #ffffff;
	height: 100%;
}
.container {
	margin: 0px auto;
	padding: 0;
	width:770px;
	text-align:center; /* for IE */
	background-color:#fff;
}

.header {
	margin:15px 0 10px;
}

.content {
	padding: 20px 100px;
	text-align:left;
	min-height: 400px;
	height: auto !important;
	height: 400px;
}

/* menu */
.menu-bar {
	margin:auto;
	text-align: center; 
	border: solid #777 1px;
	height: 30px;
	padding-top:5px;
}

/* footer */
div.footer {
	text-align:center;
	margin-bottom:100px;
}

.footer a {
	color:#b0b579; 
	text-decoration:underline;
}

.footer a:hover {
	color:#5e88a2; 
	text-decoration:underline;
}


/* Text boxes */
.text-box {
	border: 1px dotted #999999;
	padding:10px;
	color: #000000;
}

/* text formatting */
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

br { 
	line-height:85%;
}

.smalltext {
	font-size: 10px;
}

.greentext {
	color: #b0b579;
}

/* Links */
a {
	color:#666666; 
	text-decoration:underline;
	outline: none;
}

a:hover {
	color:#5e88a2; 
	text-decoration:underline;
	outline: none;
}

/* Alert Boxes */
.alert_box {
	border: 1px dotted #999999;
	padding:5px;
	background-color: #e5e5e5;
	color: #000000;
}

/* Form Items */
select, input, textarea, .formtext {
	font-family:  Verdana, Arial,Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

.buttontext {
	background-color: #E4E7FA;
	border: 1px solid #666666;
	color: #333333;
}

/* page elements */
hr {
	color: #F5EEEB;
}