/* 
	we have to import, rather than define dirctly, the standardsNote class.
	If we just define it in here, some partially-compliant browsers like
	Navigator 4 won't show the warning like they should.
*/

@import url("standardsNote.css"); 	

BODY
{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: white;
	background-color: #222222;
	padding-left: 10px;
	padding-right: 10px;
	text-align: justify;
	min-width: 640px;
}

H1
{
	font-size: 16px;
	font-style: italic;
	font-weight: bolder;
	text-align: right;
}

H2
{
	font-size: 12px;
	font-style: normal;
	font-weight: bolder;
	text-align: left;
	border-bottom: 1px #7A7AFF solid;
}

H3
{
	font-size: 11px;
	font-style: italic;
	font-weight: normal;
	text-align: left;
}

A
{
	color: white;
	border-bottom: 1px dotted #AAAAFF;
	text-decoration: none;
}

A:visited
{
	border-bottom: 1px dashed #AAAAFF;
}

A:active, A:hover
{
	color: #7A7AFF;
}

A.navup
{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #7A7AFF;
	text-decoration: none;
	font-style: italic;			
	border-bottom: 0px white dotted;
	text-shadow: 0px 0px 8px black;
}

A.navup:hover, A.navup:active
{
	color: #AAAAFF;
	border-bottom: 0px white dotted;
}

A.navup:visited
{
	border-bottom: 0px white dotted;
}

A.navdown
{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: white;
	text-decoration: none;
	border-bottom: 0px white dotted;
	text-shadow: 0px 0px 8px black;
}

A.navdown:hover, A.navdown:active
{
	color: #AAAAFF;
	border-bottom: 0px solid #AAAAFF
}

A.navdown:visited
{
	border-bottom: 0px white dotted;
}

A.offsite
{
	border-bottom: 1px dotted #FF7A7A;
}

A.offsite:active, A.offsite:hover
{
	color: #FF7A7A;
}

A.offsite:visited 
{
	border-bottom: 1px dashed #FF7A7A;
}

HR
{
	color: #7A7AFF;
}

.sitenav
{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 9px;
	color: #7A7AFF;
	font-style: normal;
	font-weight: bolder;
}

A.sitenav
{
	text-decoration: none;
	border-bottom-width: 0px;			
}

A.sitenav:hover, A.sitenav:active
{
	color: white;
}

.title
{
	color: white;
	background-color: #222222;
}

.statusbox
{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	padding: 0px;
	color: #7A7AFF;
	background-color: #353550;
	border-width: 1px;
	border-color: #7A7AFF;
	border-style: solid;
	font-weight: bolder;
}

.statustext
{
	padding: 5px 10px 5px 10px;
	text-align: center;
}

.itembox
{
	padding: 0px;
	color: white;
	background-color: #333333;
	border-width: 1px;
	border-color: #CCCCCC;
	border-style: solid;
}

.itemheader
{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-weight: bolder;
	font-size: 12px;
	text-align: right;
	color: #CCCCCC;
	background-color: #444444;
	padding: 5px 20px 5px 20px;
	border-bottom: 1px #CCCCCC dotted;
	text-shadow: 2px 2px 3px black;
}

.itemheader .itemdate 
{ 
	font-style: italic; 
}

.itemphoto
{
	padding-top: 20px;
}

.itembigphoto
{
	padding: 20px;
}

.itemtext
{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
}
		
.itemlinks
{
	text-align: right;
	padding-top: 0px;
	padding-left: 20px;
	padding-bottom: 10px;
	padding-right: 20px;
}

.copyright
{
	padding: 0px;
	color: white;
	background-color: #333333;
	border-width: 1px;
	border-color: #CCCCCC;
	border-style: solid;
}

.copyrightphoto
{
	padding-left: 15px;
}

.copyrighttext
{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 9px;
	font-style: italic;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 15px;
	text-align: right;
}

