@charset "utf-8";
/* CSS Document */


* { margin: 0;}

html, body { height: 100%; font-family: Tahoma, Geneva, sans-serif; font-size:small; color:#404040;}

/*---GeneralStyling---*/

h1{font-family: Arial, Helvetica, sans-serif; color:#22205F; font-size:medium; font-weight:bold; margin-bottom:20px;}

p{margin-bottom:10px; line-height:20px; text-align:left;}

hr {
background: transparent;
color: transparent;
border-left: none;
border-right: none;
border-top: none;
border-bottom: 1px dashed #CCC;
height:1px;
}

/*---Structure---*/

.header {align:center; padding:1.25em 0; text-align:center;}
.content {padding:40px 20px;}

.footerContent {
	background-color: #eeece1;
	border-top: solid 8px #22205F;
	padding:20px 0px 60px 0px;
	font-size:small;
	text-align:center;
	margin:0 auto;
	color:#666;
	width:100%;
}

.footerContent a:link, .footerContent a:active, .footerContent a:visited {text-decoration:none; color:#22205F;}
.footerContent a:hover {color:#666;}

/*---Link Menus---*/

.linkMenu{
	margin:3px 20px;
	background-color: #eeece1;
	border:solid 1px #999;
	padding:1em;
	text-transform:uppercase;
	letter-spacing:1px;
}

a{text-decoration:none; color:#666;}