﻿
body
{
	background: url(images/bg.jpg) top center no-repeat #2C5999;
	background-color: #2C5999;
	text-align: left;
	font-family: Georgia, "Times New Roman" , Times, serif;
	font-weight: normal;
	line-height: 1.9em;
	margin: 0;
}

#outer
{
	min-width: 975px;
	text-align: center; /* for IE */
}

#logospace
{
	width: 1005px;
	height: 140px;
	margin: 0 auto;
}

div.logo
{
	float: left;
	display: inline;
}

#navigation
{
	width: 965px;
	height: 50px;
	background: url(images/nav_bg.png) top center no-repeat;
	margin: 0 auto;
	text-align: left;
}

#wrapper
{
	width: 965px;
	background-color: #eee;
	margin: 0 auto 0 auto;
	overflow: auto;
	text-align: left;
}


#content
{
	width: 640px;
	float: right;
	margin: 25px 10px 0 10px;
	display: inline;
}



#modules
{
	width: 260px;
	float: left;
	margin: 25px 0 0 10px;
	display: inline;
}

#footer
{
	width: 965px;
	height: 160px;
	margin: 0 auto;
	overflow: auto;
	background: url(images/footer.png) top center no-repeat;
	text-align: center;
}

.bottompane
{
	width: 965px;
	clear:both;
	display:inline;
}

/*-------------- Link Style --------------*/

footer_links,span.footer_links, a.footer_links:link,a.footer_links:visited,a.footer_links:active
	{
	font-family: Georgia, "Times New Roman" , Times, serif;
	font-size: 10px;
	line-height: 14px;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
}
/*-------------- END Link Style --------------*/

/*-------------- Skin Objects --------------*/
A.SkinObject:link {
    text-decoration: none;
	color: #FFF;
}

.SkinObject
{
	font-family: Georgia, "Times New Roman" , Times, serif;
	font-size: 10px;
	line-height: 14px;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
}

/*-------------- User Style --------------*/
.user,a.user:link,a.user:active,a.user:visited  	
{
	font-family: Georgia, "Times New Roman" , Times, serif;
	font-size: 10px;
	line-height: 14px;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
}

div.pagetitle h2 {
	color: #000;
	font-weight: normal;
	font-size: 30px;
	line-height: 22px;
	margin-top: 35px;
}

div.pagetitle h3 {
	color: #bbb;
	font-size: 22px;
	font-weight:normal;
	margin-top: 5px;
}

/*-------------- END User Style --------------*/


/* Override of the DotNetNuke classes */
.Head
{
	font-family: Georgia, "Times New Roman" , Times, serif;
	font-weight: normal;
	color: #000;
	font-weight: normal;
	font-size: 30px;
	line-height: 32px;
	margin-top: 35px;
}

/* text style used for most text rendered by modules */
.Normal
{
	text-align: left;
	font-family: Georgia, "Times New Roman" , Times, serif;
	font-weight: normal;
	line-height: 1.9em;
}

h2 {
	color: #fff;
	background-color: #bbb;
	width: 150px;
	font-size: 67%;
	padding-bottom: 4px;
	text-align: center;
	font-family: Georgia, "Times New Roman" , Times, serif;
	font-weight: normal;
	text-transform: uppercase;
	line-height: 1.2em;
}


h3 {
	color: #000;
	font-weight: normal;
	font-size: 30px;
	line-height: 32px;
	margin-top: 35px;
}

h4 {
	color: #2C5999;
	font-family: Georgia, "Times New Roman" , Times, serif;
	font-weight: normal;
	font-size: 18px;
	line-height: 23px;
	margin-top: 18px;
}

p {
	font-family: Georgia, "Times New Roman" , Times, serif;
	color: #333;
	font-size: 14px;
	line-height: 25px;
	padding: 0 0 0 20px;
	margin-bottom: 20px;
}

a {
	color: #2c5999;
	text-decoration:underline;
	font-weight:bold;
}


/*FCK Editor Styles*/
#editor
{
	background-color: #FFF;
	text-align: left;
	font-family: Georgia, "Times New Roman" , Times, serif;
	font-weight: normal;
	line-height: 1.9em;
	margin: 0;
}

#editor h2 {
	color: #fff;
	background-color: #bbb;
	width: 150px;
	font-size: 67%;
	padding-bottom: 4px;
	text-align: center;
	font-family: Georgia, "Times New Roman" , Times, serif;
	font-weight: normal;
	text-transform: uppercase;
	line-height: 1.2em;
}


#editor h3 {
	color: #000;
	font-weight: normal;
	font-size: 30px;
	line-height: 32px;
	margin-top: 35px;
}

#editor h4 {
	color: #2C5999;
	font-family: Georgia, "Times New Roman" , Times, serif;
	font-weight: normal;
	font-size: 18px;
	line-height: 23px;
	margin-top: 18px;
}
