
body {
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	margin: 0;
	padding: 0;
}

body, table, th, input, select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

a, a:link, a:hover, a:visited { color: #333333; text-decoration: none; }

img { border: 0; }

.main { margin-left: 4px; }

form { padding: 0; margin: 0; display: inline; }

.body-content { text-align: left; width: 737px; margin: 0 auto; }

.header { margin-top: 10px; }
.header td { background: #2e2e2e url('images/border.gif') no-repeat; }

.required { color: red; }
.error { color: red; display: block; }
.errorSummary {
    color: red;
    background: #ffffd5;
    border: 1px solid #f5f6be;
	margin: 1em;
    padding: 1em;
    text-align: center;
}
.messageInfo {
    color: navy;
    background: #eee;
    border: 1px solid navy;
	margin: 1em;
    padding: 1em;
    text-align: center;	
}


.top-categories {
	background: #440506;
	padding: 5px 5px 5px 1em;
}

/* content */
 
.content {
	padding: 0 1em 2em 1em;
}
.content .print {
	margin-top: 5px;
	text-align: right;
}
.content .print a {
	color: #525252;
	text-decoration: none;
}
h1 {
	background: #dbdbdb;
	font-weight: bold;
	font-size: 12px;
	margin-top: 0;
	margin-bottom: 2px;
	padding: 5px 5px 5px 1em;
}
h2 {
	font-size: 12px;
	margin-top: 0;
}
.content .summary {
	color: #666666;
	font-style: italic;
}
.content .files .file-size {
	font-style: italic;
}

h2.top-content {
	background: #dbdbdb;
	font-weight: normal;
	font-size: 12px;
	margin-top: 0;
	margin-bottom: 2px;
	padding: 5px 5px 5px 1em;
}

/* Categories */

.categories {
	background: #e6e6e6;
}
.categories h2 {
	color: white;
	background: #646464;
	border-bottom: 1px solid white;
	font-weight: bold;
	font-size: 12px;
	margin-top: 2px;
	margin-bottom: 2px;
	padding: 5px 5px 5px 1em;
}
.categories ul {
	margin-top: 1em;
}
.categories ul a {
	color: #525252;
}

table.section { background: white; color: #666; font-size: 10px; }
table.section td { border-bottom: 1px solid #ccc; padding: 5px; }
table.section h3 { margin-top: 0; }
table.section h3 a {
	color: #333333;
	font-weight: bold;
	font-size: 11px;
}
table.section div { text-align: justify; }

/* Menu */

.menu h2 {
	color: white;
	background: #440506;
	border-bottom: 1px solid white;
	font-weight: normal;
	font-size: 12px;
	margin-top: 0;
	margin-bottom: 2px;
	padding: 5px 5px 5px 1em;
}
.menu h2 a, .menu h2 a:visited, .menu h2 a:hover { color: white; text-decoration: none; }

/* Login */

.login h2 {
	color: white;
	background: #440506;
	border-bottom: 1px solid white;
	font-weight: bold;
	font-size: 12px;
	margin-top: 0;
	margin-bottom: 2px;
	padding: 5px 5px 5px 1em;
}
.login-content {
	background: #e6e6e6;
	color: #727272;
	margin-bottom: 3px;
	padding: 5px 5px 5px 1em;
}
.login-content a {
	color: #727272;
}
.login-links {
	margin-top: 1em;
}

.footer {
	background: #6b6b6b;
	border-top: 5px solid #404040;
	color: #cacaca;
	padding: 20px;
	text-align: center;
}

