
BODY {
	color: #663300;
	background-color: #333300;
	font-family: arial, helvetica, sans-serif;
	font-size: 10pt;
	text-align: center;
}

P { 
	margin-top: 0;
}

H1 { 
	font-family: cursive;
	font-size: 18pt;
	color: #669999;
}

H2 { 
	font-size: 16pt;
	font-weight: bold;
	font-style: italic;
	color: #003333;
}

.intro { 
	font-size: 11pt;
	margin-bottom: 20px;
	color: #006666;
}

H3 { 
	font-size: 12pt;
	font-weight: bold;
	color: #006666;
	margin-bottom: 0;
}

.fieldName {
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
}

.fieldDescription {
	font-family: arial, helvetica, sans-serif;
	font-style: italic;
	text-align: left;
	vertical-align: top;
}

.error {
	font-family: arial, helvetica, sans-serif;
	color: red;
	font-weight: bold;
}

th, td {
	font-family: arial, helvetica, sans-serif;
	font-size: 10pt;
}

img {
	border: none;
} 

a {
	text-decoration: none;
	color: #333300;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
	color: silver;
} 

.pagecontainer {
	width: 760px;
	margin: 5px auto;
	text-align: left;
}

#canvas {
	background-color: white;
	padding: 10px;
	margin-bottom: 10px;
}

.article {
	padding: 0;
	margin-top: 10px;
	border: 2px solid white;
	clear: left;
}

.article_text {
	margin-left: 100px;
	font-size: 10pt;
	color: #663300;
}

.article_text h3 {
	margin-top: 0;
	font-size: 12pt;
	font-weight: bold;
	color: #006666;
}

.article_img{
	float: left;
	width: 80px;
}

.article_img img{
	width: 80px;
}

#media_space {
	width: 200px;
	margin-left: 10px;
	float: right;
}

#media_space img {
	margin: 0;
	width: 200px;
	border: #333 solid 1px;
	
}

#media_space p {
	font-style: italic;
	font-weight: bold;
	text-align: center;
}

/* ------------------------- Login ------------------------- */

#login {
	height: 20px;
	text-align: right;
	font-size: 8pt;
}

#login a {
	text-decoration: none;
	color: white;
}

#login a:hover {
	text-decoration: none;
	color: black;
	margin: 5px 0 4px 0;
}

/* ------------------------- Footer ------------------------- */

#footer {
	clear: both;
	border-top: 1px solid #666;
	width: 100%;
	margin-top: 10px;
}

#footer-text {
	margin: 10px 0 0 200px;
	line-height: 14pt;
	text-align: left;
	font-size: 12pt;
	font-weight: bold;
	color: #666;
}

#bottom {
	clear: both;
	margin: 5px auto;
	text-align: center;
	font-size: 8pt;
	color: white;
}

#bottom a{
	color: silver;
}

#bottom a:hover{
	color: grey;
}