/***********************************************/
/* Basic Sitewide Elements                     */
/***********************************************/ 

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.166;	
	width: 100%;
	min-width: 790px;
	margin: 0px;
}

a:link, a:visited, a:hover {
	color: #006699;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6, p {
}

h1{
	text-align: center;
	font-family: Verdana,Arial,sans-serif;
	font-size: 160%;
	margin: 1em 0em .5em 0em;
}

h2{
	margin: 2em 0em .3em 0em;
	font-size: 115%;
}

h3{
	font-size: 100%;
}

h4{
	font-size: 100%;
	font-style: italic;
	font-weight: normal;
}

h5{
	font-size: 100%;
}

p{
	margin-top: .3em;
}

ul{
	list-style-image: url(/images/bullet.gif);
	list-style-position: inside;
	width: 90%;
	margin: 0px;
}

ul li{
	float: left;
	width: 14em;
	font-weight: bold;
	padding: 0 0 0 1.5em;
	margin: .4em 2em .4em 0em;
}

ul ul{
	list-style-image: url(/images/bullet2.gif);
	margin-left: -30px;
	list-style-position: inside;
}

ul ul li{
	padding: 0 0 0 1em;
	width: 12em;
}

ul.nobullets{
	list-style: none;
}

.emphasis{
	font: bold italic 100% Arial,sans-serif;
}
				
.warning{
	color: red;
}

.error{
	color: red;
	font-size: 90%;
	font-weight: bold;
}

.centered{
	text-align: center;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

div#header{
	width: 100%;
	text-align: center;
	margin-bottom: 10px;
}

div#logo_block{
	width: 400px;
	margin-left: 40%;
	font-weight: bold;
	font-size: 110%;
}

div#main{
	border-top: 2px solid #000099;
	border-bottom: 2px solid #000099;
	margin: 0px 20px 0px 20px;
	clear: both;
	overflow: hidden;
}


div.story{
	padding: 0px 0px 10px 0px;
}

div#footer{
	margin: 0px 10px 10px 10px;
}

/***********************************************/
/*  Standard Content Elements                  */
/***********************************************/

.invisible{
	clear: both;
	height: 0px;
	border: none;
}

img#logo{
	display: block;
	margin: 0px auto 5px auto;
	padding-top: 5px;
}

#logo_block p{
	margin: 0px;
}

img#header_parts{
	float: left;
}

p#iso{
	font-size: 95%;
	font-weight: bold;
	padding: .1em 0em .1em 0em;
	color: white;
	background-color: #000099;
}

div.story p, div.story h3{
	font-size: 90%;
	padding: 0px 10px 0px 10px;
}

div.story h2{
	clear: both;
}

div.story img{
	display: block;
	margin: 0px auto 0px auto;
	border: 1px solid;
}

div.story p img{
	float: right;
}

hr{
	clear: both;
	border: none;
	color: white;	
}

div#footer p{
	font-size: 80%;
	color: #888888;
	margin: 2px 0px 0px 0px;
}

/***********************************************/
/* Centered Form Elements			              */
/***********************************************/

div.centered_form{
	width: 40em;
	margin: 0em auto;
}

div.centered_form h3{
	margin: 1em 0 .25em 2em;
}

div.centered_form h3.warning{
	margin: 0 0 2em 5em;
}

div.centered_form p{
	font-weight: normal;
	font-size: 90%;
}

div.centered_form .submit{
	margin-left: 8.5em;
}

div.centered_form label{
	width: 8em;
	float: left;
	text-align: right;
	margin-right: .5em;
	display: block;
	font-weight: normal;
}

div.centered_form .required_message{
	text-align: center;
	font-size: 100%;
	font-weight: bold;
}

div.centered_form ul li{
	float: left;
	width: auto;
	background: none;
	padding: 0;
	margin: 0 2em 0 0;
}

div.centered_form ul li label{
	text-align: left;
	width: auto;
	font-size: 90%;
}


/***********************************************/
/*  Page Content Elements	                    */
/***********************************************/

img#uwe_photo{
	float: right;
	margin-left: 40px;
}
