/*
Dark Grey 		#424456
Turquoise		#438086
Light Blue		#a1bfc2
White			#ffffff

Dark Blue?		#434886
*/

/* 
 * ***********
 *	HTML TAGS
 * ***********
 */
body {
	margin: 0;
	padding: 0;
	font-family: Garamond, Georgia, Arial;
	font-size: 12pt;
	background: url('../images/bg.gif');
}

h1 {
	font-family: Garamond, Georgia, Arial;
	font-size: 24pt;
}

h2 {
	font-family: Garamond, Georgia, Arial;
	font-size: 20pt;
}

h3 {
	font-family: Garamond, Georgia, Arial;
	font-size: 16pt;
	line-height: 50%;
}

hr {
	color: #438086;
}

img {
	border: 0px;
}

a{
	color: #424456;
	text-decoration: underline;
}

p{
}

q{
	padding-left: 30px;
	font-style: italic;
	font-size: 12pt;
	color: #666;
	line-height: 200%;
}

blockquote {
	font-style: italic;
	font-size: 12pt;
	color: #666;
}

/*
 * ***********
 *	ID STYLES
 * ***********
 */
 #SiteWrapper{
	width: 760px;
	margin: 0 auto 0 auto;
	background: #fff;
}


#SiteMainHeader{
	height: 120px;
	width: 100%;
}

#SiteNavigation{
}
#SiteNavigation ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
#SiteNavigation li{
	border-right: 5px solid #a1bfc2;
	border-bottom: 1px solid #ddd;
	line-height: 300%;
}
#SiteNavigation li a{
	color: #000;
	padding-right: 20px;
	display: block;
}

#SiteNavigation li a:hover{
	color: #a1bfc2;
	text-decoration: none;
}

#SiteNavigation li a.Active{
	color: #438086;
	text-align: left;
	padding-left: 10px;
	text-decoration: none;
	font-weight: bold;
}

#SiteMainContentContainer{
	position: relative;
	z-index: 10;
}

#SiteContentLeft{
	float: left;
	width: 500px;
	padding: 20px;
}

#SiteContentRight{
	float: left;
	width: 180px;
	text-align: right;
	padding: 20px;
}

#SiteMainFooter{
	background: url('../images/foot1.jpg') bottom center no-repeat;
	line-height: 400%;
	font-size: 10pt;
	width: 100%;
	border-top: 3px solid #a1bfc2;
}

/*
 * **************
 *	CLASS STYLES
 * **************
 */
 .TOSC {
	font-style: italic;
	color: #438086;
}

.clear {
	clear: both;
}