html {
	margin: 0;
	padding: 0;
	}
	
body {
	margin:0;
	padding:0;
	font-family:"Lucida Grande",Verdana,Lucida,Helvetica,Arial,sans-serif;
	font-size: 72%;
	color: #000;
	background-color:#fff;
	}


/* structure */

#wrapper {
	position:relative;
	width: 732px; /*Width of main container*/
	margin: 0 auto; /*Center container on page*/
	padding: 0;
	background-color:#fff;
}

#masthead {
	width:732px;
	}
	
#content {
	float:right;
	width:712px;
	padding:10px;
	margin:0;
	display: inline;
	/* overflow:auto;
	 min-height:520px;
	height:auto !important;
	height:520px; */
	}
	
#footer {
	clear: both;
	width:732px;
	font-size:0.85em;
	text-align: center;
	}


/* text */

p { font-size: 1.0em; line-height: 1.6em; margin: .5em 0 1.3em 0; }
	
h1, h2, h3, h4, h5, h6 { color:#000; font-weight: normal; }

h1 { font-size: 1.8em; margin: 0 0 1.2em 0;}
h2 { font-size: 1.6em; margin: 1.2em 0 0 0;}
h3 { font-size: 1.4em; margin: 1.2em 0 0 0;}
h4 { font-size: 1.2em; margin: 1.2em 0 0 0;}
h5 { font-size: 1.0em; margin: 1.2em 0 0 0;}
h6 { font-size: 0.8em; }

ol, ul, li {/*
	list-style: none;*/
	font-size: 1.0em;
	line-height: 1.6em;
	margin-top: 0.2em;
	margin-bottom: 0.1em; 
	}

strong, b { font-weight: bold; }

.smalltext { font-size: 0.85em; margin: 0 0 1em 0; }
.title { font-size: 1.8em; text-align:center; }
.introtext { font-size: 1.1em; line-height: 2em; margin: .5em 0 1.3em 0; font-style:italic; }


/* links */

a { text-decoration: none; }

a:link { color:#436976; }
a:active { color:#333; }
a:visited { color: #436976; }
a:hover { color: #333; }


/* forms */

form { margin:0; padding:0; display:inline; }

input { font-family: Verdana, Arial, Helvetica, sans-serif; font-size:1em; }

input.button {
   color:#c30;
   background-color:#fff;
   border:1px solid #c30;
   -moz-border-radius:4px;
   border-radius:4px;
   }
   
input.button:hover, input.button:focus {
   color:#fff;
   background-color:#600;
   border:1px solid #fff;
   -moz-border-radius:4px;
   border-radius:4px;
   }
   
input, text, textfield, textarea, password, checkbox {
   color:#000;
   background-color:#D5CEC4;
   border: 1px solid #fff;
   }
 
input:focus, text:focus, textarea:focus, textfield:focus, password:focus, checkbox:focus {
	background-color:#fff;
	border: 1px solid #600;
	}

 
 
 /* other properties */
 
.floatleft { float: left; }
.floatright { float: right; }
.floatleftpad { float: left; margin: 0 8px 0 0;}
.floatrightpad { float: right; margin: 0 0 0 8px; }

.clearboth { clear: both; }