/* 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;
	position:relative;
    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: 1.0em;
  line-height: 16px;
}


/* Links */

a:link, a:link, a:visited
{
	color: #86AEE3;
	font-weight: bold;
	text-decoration: none;
	background-color: inherit;
}

a:hover 
{
	color: #86AEE3;
	font-weight: bold;
	text-decoration: underline;
	background-color: inherit;
}


/* 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: 15px;
	margin-bottom: 5px;
	text-transform: uppercase;
    color: #66CCFF;
    background-color: inherit;
} 
 
h3
{
	font-weight: bold;
	font-size: 0.8em;
    margin-top: 15px;
	margin-bottom: 5px;
	color: #FF7B37;
    background-color: inherit;
}

h4
{
	font-weight: bold;
	font-style: italic;
	font-size: 0.8em;
    margin-top: 12px;
	margin-bottom: 5px;
	color: #66CCFF;
    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;
	background-image: url(images/back_bg.gif);
	background-repeat: repeat-y;
}


/* 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;
	padding-top: 16px;
}

#menu a
{
    display: block;
    height: 25px;
    margin-bottom: 8px;
	color: #FFFFFF;
	background-color: #284575;
	font-size: 1.0em;
	text-decoration: none;
	padding-top: 4px;
	padding-left: 3px;
}

#menu a:hover
{
	display: block;
	height: 25px;
	margin-bottom: 8px;
	color: #86AEE3;
	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;
   font-weight: bold;
   background-color: inherit;
   font-size: 1.0em;
   text-decoration: none;
}

#topmenu a:hover
{
    color: #FFFFFF;
	background-color: inherit;
}

#submenu
{
	background-color: #284575;
	font-weight: bold;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 22px;
	padding-bottom: 16px;
	font-weight: bold;
	font-size: 0.9em;
	text-transform: none;
	line-height: 1em;
	float: left;
	max-width: 717px;
}

#submenu a
{
   margin-right: 16px;
   font-weight: bold;
   color: #FFFFFF;
   background-color: inherit;
   font-size: 0.8em;
   text-decoration: none;
}

#submenu a:hover
{
    color: #86AEE3;
	font-weight: bold;
	background-color: inherit;
}
/* Page content area (main page) */

#page-content-main
{ 
  float: left;
  width: 684px;
  padding: 60px 20px 0 20px;
  text-align: justify;
  font-size: 1.1em;
}


/* Right column (main page) */

#right-col-main
{ 
    float: left;
    width: 149px;
	padding: 8px;
	margin-top: 60px;
    margin-bottom: 20px;
    color: #000033;
    background-color: #86AEE3;
    font-size: 1.1em;
    text-align: justify;
}

#right-col-main h1
{
  font-size: 1.0em;
  padding-top: 8px;
  color: #000033;
}

#right-col-main a
{
	color: #FFFFFF;
	background-color: inherit;
}


/* Page content area (subpage) */

#page-content-sub
{
	float: left;
	width: 717px;
	padding-top: 16px;
	text-align: justify;
	font-size: 1.1em;
	padding-right: 8px;
	padding-left: 8px;
}


/* Standard images */

img
{
	border: none;
}


/* Floating boxes with white border */
.float-boxl
{
	float: left;
	margin: 4px 8px 8px 0px;
	padding: 8px;
	background-color: white;
	color: black;
	line-height: 0;
}

.float-boxl p
{
  margin-top: 8px;
  margin-bottom: 4px;
}

.float-boxr
{
	float: right;
	margin: 4px 0px 8px 8px;
	padding: 8px;
	background-color: white;
	color: black;
	line-height: 0;
}
.float-boxr p
{
  margin-top: 8px;
  margin-bottom: 4px;
}


.float-boxc
{
	float: center;
	margin: 4px 8px 8px 8px;
	padding: 8px;
	background-color: white;
	color: black;
	line-height: 0;

}

.float-boxc p
{
  margin-top: 8px;
  margin-bottom: 4px;
}

.float-box2
{
    margin: 0px 0px 0px 0px;
	padding: 4px;
	background-color: white;
	color: black;
	line-height: 0;
}


/* Clearing element */

.clear
{
  position: relative; width: 900px; clear: both; height: 1px; line-height: 1px;
}

