/* Styles required to alter print versions of pages. */
.ToPrintOnly {
	display: none;
}
.ToNotPrint {
}

/* Main Body style */
body {
	margin-top: 2px;
	margin-bottom: 6px;
	color: #000000;
	background: #000099;
	font-size: 100%;
	font-family: Verdana, Arial; 
}

.LayoutContainer {
	width: 752px;
}
.MainContentSection {
	background: #FBE0AC url(../images/background.gif);
	width: 100%;
}

/* Links */
a:link { color: #0000CC; }
a:visited { color: #0000CC; }
a:hover { color: #000000; text-decoration: none; background-color: #FFFF66; }
a:active { color: #000000; text-decoration: none; background-color: #FFFF00; }

a.footlink {  font-family: Arial, Verdana; font-size: 0.76em; text-decoration: none; font-weight: bold; }
a.footlink:link { color: #0000CC; text-decoration: none; }
a.footlink:visited { color: #0000CC; text-decoration: none; }
a.footlink:hover { color: #000099; text-decoration: none; background-color: #FFFF66}
a.footlink:active { color: #0000CC; text-decoration: none; background-color: #FFFF00 }

/* Headers */
h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #CC3300;
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 1.0em;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #3333FF;
	font-size: 1.0em;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
/* Text */
.homepagetext { font-size: 0.76em; }
.TextBiggest {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.05em;
}
.TextBig {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.95em;
}
.TextStandard {
	font-size: 0.8em;
}
.TextSmall {
	font-size: 0.7em;
}
.TextSmallest {
	font-size: 0.6em;
}
.TextHighlight1 {
	color: #0000FF; /* Blue */
}
.TextHighlight2 {
	color: #CC3300; /* Reddish */
}
B, STRONG {
font-weight: bold;
}
I, EM {
font-style: italic;
}
.tagline {
font-weight: bold;
font-family: Arial, Helvetica, sans-serif;
font-size: 0.86em;
color: #003399; /* Blueish */
margin-top: 12px;
margin-bottom: 10px;
padding-top: 0px;
padding-bottom: 0px;
}
.imgCaption {
font-weight: bold;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 0.8em;
color: #003399; /* Blueish */
margin-top: 12px;
margin-bottom: 10px;
padding-top: 0px;
padding-bottom: 0px;
}

/* Guestbook styles */
.gblabel {
	font-family: Verdana, Arial;
	font-size: 0.8em;
	color: #CC3300;
	font-weight : bold;
}
.gbtext { font-family: Verdana, Arial; font-size: 0.8em; color: #000000}
.gbsubtitle { font-family: Verdana, Arial; font-size: 0.85em; color: #000099; font-weight: bold}

/* Calendar styles */
.cHead { font-family: Verdana, Arial; font-size: 1.0em; color: #000000; background-color: #FFFF00}
.cMonth { font-family: Verdana, Arial; font-size: 0.8em; color: #000000; background-color: #FFFFFF}
.c1 { font-family: Verdana, Arial; font-size: 0.6em; color: #FFFFFF; background-color: #0000FF}
.c2 { font-family: Verdana, Arial; font-size: 0.6em; color: #FFFFFF; background-color: #FF0000}
.c3 { font-family: Verdana, Arial; font-size: 0.6em; background-color: #000000 }

/* Backgrounds */
.bgleft {
	background: url(../images/base/base_r11_c1.jpg);
}
.bgtop {
	background: url(../images/base/base_r1_c5.jpg);
}
.bgright {
	background: url(../images/base/base_r2_c7.jpg);
}
.bgbottom {
	background: url(../images/base/base_r12_c4.jpg);
}
.bgmaintop {
	background: url(../images/bgtop.gif);
}
.bgmainleft {
	background: url(../images/bgleft.gif);
}
.bgmaincontent {
	background: url(../images/background.gif);
}
.bgnavleft {
	background: url(../images/base/base_r3_c1.jpg);
}
.bgnavright {
	background: url(../images/base/base_r3_c3.jpg);
}

/* Other */
img {
	border: 0px solid black;
}
.field1 {
	width: 23em;
	font-family: Verdana, Arial;
	font-size: 0.8em;
	color: #0033CC;
	background-color: #FFFFCC;
}
.field2 {
	width: 6em;
	font-family: Verdana, Arial;
	font-size: 0.8em;
	color: #0033CC;
	background-color: #FFFFCC;
}
.button {
	font-family: Verdana, Arial;
	font-size: 0.74em;
	color: #FFFFFF;
	background-color: #000099;
	font-weight: bold;
}
