@charset "UTF-8";

/* Body */
body {
	background-color:          #FFFFFF;
	margin:                    0px;
	padding:                   20px;
	text-align:                center;
}

/* Page */
#Page {
	width:                     750px;
	border:                    1px solid #000000;
	background:                #FFFFFF;
	margin:                    auto;
	padding:                   0px;
}

/* Header */
#Header {
	height:                    120px;
	background-color:          #800080;
	font-family:               "Monotype Corsiva",Arial;
	font-size:                 90px;
	color:                     #FFFFFF;
}

#SubHeader {
	padding:                   10px;
	background-color:          #FF0000;
	font-family:               "Monotype Corsiva",Arial;
	font-size:                 30px;
	color:                     #FFFFFF;
}

/* Menu */
#Menu {
	background-color:          #FF0000;
	font-family:               Arial, Helvetica, sans-serif;
	font-size:                 15px;
	font-weight:               bold;
}

a.Menu:link,
a.Menu:visited {
	color:                     #555555;
	text-decoration:           none;
}

a.Menu:hover,
a.Menu:active {
	color:                     #FFFFFF;
	text-decoration:           none;
}

/* Content */
#ContentLeft {
	width:                     150px;
	margin:                    0px;
	padding:                   10px;
	padding-top:               0px;
	background-color:          #FF0000;
	font-size:                 12px;
	font-family:               Arial, Helvetica, sans-serif;
	text-align:                center;
	color:                     #FFFFFF;
}

#ContentCenter {
	width:                     450px;
	margin:                    0px;
	padding:                   10px;
	background-color:          #FFFFFF;
	font-size:                 12px;
	font-family:               Arial, Helvetica, sans-serif;
	text-align:                justify;
	color:                     #800080;
}

#ContentRight {
	width:                     150px;
	margin:                    0px;
	padding:                   10px;
	padding-top:               0px;
	background-color:          #FF0000;
	font-size:                 12px;
	font-family:               Arial, Helvetica, sans-serif;
	text-align:                center;
	color:                     #FFFFFF;
}

#ContentCenter h1 {
	font-family:               Arial, Helvetica, sans-serif;
	font-size:                 16px;
	font-weight:               bold;
	text-align:                justify;
}

#ContentCenter h2 {
	font-family:               Arial, Helvetica, sans-serif;
	font-size:                 14px;
	font-weight:               bold;
	text-align:                justify;
}

#ContentCenter h3 {
	font-family:               Arial, Helvetica, sans-serif;
	font-size:                 12px;
	font-weight:               bold;
	text-align:                justify;
}

#ContentCenter p {
	font-family:               Arial, Helvetica, sans-serif;
	font-size:                 12px;
	text-align:                justify;
}

a.Content:link,
a.Content:visited {
	color:                     #555555;
	text-decoration:           none;
}

a.Content:hover,
a.Content:active {
	color:                     #FF0000;
	text-decoration:           none;
}

a:link,
a:visited {
	color:                     #0000FF;
	text-decoration:           none;
}

a:hover,
a:active {
	color:                     #FF0000;
	text-decoration:           none;
}

/* Footer */
#Footer {
	height:                    30px;
	background-color:          #FF0000;
}

#FooterLeft {
	float:                     left;
	margin:                    10px;
	font-size:                 10px;
	font-family:               Verdana, Arial, Helvetica, sans-serif;
	text-decoration:           none;
}

#FooterRight {
	float:                     right;
	margin:                    10px;
	font-size:                 10px;
	font-family:               Verdana, Arial, Helvetica, sans-serif;
	text-decoration:           none;
}

a.Footer:link,
a.Footer:visited {
	color:                     #555555;
	font-weight:               bold;
	text-decoration:           none;
}

a.Footer:hover,
a.Footer:active {
	color:                     #FFFFFF;
	font-weight:               bold;
	text-decoration:           none;
}
