body {
	color: #333;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	margin-top: 0;
}
h1 {
	color: #333;
	margin: 0;
	font-size: 1.8em;
	margin-top: 5px;
	font-family: "Times New Roman", Times, serif;
}
h2 {
	color: #333;
	font-size: 1.6em;
	font-style: italic;
	margin: 30px 0px 0px 0px;
}
p {
	font-size: 1em;
	margin: 12px 0px;
	color: #333;
	line-height: 1.5;
}
li {
	color: #333;
	line-height: 1.5;
}
a:link,
a:visited,
a:active,
a:hover {
	color: #666;
}
strong {
	color:#333;
}

#container {
        width: 960px;
        background-color: #ffffff;
        position: absolute;
        left: 50%;
        margin-left: -480px;
}

#header {
	color: white;
	background-color: black;
	height: 110px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
#header a {
        color: white;
        text-decoration: none;
	font-weight: 700;
}

#content {
        color: black;
	min-height: 500px;
}

#footer {
	color: white;
	width: 960px;
	height: 87px;
	clear: both;
	font-size: 1.2em;
}
#footer a {
        color: white;
        text-decoration: none;
}
#copyright {
        float: left;
        margin-top: 66px;
        margin-left: 20px;
}
#mainmenu {
	padding: 0;
	list-style-type: none;
	text-align: center;
	vertical-align: middle;
	width: 840px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
}
#mainmenu li {
	position: relative;
	display: inline;
	float: left;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	padding-top: 5px;
	text-transform: uppercase;
	font-style: normal;
	font-weight: lighter;
	text-align: center;
	vertical-align: middle;
	width: 120px;
	
}

#mainmenu a:link {
	
	color:#FFF;
	text-decoration:none;
		
	
}

#mainmenu a:visited {
	
	color:#fff;
	text-decoration:none;
		
	
}

#mainmenu a:active {
	
	color:#fff;
	text-decoration:none;
		
	
}



#mainmenu a:hover {
	
	color:#db9ea1;
	text-decoration:underline;
		
	
}

#mainmenu a:visited:hover {
	
	color:#db9ea1;
	text-decoration:underline;
		
	
}
#bottomnav {
        float: right;
        margin-top: 66px;
        margin-right: 15px;
        padding: 0;
        list-style-type: none;
}
#bottomnav li {
        position: relative;
        display: inline;
        float: left;
        margin-right: 20px;
}

div.left {
	display: inline;
	float: left;
	width: 840px;
	margin: 0;
}

div.right {
        display: inline;
        float: right;
        width: 250px;
	margin: 0;
}

#header div.right {
        padding-right: 10px;
}

div.fullrow {
        display: inline;
        float: left;
        padding-left: 10px;
        padding-right: 10px;
        width: 920px;
}
.inputbox {
        background: rgb(221, 221, 221);
        border-color: rgb(102, 102, 102);
        border-style: solid;
        border-width: 1px;
        margin-top: 0;
        vertical-align:text-top;
}


input.button {
	color: white;
	background: #f90291;
	border: 2px outset #999;
}

