/*** This style sheet is copyright (c) 2005 by netcharles.com.  All Rights Reserved. ***/


body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 26px;
	color: #000000;
}

a:link {
	color: #000099;
}

a:visited {
	color: #000099;
}

a:hover {
	color: #990000;
}

.globalnav {
	font-weight: bold;
	text-decoration: none;
}


.textsize-small {
	font-size: 10px;
}


.textsize-medium {
	font-size: 12px;
}


.textsize-large {
	font-size: 18px;
}


.textsize-xlarge {
	font-size: 24px;
}


.colour-text {
	color: #990000;
}


.hidden-text {
	color: #FFFFFF;
	font-size: 6px;
}


.cgol {
	color: #990000;
	font-size: 24px;
}


/*** Layout Divs ***/


#masthead{
	margin: 0;
	padding: 10px 0px;
	border-bottom: 1px solid #000000;
	width: 100%;
	text-decoration: none;
	font-weight: bold;
}

#global-nav{
	border-bottom: 1px solid #000000;
	width: 100%;
	font-weight: bold;
	text-align: center;
	white-space: nowrap;
}

#global-nav-home{
	width: 100%;
	font-weight: bold;
	text-align: center;
	white-space: nowrap;
}

#content{
	float:left;
	width: 72%;
	margin: 4px 0 0 2px;
	padding: 0 1% 0 0;
	font-size: 14px;
}

#document{
	padding-left: 10px;
}

#sidebar{
	padding: 0px;
	margin-left: 75%;
	white-space: nowrap;
}

#textsize{
	text-align: right;
	white-space: nowrap;
	margin-right: 0.5%;
}

#bookmark{
	text-align: right;
	white-space: nowrap;
	margin-bottom: 3%;
	margin-right: 0.5%;
	right: auto;
	font-size: 12px;
}

#footer{
	clear: both;
	color: #cccccc;
	margin-top: 0px;
	border-top: 1px solid #cccccc;
	font-size: 80%;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 8px;
}

.bottom-navbar {
	font-weight: bold;
	text-decoration: none;
}
