@charset "utf-8";
/* CSS Document */

body {
	background-color: #d6d6d6;
	background-image: url(graphics/body_vert_slice.gif);
	background-repeat: repeat-x;
	text-align: center;
	font-family:  'lucida grande',tahoma,verdana;
	font-size: 10pt;
	margin: 0;
	padding: 0;
}

a {
	color: #0000BB;
}
a:link    {
  /* Applies to all unvisited links */
  text-decoration:  none;
 
  } 
a:visited {
  /* Applies to all visited links */
  text-decoration:  none;
 
  } 
a:hover   {
  /* Applies to links under the pointer */
  text-decoration:  underline;
 
  } 
a:active  {
  /* Applies to activated links */
  text-decoration:  none;
  
  } 
h1 {
	font-size: 16pt;
	margin: 0;
}

h2 {
	font-size: 14pt;
	margin: 0;
}

h3 {
	font-size: 12pt;
	font-weight: bold;
	margin: 0;
}

#main {
	width: 900px;
	margin: auto;
}

#upper {
	background-image: url(graphics/top_bg.jpg);
	background-repeat: no-repeat;
	height: 349px;
	color: #FFFFFF;
	text-align:justify;
}
#upper2 {
	background-image: url(graphics/top_bg2.png);
	background-repeat: no-repeat;
	height: 191px;
	color: #FFFFFF;
	text-align:left;
}

#headerContent {
	height: 60px;
	padding: 30px 4px 0px 0px;
	text-align:right;
	font-weight: bold;
	font-size: 12pt;
}

#upperContent {
	padding: 50px 40px 0px 40px;
	height: 180px;
        
}
.toplinks {
    padding-left: 40px;
	color: #C4B762;
      text-decoration: none;
        font-size: 24px;
       
}
.mainheadline {
	color: #C4B762;
       
        font-size: 32px;
}

#upperContent2 {
	padding: 10px 10px 0px 20px;
	height: 62px;
}

#nav {
	float: right;
	vertical-align: bottom;
	background-image: url(graphics/subnav_bg_left.gif);
	background-repeat: no-repeat;
	height: 29px;
	padding-left: 18px;
}

#navContent {
	background-image: url(graphics/subnav_bg_right.gif);
	background-repeat: no-repeat;
	background-position: right;
	height: 17px;
	padding: 6px 12px 6px 4px;
	font-weight: bold;
}

#navContent a {
	margin: 0px 6px 0px 0px;
}

#lower {
	background-image: url(graphics/content_horiz_slice.gif);
	background-repeat: repeat-y;
	padding: 40px;
}


#lower2 {
	background-image: url(graphics/content_horiz_slice.gif);
	background-repeat: repeat-y;
	padding: 40px;
}

