/*  Print Screen  */
html {
	font-size: 125%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	letter-spacing:.1em;
}

body {
	font-size: 50%;
	background: #FFF;
	text-align: center;
}

div#wrapper {
	width: 350px;
	text-align:center;
}

div#wrapperDIR {
	width: 600px;
	text-align:left;
}

a:link, a:visited {
	line-height: 80px;
	text-align:center;
	font-size: 1.3em;
	font-weight: bold;
	color: #000;
	text-decoration:none;
	text-transform: uppercase;
}


a:hover {
	line-height: 80px;
	font-size: 1.3em;
	font-weight: bold;
	color: #090;
		text-transform: uppercase;

}

.content {
	font: 1.5em Verdana, Arial, Helvetica, sans-serif;
	color:#000;
	text-align:center;
	
}

content#p p {
margin-top:10px;
}

div.floatBreaker {
	height: 0;
	font-size: 0;
	line-height: 0;
	clear: both;
}

ul {
	list-style:none;
	line-height:16px;
}

.imageLeft {
	float:left;
	padding-right: 5px;
}
.imageRight {
	float:right;
	padding-left: 5px;
}

.footer {
	margin-top:12px;
	padding: 0 0 20px;
	text-align:center;
}

h1 {
	font-size: 1.5em;
	letter-spacing: 2pt;
	text-transform: uppercase;
	padding: 15px 0 0 0;
}

h2 {
	font-size: 1.3em;
	font-weight: bold;
	padding: 0 0 5px 0;
}
h3 {
	font-size: 1.1em;
	color: #2e7627;
	font-weight: bold;
	font-style: italic;
}
h4 {
	font-size: 1.6em;
	text-align:center;
	margin: 0;
}
h5 {
	font-size: 1.1em;
	text-align:center;
	margin: 0;
}
/* -----------------------------
	Additional Styles
------------------------------*/
ul#sampleMenus {
	list-style:none;
	text-align:center;
}
.alt {
	font-style: italic;
	font-weight: bold;
}
hr {
	width: 80%;
	margin: 20px 0;
}
