/*
	Standard font family for site
*/

body, table, tr, td, a, p, h1, h2, h3, h4, h5
{
	font-family: arial,helvetica,sans-serif;
}


/*
	Main page and sub page "brown stripes" classes
*/

.frontbody
{
	background-color: #EDEAFF;
	background-image: url("images/mid_stripe1.gif");
	background-repeat: repeat-x;
	background-position: 0px 162px;
	margin: 0px;
	padding: 0px;
}

.subbody
{
	background-color: #EDEAFF;
	background-image: url("images/top_stripe1.gif");
	background-repeat: repeat-x;
	background-position: 0px 0px;
	margin: 0px;
	padding: 0px;
}


/*
	Main page and sub page city photo containers
*/

#cityfront
{
	position: absolute;
	left: 81px;
	top: 41px;
	z-index: 2
}

#citysub
{
	position: absolute;
	left: 57px;
	top: 43px;
	z-index: 2
}


/*
	Main page and sub page logo containers
*/

#logofront
{
	position: absolute;
	left: 263px;
	top: 41px;
}

#logosub
{
	position: absolute;
	left: 236px;
	top: 41px;
}


/*
	Main page and sub page menu containers
*/

#menufront
{
	position: absolute;
	left: 0px;
	top: 251px;
	background-color: #D6E8FF;
	width: 100%;
	color: #452322;
	z-index: 1
}

#menusub
{
	position: absolute;
	left: 0px;
	top: 128px;
	background-color: #D6E8FF;
	width: 100%;
	color: #452322;
	z-index: 1
}


/*
	Main page and sub page body text containers
*/

#bodytextfront
{
	position: relative;
	width: 486px;
	left: 314px;
	top: 324px;
	margin: 0px;
	z-index: 0
}

#bodytextsub
{
	position: relative;
	width: 944px;
	left: 57px;
	top: 251px;
	margin: 0px;
	z-index: 0
}


/*
	Main page and sub page menu classes
*/

.menufront
{
	padding: 4px;
	padding-left: 264px;
}

.menusub
{
	padding: 4px;
	padding-left: 236px;
}


/*
	Standard links
*/

a:link
{
	color: #0718FF;
	font-weight: normal;
	text-decoration: underline
}

a:visited
{
	color: #0718FF;
	font-weight: normal;
	text-decoration: underline
}

a:hover
{
	color: #FF1928;
	font-weight: normal;
	text-decoration: underline
}


/*
	Menu links
*/

a.menulink:link, a.menulink:visited, a.menulink:active
{
	color: #0718FF;
	font-size: 95%;
	font-weight: bold;
	text-decoration: none;
}

a.menulink:hover
{
	color: #FF1928;
}


/*
	Body text area
*/

.bodytext
{
	padding: 18px;
}


/*
	Standard paragraph
*/

p
{
	color: #000000;
	font-size: 12px;
	font-weight: normal;
	text-align: justify
}


/*
	Headings
*/

h1
{
	color: #404040;
	font-size: 100%;
	font-weight: bold;
	margin-top: 12px
}

h2
{
	color: #404040;
	font-size: 95%;
	font-weight: bold;
	margin-top: 10px
}

h3
{
	color: #404040;
	font-size: 90%;
	font-weight: bold;
	margin-top: 8px
}

h4
{
	color: #404040;
	font-size: 85%;
	font-weight: bold;
	margin-top: 6px
}

h5
{
	color: #404040;
	font-size: 80%;
	font-weight: bold;
	margin-top: 4px
}

