/* -- MAIN SITE -- */

body
{
	font-size:       62.5%; /* reset 1EM to 10px */
	margin:          0px 0px 0px 0px;
	padding:         0;
	font-family:     Verdana, Arial, Helvetica, sans-serif;
	height: 100%;
	min-height: 800px;
}

html
{
	margin:          0;
	padding:         0;
	height: 100%;
}

#header{
	padding: 0px;
	height: 322px;
	width: 800px;
	background-position: center center;
	text-align: center;
	position: relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../Images/Layout/containerbg.png);
}
#container
{
	margin:          0 auto;
	width:           800px;
	position:        relative;
	background:      transparent url('../images/layout/containerbg.png') top left repeat-y;
	min-height: 100%; /* For Modern Browsers */
	height: auto !important; /* For Modern Browsers */
	height: 100%; /* For IE */
}

body>#container
{
height:auto;min-height:100%
}

.headtitle
{
	font-family:     Verdana, Arial, Helvetica, sans-serif;
	font-size:       20px;
	color:           #FF6600;
	height: 25px;
	padding-top: 5px;
}
	/* -- BANNER -- */
	#banner
	{
	width:           750px;
	height:          234px;
	margin:          auto;
	background-position: center center;
	}
	/* -- END BANNER -- */
/* -- END MAIN SITE -- */


/* -- MENU -- */
#menu
{
	height:          88px;
	width: 750px;
	background-position: center;
	margin: auto;
}
#menubutton
{
	height:          88px;
	width: 125px;
}
/* -- END MENU AM IN SIDEBAR -- */

/* -- CONTENT -- */
#content
{
	min-height:      390px;
	width:           708px;
	margin:          0 auto;
	padding-bottom: 50px;	
}

#insidecontent
{
	float:           left;
	width:           708px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}

#insidecontentCred
{
	float:           left;
	width:           708px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
/* -- END CONTENT -- */


/* -- FOOTER -- */
#footer
{
	width:           100%;
	height:          60px;
	text-align: center;
	font-size: 9px;
	position: absolute;
	bottom: 0 !important;
	bottom: -1px; /* For Certain IE widths */
}
#footerb
{
	width:           708px;
	height:          auto;
	border-top: 1px solid #336699;
	margin-top: 0px;
	margin-right: 46px;
	margin-bottom: 0px;
	margin-left: 46px;
}

#footerb a:link
{
	color: #999999;
	text-decoration: underline;
}

#footerb a:visited
{
	color: #999999;
	text-decoration: underline;
}

#footerb a:hover
{
	color: #CCCCCC;
	text-decoration: underline;
}
/* -- END FOOTER -- */

/* -- FOOTER GUESTBOOK -- */
#footerg
{
	width:           100%;
	height:          60px;
	text-align: center;
	font-size: 9px;
	position: absolute;
	bottom: 0 !important;
	bottom: -1px; /* For Certain IE widths */
}
#footerbg
{
	width:           708px;
	height:          auto;
	border-top: 1px solid #336699;
	margin-top: 0px;
	margin-right: 46px;
	margin-bottom: 0px;
	margin-left: 46px;
}

#footerbg a:link
{
	color: #999999;
	text-decoration: underline;
}

#footerbg a:visited
{
	color: #999999;
	text-decoration: underline;
}

#footerbg a:hover
{
	color: #CCCCCC;
	text-decoration: underline;
}
/* -- END FOOTER GUEST -- */


#titlesection {
	color: #336699;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	border-bottom: 1px solid #336699;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

.myamtext {
	width: 550px;
	padding: 0;
	text-align: left;
}

#news {
	color: #FFFFFF;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

.newsdate {
	border-bottom: 1px solid #336699;
	color: #336699;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-bottom: 10px;

}
/* -- END FOOTER GUEST -- */


/* Links Color */

a:link {
	color: #336699;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #336699;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #336699;
	text-decoration: underline;
	font-weight: bold;
}
