/* CSS Document */

a {
    color: #339;
}

a img {
	border: none;
}

a:visited {
	color: #669;
}

a:hover {
	color: #69C;
}

blockquote {
	margin: 0.3em 1em 0.3em 1em;
}

h1 {
	font: 100% Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333;
}

h2 {
    font: 115% Arial, Helvetica, sans-serif;
	font-weight: bold;
	border-bottom: 1px dotted #336;
	color: #336;
}

p, ul {
    font: 90% "Times New Roman", Times, serif;
}

.box {
	border: 1px solid #999;
	text-align: center;
	padding: 1em 0;
}

.caption {
    font-size: 80%;
    font-style: oblique;
	text-align: center;
}

.crumb {
	font: 76% Arial, Helvetica, sans-serif;
	color: #630;
	font-style: oblique;
	text-align: right;
}

.crumb a {
	text-decoration: none;
	color: #636;
}

.left {
	float: left;
	margin: 0.2em 1.5em 0.3em 0;
}

.right {
	float: right;
	margin: 0.2em 0 0.3em 1.5em;
}

.rightcol {
	float: right;
	width: 45%;
	margin: 0.2em 0 0.3em 1.5em;
}   

.small {
    font-size: 0.8em;
	padding: 0;
}

.sans {
    font-family: Arial, Helvetica, sans-serif;
}

.sansbold {
    font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#content {
    float: right;
	width: 70%;
	background: #fff;
	margin: 0;
	padding: 0 2em 3em 2em;
	border-left: 4px solid #ffc;
	border-top: 4px solid #ffc;
}

#footer {
    clear: both;
	padding: 5px 10% 5px 10%;
	border-top: 1px dotted #336;
	text-align: center;
	background: #fff;
}

#footer a {
    text-decoration: none;
	color: #336;
}

#footer a:hover {
    text-decoration: none;
	color: #66f;
}

#header {
    height: 114px;
    padding: 0;
	background: #cff;
	text-align: left;
	color: #333;
}

#header h1 {
	font: 150% Verdana, Arial, Helvetica, sans-serif;
	font-weight: bolder;
	border: none;
	color: #336;
	padding: 1em;
	padding-bottom: 0;
}

#menu {
	margin: 0;
	padding: 1em 1em 2em 1em;
	width: auto;
}

#menu a {
    text-decoration: none;
	color: #336;
}

#menu a:hover {
	color: #66f;
}

#menu a:visited {
    color: #669;
}

#menu p {
    font: 76% Arial, Helvetica, sans-serif;
	color: #630;
	padding-bottom: 1em;
}

#wrap {
	border: 5px solid #ccc;
	margin: 0 auto;
	background-color: #cff;
}