.pageheader {
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 20px 0;
}

#leftcolumn {
	float: left;
	width: 365px;
	margin: 0 10px 0 0;
}

#rightcolumn {
	float: left;
	width: 360px;
	border-left: 2px solid #000;
	padding: 0 10px 0 15px;
}

body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #fff;
	color: #000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

a {
	color: #666;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: underline;
}

#main {
	width: 800px;
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
	border: 2px solid #000;
	text-align: left;
}

#logo {
	padding: 20px;
}

#content {
	font-size: 11px;
	height: 350px;
	padding: 0 0 0 20px;
}

h1 {
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 20px 0;
}

h2 {
	
}

h3 {
	font-size: 11px;
	margin: 0 0 14px 0;
}

#blank {
	clear: both;
	margin: 20px 0 0 0;
	height: 30px;
	background-color: #A50035;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

#footer {
	padding: 6px 0 6px 20px;
	font-size: 10px;
}

.noteimage {
	margin: 0 10px 10px 0;
}

input {
	border: 1px solid #000;
}

.archive a {
	color: #000;
	margin: 0 0 10px 0;
	font-weight: bold;
}

.archive .date {
	color: #666;
}

.alignright {
	margin: 20px 15px 10px 0;
	text-align: right;
}

.clear {
	clear: both;
	font-size: 1px;
}

/* Navigation -------------------------------- */
#navigation {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	background-color: #A50035;
	color: #fff;
	font-size: 10px;
	font-weight: bold;
	padding: 0 0 0 20px;
	margin: 0 0 20px 0;
	height: 32px;
}

#navigation ul { 
	margin: 0 !important; 
	padding: 0; 
	list-style-type: none;
}

#navigation li {
	margin: 0 -1px 0 0; 
	padding: 0; 
	color: black; 
	text-decoration: none; 
	float: left;
}

#navigation a {
	text-decoration: none; 
	display: block; 
	color: black; 
	background-color: #A50035;
	padding: 10px 10px; 
	color: white;
}

#navigation a:hover {
	text-decoration: none; 
	color: black; 
	background-color: white;
}

#navigation li ul { 
	display: none; 
	margin: 0 !important;
	width: 120px;
}

#navigation li:hover ul {
	visibility: visible; 
	display: block; 
	position: absolute; 
	z-index: 1; 
	padding: 0; 
	margin: 0 !important; 
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	background-color: #A50035;
}

#navigation li li {
	border: none;
}	

#navigation li li a { 
	padding: 4px 10px;
	display: block;
	width: 100px;
}
/* END - Navigation -------------------------- */

/* Rounded Box ------------------------------- */
.box { 
	width: 100%; 
	margin: 0 auto 15px auto;
}

.box p {
	margin: 10px 0 0 0;
}

/* Top edge */
.box .t { 
	background: url('/images/1x2.gif') repeat-x; 
}

/* Top left corner */
.box .t div { 
	background: url('/images/1x1.gif') no-repeat top left; 
}

/* Top right corner */
.box .t div div { 
	background: url('/images/1x3.gif') no-repeat top right; 
}

/* Bottom edge */
.box .b { 
	background: url('/images/3x2.gif') repeat-x; 
}

/* Bottom left corner */
.box .b div { 
	background: url('/images/3x1.gif') no-repeat top left; 
}

/* Bottom right corner */
.box .b div div { 
	background: url('/images/3x3.gif') no-repeat top right; 
}

/* Left edge */
.box .l { 
	background: url('/images/2x1.gif') repeat-y; 
}

/* Right edge and content of box */
.box .r { 
	background: url('/images/2x3.gif') repeat-y right; 
	padding: 5px 20px 5px 20px; 
	margin: 0;  
}

.box .t div, .box .t, .box .b div, .box .b {
	width: 100%;
	height: 14px;
	font-size: 1px; /* IE fix to hide CR LF in html file */
}
/* END - Rounded Box ------------------------- */
