body {
	color: #333;
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: 12px;
	margin-top: 0;
}
h1 {
	color: rgb(249, 2, 145);
	margin: 0; 
	font-size: 1.8em; 
	margin-top: 5px;
}
h2 {
	color: rgb(249, 2, 145);
	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: rgb(249, 2, 145);
}
strong { 
	color:rgb(249, 2, 145);
}

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

#header {
        color: white;
        background-color: black;
        height: 110px;
        border-bottom: thin #f90291 solid;
}
#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;
        background-image:url('/images/grass.gif');
	font-size: 1.2em;
}
#footer a {
        color: white;
        text-decoration: none;
}
#copyright {
        float: left;
        margin-top: 66px;
        margin-left: 20px;
}
#mainmenu {
        margin: 0;
        margin-left: 15px;
        padding: 0;
        list-style-type: none;
        font-size: 1.4em;
}
#mainmenu li {
        position: relative;
        display: inline;
        float: left;
        margin-left: 18px;
}
#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: 670px;
	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 #f90291;
}
