
/* Global Reset */
html *{
	margin: 0px;
	padding: 0px;
}

/* XHTML Tags */
body{
font-family: Georgia, Times New Roman, Times, Serif;
padding-bottom: 20px;
background-color: #EDE3CE;
/*font-size: 10.5pt;*/
font-size: 87.5%;
}

a{
	font-weight: bold;
}
	a:link{
		color: #173291;
	}
	a:visited{
		color: #911789;
	}
	a:hover{
		color: #2B59FF;
	}

h1,h2,h3,h4{
	font-family: Georgia, Times New Roman, Times, Serif;
	color: #508F78;
	font-size: 100%;
	margin: 0px;
	margin-bottom: 2px;
}
	h1{
		font-size: 400%;
	}
	h2{
		font-size: 200%;
		margin-bottom: .25em;
	}
	h3{
		font-size: 140%;
	}
	h4{
		font-size: 110%;
		font-weight: bold;
	}
	h5{
		font-weight: bold;
	}
	h6{
		font-weight: bold;
	}
p{
	line-height: 1.3em;
	margin-bottom: .7em;
}

hr{
border: none;
border-top: 1px #508F78 dashed;
margin: 2em 0em 2em 0em;
height: 0px;
background-color: transparent;
clear: left;
}
	hr.invis{
	border: none;
	background-color: #ffffff;
	color: #ffffff;
	}

ul li{
margin-left: 1em;
list-style-type: square;	
}

/* Layers and Sections */

#page{
	width: 800px;
	background-color: #ffffff;
	margin: 20px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	overflow: auto;
	padding-bottom: 1em;
	border-right: 2px #d0d0d0 solid;
	border-bottom: 2px #d0d0d0 solid;
}

#header{
background: #508F78 url(/layout/mw4head.jpg) top center no-repeat scroll;
height: 250px;
width: 800px;
}
	#header h1.logo{
	color: #ffffff;
	font-weight: normal;
	padding: 10px 0px 0px 10px;
	}
		#header h1.logo .prefix{
		font-style: italic;
		}
		#header h1 a, #header h1 a:link, #header h1 a:visited, #header h1 a:hover{
		color: #ffffff;
		font-weight: normal;
		text-decoration: none;
		}		

#navigation{
background: #2f4e75 url(/layout/mw4nav.jpg) top center no-repeat scroll;
min-height: 50px;
/* height: expression(50+"px"); 
is an internet explorer only directive so that it will correctly size the navigation box */
height: expression(50+"px");
}
	

	#navigation ul{
	text-align: left;
	padding-top: 12px;
	}
		#navigation ul li{
		list-style-type: none;
		display: inline;		
		}
		#navigation ul li a{
		color: #ffffff;
		text-decoration: none;
		padding: 6px;
		font-size: 140%;
		font-weight: normal;
		}
			#navigation ul li a:hover{
			color: #508F78;
			background-color: #ffffff;
			}	

#container{
overflow: auto;
}
	#container:focus{
	outline: 0px;
	}

	#content{
	font-family: Verdana, Vrinda, Geneva, Tahoma, sans-serif;
	padding: 1em;
	}	
		#content code.usercode{
		font-weight: bold;
		font-size: 150%;
		}
	
		#content a img{
			margin: 1em;
		}
			
		#content img.insert{
		display: block;
		float: left;
		margin: .5em .5em .5em 0em;
		}		
		#content ul{
		margin-top: .5em;
		margin-bottom: 1em;
		}
			#content ul li{
			margin-bottom: .4em;
			margin-left: 1.5em;
			list-style: square;
			list-style-image: url(/layout/bullet.gif);
			}		
				#content ul li a{
				font-weight: normal;
				}
				
		#content .box_2col{
		overflow: auto;
		background-color: #dfeae6;
		padding: 1em;
		height: 100%;
		margin-top: 2em;
		margin-bottom: 2em;
		}
			#content .box_2col:focus{
			outline: none;
			}
			#content .box_2col h3{
			border-bottom: 1px #508F78 solid;
			padding-bottom: 1px;
			margin-bottom: 1em;
			}
		
			#content .box_2col .col1{
			width: 48%;
			float: left;
			}
			#content .box_2col .col2{
			width: 48%;
			float:left;
			clear: right;
			}
		
		#content table{
		border-collapse: collapse;
		border-style: solid;
		border: 1px #d0d0d0 solid;
		margin-top: 1em;
		margin-bottom: 1em;
		font-size: 90%;
		margin-left: 1em;
		}
			#content table th{
			border: 1px #d0d0d0 solid;
			color: #508F78;
			background-color: #dfeae6;
			padding: .25em;
			}
			#content table td{
			padding: .25em;
			border: 1px #d0d0d0 solid;
			padding-right: 1em;
			}
			#content table td a{
			font-weight: normal;

			}

		#content .important{
		border: 1px #dd0000 solid;
		margin: 2em;
		padding: 1em;
		display: block;
		}
		
	#sidebar{
	float: right;
	width: 200px;
	margin: 1em 0em 1em 1em;
	padding: 1px 1px 1em 1em;
	font-family: Verdana, Vrinda, Geneva, Tahoma, sans-serif;
	color: #508F78;
	line-height: 1.5em;
	background-color: #dfeae6;
	}
	
		#sidebar ul li a{
		text-decoration: none;		
		font-weight: normal;
		}
	
#footer{
clear: both;
text-align: center;
margin-top: 1em;
}