/* em equivalents
2em = 32
1.75em = 28
1.5em = 24
1.25em = 20
1.125em = 18
1em = 16
0.875em = 14
0.75em = 12
0.625em = 10
0.5em = 8
*/

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:100%;
	margin: 0px;
	padding: 0px;
	background-color:#4F2C3D;
	color:#FFF
	height: 100%;
}

html {height:100%;}

#content {
	padding:0.5em;
	color:#FFF
}

.navigation, .header, .footer {background-color: #FFA7CC}
.spacer_noprint {
	background-color:#4F2C3D;
	background-image:url(images/right-grad.gif);
	background-position:bottom;
	background-repeat:no-repeat;
}

h1 {font-size:1.75em; font-weight: bold; color: #FFA7CC}
h2 {font-size:1.25em; font-weight: bold; color: #FFA7CC}

a.footer_link {color: #747AC6; text-decoration: underline}
a.footer_link:hover {color: #4F2C3D; text-decoration: underline}
a.menu {font-size:0.75em; font-weight: bold; color: #747AC6; text-decoration: none}
a.menu:hover {font-size: 0.75em; font-weight: bold; color: #4F2C3D; text-decoration: underline}
a.pagelinks {font-size: 1em; color: #FFFF00; text-decoration: underline}
a.pagelinks:hover {font-size: 1em; color: #FFDBEA; text-decoration: underline}

.footer_text {font-size:0.625em; font-weight:bold; color: #747AC6;}
.date {font-size:0.75em; color: #747AC6; font-weight: bold}
.title {font-size:1.25em; font-weight: bold; color: #FFA7CC}
.subtitle {font-size:1.125em; font-weight: bold; color: #CC99CC}
.emphasis {font-size:1em; font-weight: bold; color: #FFA7CC}
.para {font-size:1.5em; font-weight: bold; color: #FFA7CC}
.text {font-size:1em; color: #FFFFFF}

