html, body {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Helvetica, Verdana, Sans-serif;
	font-size: 12px;
	color: #666666;
	background: #ffffff;
	text-align: center;
}

.hidden {
	display: none;
}
/* structure */
#page-container {
	width: 812px;
	margin: auto;
	text-align: left;
}
#navbar{
	width: 285px;
	margin: 5px;
	float: right;
}
#datestamp{
	width: 250px;
	float: right;
	top: 400px;
	clear: right;
	text-align: center;
	margin-top: 95px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.menu {
	color: #666666;
	font-family: Arial, Helvetica, Verdana, Sans-serif;
	font-size: 10pt;
	border-right: 1px solid #CCCCCC;
	text-decoration: none;
	background-color: #FFFFFF;
	padding: 5px;
	
}

.menu:hover {
    background-color: #DEF0B5;
}

.toolbar {
    background-color: #313031;
    padding: 5px 0px 5px 0px;
}
#header {
	height: 163px;
	background: url(../images/headers/oothead.gif) no-repeat top;
	clear: both;
}

#mainback {
	background: url(../images/general/ootback.gif) repeat-y;
	height: 100%;
}
#sidebar-a {
	float: right;
	width: 280px;
	line-height: 18px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-left-style: dotted;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding-bottom: 5px;
}
#sidebar-a h1 {
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
}


#sidebar-a .padding {
	padding: 1px 25px 25px;
}

#content {
	margin-right: 280px;
	line-height: 18px;
}
#content a {
	color: #666666;
	text-decoration: none;
}
#content a:hover {
	color: #000000;
}
#contentcontact {
	margin-right: 25px;
	line-height: 18px;
	margin-left: 30px;
	margin-top: 0px;
	
}
#contentcontact .padding {
	padding: 30px 30px 30px 50px;
}
#content .padding {
	padding: 30px 30px 30px 50px;
}
#greyboxtop{
	background-image: url(../images/boxes/greytop.png);
	height: 25px;
	width: 320px;
	text-indent: 10px;
	padding-top: 5px;
}
.greyboxtoppad{
	padding: 5px;
}

#greyboxwide{
	background-image: url(../images/boxes/greytopleftbackwide.png);
	width: 388px;
	background-repeat: repeat-x;
	background-position: top;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	line-height: 20px;
}
#greyboxtopwide{
	background-image: url(../images/boxes/greytopwide.png);
	height: 24px;
	width: 393px;
	text-indent: 10px;
	padding-top: 5px;
}
.greyboxtoppad{
	padding: 5px;
}

#greybox{
	background-image: url(../images/boxes/greyleftback.png);
	width: 300px;
	background-repeat: repeat-x;
	background-position: top;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	line-height: 25px;
}
#footer {
	clear: both;
	background-image: url(../images/general/ootfoot.gif);
	background-repeat: no-repeat;
	background-position: top;
	height: 54px;
}

#footer a {
	color: #666666;
	text-decoration: none;
}
#footer a:hover {
	color: #000000;
}
#footer #altnav {
	clear: both;
	width: 350px;
	float: right;
	text-align: right;
	padding-top: 13px;
	padding-right: 30px;
}
#footer #copyright {
	padding-top: 12px;
	padding-left: 25px;
	font-size: 10px;
}
/* text */

#content h1 {
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
}
#contentcontact h1 {
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
}
#content p {
	margin: 0;
	padding: 0;
	padding-bottom: 15px;
}
.border {
	border: 1px solid #CCCCCC;
}

#formfield1{
	margin: 0;
	padding: 0;
	left: 20px;
}	
.noborder {
	border: 1px solid #FFFFFF;
}
/*Button*/
.buttonSubmitblue{
	width:69px;
	height:26px;
	color:#000000;
	font-weight:normal;
	padding:2px 5px;
	background:url(../images/general/button.gif) no-repeat left top;
	cursor:pointer;
	border:none;
	font-family: Geneva, Arial, Helvetica, sans-serif;

}
.buttonSubmit{
	width:145px;
	height:26px;
	color:#000000;
	font-weight:normal;
	padding:2px 5px;
	background:url(../images/general/button2.gif) no-repeat left top;
	cursor:pointer;
	border:none;
	font-family: Geneva, Arial, Helvetica, sans-serif;

}

