/* Standard font family for site */

body, table, tr, td, a, p, h1, h2, h3, h4, h5
{
  font-family: "Trebuchet MS", "Lucida Sans", Arial, sans-serif;
  line-height: 1.3em;
}


/* Page body style */

body
{
	margin: 0;
	padding: 0;
  color: #FFFFFF;
	background-color: #000000;
	background-image: url(images/page_bg.jpg);
	background-position: top left;
	background-repeat: repeat-x;
}


/* Standard paragraph style */

p, ul
{
	font-size: 0.75em;
	margin-top: 0;
	margin-bottom: 16px;
}


/* Standard list item style */

li
{
  margin-bottom: 1em;
}



/* Links */

a:link, a:link, a:visited
{
	/*color: #86AEE3;*/
	color: #FFFFFF;
	/*font-weight: bold;*/
	/*text-decoration: none;*/
	text-decoration: underline;
	
}

a:hover 
{
	color: #86AEE3;
	/*font-weight: bold;*/
	text-decoration: underline;
	
}

/* Headings */

h1
{
	font-weight: bold;
	font-size: 1.0em;
  line-height: 1.0em;
	margin-top: 0;
  padding-top: 0;
  margin-bottom: 14px;
  text-transform: uppercase;
  color: #FF7B37;
  background-color: inherit;
}

h2
{
	font-weight: bold;
	font-size: 0.8em;
	margin-top: 26px;
	  text-transform: uppercase;
  color: #FF7B37;
  background-color: inherit;
} 
 
h3
{
	font-weight: bold;
	font-size: 0.8em;
	margin-top: 26px;
	color: #FF7B37;
    background-color: inherit;
}


/* Logo */

#logo
{
  position: absolute;
	left: 129px;
	top: 43px;
  width: 175px;
  height: 86px;
}


/* Container for page */

#container
{
	margin: 12px auto 0 auto;
	position: relative;
	width: 900px;
  border-top: 8px solid black;
  border-left: 8px solid black;
  border-right: 8px solid black;
}


/* Page header area */

#page-header
{
  position: relative;
  color: #000000;
  background-color: #000000;
	width: 900px;
	height: 200px;
  border-bottom: 8px solid black;
}


/* Page footer area */

#page-footer
{
	width: 884px;
	margin: 0;
  padding: 8px;
  color: inherit;
  background-color: #2A3550;
}

#page-footer p
{
  margin-bottom: 0;
  padding-bottom: 4px;
  padding-top: 4px;
}

#page-footer-reflection
{
	margin: 1px auto 12px auto;
	width: 960px;
	height: 56px;
	background-image: url(images/footer_reflection.jpg);

}


/* Page body (menu + content) */

#page-body
{
	width: 900px;
	border-bottom: 8px solid black;
	color: inherit;
	background-color: #284575;
}


/* Menu */

#menu
{
	float: left;
	margin-top: 0px;
	padding-left: 8px;
	padding-right: 8px;
	width: 151px;
	font-weight: bold;
	font-size: 0.9em;
	text-transform: none;
	background-color: #86AEE3;
	background-image: url(images/menu_bg.gif);
}

#menu a
{
  display: block;
  height: 25px;
    margin-bottom: 8px;
	color: #284575;
	background-color: transparent;
	font-size: 1.0em;
	text-decoration: none;
	padding-top: 4px;
	padding-left: 4px;
}

#menu a:hover
{
	display: block;
	height: 25px;
	margin-bottom: 8px;
	color: #FFFFFF;
	background-color: #284575;
	font-size: 1em;
	text-decoration: none;
	padding-top: 4px;
	padding-left: 4px;
	border-color: 000033;
}

/* Top Menu */

#topmenu
{
   background-color: black;
   border-bottom: 8px solid black;
   padding-left: 8px;
   font-weight: bold;
   font-size: 0.9em;
   text-transform: none;
   line-height: 1em;
   text-align: right;
}

#topmenu a
{
   margin: 0 0 0 16px;
   color: #FF7B37;
   background-color: inherit;
   font-size: 1.0em;
   text-decoration: none;
}

#topmenu a:hover {color: #FFFFFF;}


/* Page content area (main page) */
#page-content-main {float: left;width: 652px;font-size: 1.1em;padding-top: 16px;padding-right: 20px;padding-bottom: 0;padding-left: 20px;}
#page-content-main h1 {font-weight: bold;font-size: 1.0em;line-height: 1.0em;margin-top: 10px;padding-top: 10px;margin-bottom: 14px;text-transform: uppercase;color: #FF7B37;}
#page-content-main h2{font-weight: bold;font-size: 0.8em;margin-top: 26px;color: #66CCFF;}
a.ilink {color: #FFFFFF;font-weight: normal;text-decoration: none;}
a:hover.ilink {color: #FFFFFF;font-weight: normal;text-decoration: none;}
a:visited.ilink {color: #FFFFFF;font-weight: normal;text-decoration: none;}

/* Right column (main page) */
#right-col-main {
	float: left;
	width: 180px;
	padding-top: 0px;
	padding-left: 8px;
	padding-right: 8px;
	margin-top: 20px;
	margin-bottom: 10px;
	color: #000033;
	background-color: #86AEE3;
	font-size: 1.1em;
	text-align: left;
	border: solid;
	border-color: #000033;
	border-width: 2px;
}
#right-col-main ul {list-style-type: none;margin: 0;padding: 0;border: none;}
#right-col-main ul li {margin-top: 0.5em;padding-left:0.2em;}
#right-col-main h2 {font-size: 1.0em;padding-top: 0px;margin-top: 10px;color: #000033;}
#right-col-main li a:link {color: #000033;text-decoration: underline;}
#right-col-main li a:hover {color: #FFFFFF;text-decoration: underline;}
#right-col-main li a:visited {color: #FFFFFF;text-decoration: underline;}

/* Page content area (subpage) */

#page-content-sub
{
	float: left;
	width: 717px;
	padding-top: 60px;
	text-align: justify;
	font-size: 1.1em;
	padding-right: 8px;
	padding-left: 8px;
}


/* Standard images */

img
{
	border: none;
}


/* Floating boxes with white border */

.float-box
{
	margin-top: 4px;
	margin-bottom: 8px;
	margin-left: 2px;
	padding: 8px;
	background-color: white;
	color: black;
	line-height: 0;
	margin-right: 16px;
	height: auto;
}

.float-box-home
{
	margin-top: 4px;
	margin-bottom: 8px;
	margin-left: 2px;
	padding: 8px;
	/*background-color: white;
	color: black;
	line-height: 0;*/
	margin-right: 16px;
	/*height: auto;*/
}

.float-box p
{
  margin-top: 8px;
  margin-bottom: 4px;
}

.float-box a:link, .float-box a:active
{
  color: #5568B2;
	background-color: inherit;
}

.float-box a:visited
{
	color: #9B6DA7;
	background-color: inherit;
}

.float-box2
{
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 4px;
	background-color: white;
	color: black;
	line-height: 0;
	margin-right: 0px;
}


/* Clearing element */

.clear
{
  position: relative; width: 900px; clear: both; height: 1px; line-height: 1px;
}

