/* Default Stylesheet */

* {
	margin: 0;
	padding: 0;
}

html {
	background: url(/marblefaint.jpg) repeat #f8ffff;
}

body {
	color: #666;
	font-family: "Arial", "Tahoma", "MS Sans Serif", sans-serif;
	font-size: 80%;
	text-align: center;
}

blockquote {
	margin-left: 32px;
}

div#container {
	width: 760px;
	margin: 12px auto;
	text-align: left;
}

div#header {
	padding-bottom: 6px;
	border-bottom: 2px #DC0055 solid;
	margin-bottom: 16px;
}

div#header table {
	width: 100%;
}

div#header tr {
	vertical-align: bottom;
}

div#header td p {
	text-align: center;
	font-size: 24px;
	font-weight: bolder;
	color: #FFFFFF;
}

div#footer {
	clear: left;
	font-size: 85%;
	color: #888;
	text-align: center;
	padding-top: 3px;
	border-top: 1px #888 solid;
	margin-top: 12px;
}
div#footer a {
	color: #888;
}
div#footer a:hover {
	color: #DC0055;
}


div#menu {
	float: left;
	width: 186px;
}
div#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-size: 120%;
}
div#menu ul ul {
	font-weight: normal;
	font-size: 90%;
}
div#menu ul li {
	text-align:right;
	padding: 8px 0;
}
div#menu ul ul li {
	padding: 2px 0;
}
div#menu li.current a {
	color: #DC0055;
}
div#menu li.base a {
	color: #444;
}
div#menu li a {
	text-decoration: none;
}
div#menu li a:hover {
	color: #DC0055;
}

div#content {
	margin-left: 200px;
	padding-left: 8px;
	border-left:solid 2px #DC0055;
}

div#content h2 {
	color: #005E9E;
	font-family: "Times New Roman", Times, serif;
	margin-bottom: 16px;
}
div#content h3 {
	font-size:140%;
	margin-bottom: 4px;
}

div#content p {
	margin-bottom: 12px;
	line-height: 150%;
}

div#content ol {
	margin-top: 12px;
	margin-left: 16px;
	padding-left: 16px;
}

.left {
	float: left;
}

.right {
	float: right;
}

hr {
	border: 0px solid #f8f8f8;
	border-bottom: 1px solid #f8f8f8;
}

table#fancy {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin-top: 12px;
	margin-bottom: 12px;
}

table#fancy td {
	padding: 4px;
}

table#fancy tr.high td {
	background-color: #f8ffff;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

table#fancy p {
	margin: 0;
	padding: 0;
}

