body { text-align:center; }
#box { margin:0 auto; text-align:left; width:750px; border:2px solid black; }

td   { font-size: 12px; font-family: Arial, Helvetica, sans-serif }
p  { margin-top: 0px; margin-bottom: 8px }
h1{
	font-size:18px;
	margin:2px 0px 0px 0px;
	line-height: 20px;
	margin-top: 15px; margin-bottom: 5px
	}
h2{
	font-size:14px;
	line-height: 15px;
	}	
.small { font-size: 11px }
#small { font-size: 11px }
.xsmall { font-size: 10px }
#xsmall { font-size: 10px }
.large { font-size: 13px }
#large { font-size: 13px }
.xlarge { font-size: 14px }
#xlarge { font-size: 14px }
.content    { line-height: 1.2em }
.content2    { line-height: .3em }
.content3    { line-height: 1.1em }

a:link    { color: #5649A0; text-decoration: none; font-weight: bold }
a:visited    { color: #5649A0; text-decoration: none; font-weight: bold }
a:active    { color: #5649A0; text-decoration: none; font-weight: bold }
a:hover   { color: #000000; text-decoration: underline; font-weight: bold }

#blacklink A:link, #blacklink A:visited, #blacklink A:active {
	color: #0000000;
	text-decoration: none;
	font-weight: normal;
}
#blacklink A:hover {
	color: #000000;
	text-decoration: underline;
	font-weight: normal;
}

#whitelink A:link, #whitelink A:visited, #whitelink A:active {
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
}
#whitelink A:hover {
	color: #ffffff;
	text-decoration: underline;
	font-weight: normal;
}

ul {
	margin-top: 6px;
	margin-bottom: 0px;
        margin-left: 0px;
        list-style-type: none;
}

li {
        margin-top: 0px;
        margin-bottom: 4px;
        padding: 0 0 0 10px;
        background:  url("../images/bullet.gif") no-repeat 0px 0px;
}

#navigation td {
	height: 26px;
	border-bottom: 1px solid #003366;
	background-color: #FFFFFF;
	color: #9999CC;
}

#navigation a:link, #navigation a:visited {
	margin-left: 5px;
	color: #5649A0;
	background-color: transparent;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: normal;
}
#navigation a:hover {
	color: #000000;
}

#container {
	margin: 0px auto;
	width: 750px;
	border-color: #663399;
	border-width: 0px 2px 3px; 
	border-style: solid;
}