

/* Page body style */

body
{
	margin: 0;
	padding: 0;
  color: #393b4a;
  background: #d4d5c5 url(images/pinstripe.png) repeat 0 0;
  font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.85em;
  line-height: 1.3em;
}


/* Standard paragraph style */

p, ul
{
	margin: 0 0 1.4em 0;
}


/* Links */

a:link, a:active
{
  color: #2E5A8C;
	background-color: inherit;
	text-decoration: none;
}

a:visited
{
	color: #2E5A8C;
	background-color: inherit;
	text-decoration: none;
}

a:hover
{
  color: #191A21;
}


/* MENU LINKS */
a.menu:link, a.menu:active
{
  color: #393b4a;
	background-color: inherit;
	text-decoration: none;
	font: Tahoma;
	font-size: 12px;
	font-weight: bold;
}

a.menu:visited
{
	color: #393b4a;
	background-color: inherit;
	text-decoration: none;
	font: Tahoma;
	font-size: 12px;
	font-weight: bold;
}

a.menu:hover
{
  color: #191A21;
  font: Tahoma;
  font-size: 12px;
  font-weight: bold;
}

a.menu1:link, a.menu1:active
{
  color: #ffffff;
	background-color: inherit;
	text-decoration: none;
}

/* menu class */

.links { 
border-top: none; 
border-right: none; 
} 

.links td { 
border-bottom: none; 
border-left: none; 
} 

.links td a { 
text-decoration:none; 
color: #393b4a; 
background-color:white; 
display: block; 
padding:4px 7px; 
} 

.links td a:hover { 
background-color: #CDCAAE ; 
color: #191A21; 
} 

.menu1 td a { 
text-decoration:none; 
color: #ffffff; 
background-color:#A19E88; 
display: block; 
padding:4px 7px; 
} 

/* Headings */

h1, h2, h3
{
	font-weight: normal;
  color: #484743;
  padding-top: 0.8em;
}

h1
{
	font-size: 1.4em;
  line-height: 1.0em;
  margin: 0 0 15px 0;
  font-weight: bold;
}

h2
{
	font-size: 1.2em;
  line-height: 1.0em;
  margin: 0 0 10px 0;
}

h3
{
	font-weight: bold;
	font-size: 0.8em;
  margin: 0 0 10px 0;
}


/* Container for page */

#container
{
	position: relative;
	margin: 0 auto;
  padding: 0;
	width: 780px;
  background-color: #efedd9;
}


/* Page header area */

#page-header
{
  float: left;
  width: 180px;
  margin: 0;
  padding: 0 0 0 10px;
}

#page-header h1
{
  margin: 83px 0 15px 0;
  font-size: 3.5em;
  line-height: 0.85em;
  color: #000;
}

#page-header h1 a
{
  text-decoration: none;
  color: #000;
}


/* Menu */

ul#menu
{
  margin: 168px 0 0 0;
  padding: 0;
}

ul#menu li
{
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#menu a:link, #menu a:visited
{
  color: #2e5a8c;
  text-decoration: none;
}

#menu a:hover
{
  color: #000;
}


/* Top image */

#main-image
{
  float: right;
  width: 560px;
}


/* Page body */

#page-body
{
  float: right;
  width: 560px;
  margin-top: 18px;
}

div.homepage #page-body
{
  float: right;
  width: 560px;
  margin-top: 40px;
}


/* Main content area */

#main-content
{
  float: left;
  width: 340px;
}


/* Sidebar area */

#sidebar
{
  float: right;
  width: 190px;
  padding: 2px 10px 0 0;
  font-size: 0.9em;
  line-height: 1.2em;
}


/* Standard images */



/* Page footer */

#page-footer
{
  margin: 10px 0 0 0;
	padding: 20px 0;
	background: transparent url(images/footer-rule.png) repeat-x 0 0;
}
 
#page-footer p
{
  margin-left: 220px;
}

/* Clearing element */

.clear
{
  position: relative; clear: both; height: 1px; line-height: 1px; font-size: 1px;
}

