body {
	margin-top: 35px;
	font-size: 11px; /* Font Size */
	line-height: 130%;
	color: #333333; /* Global Gray */
	background:#000000 url(/images/002b.gif) repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif, Tahoma;
}

#globalContainer {
	width: 900px;
	margin: 15px auto 0px auto;
	background-image: url(/images/border_middle.jpg);
	background-repeat:repeat-y;
	background-color: #FFFFFF; /* Global White */
}

#header {
	height: 119px;
	margin: 0px 6px 0px 7px;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	letter-spacing:1px;
	color: #CC0000; /*#F47820;  Accent 10 */	
	padding:0px;
	margin:0px;
}

h2 {
	font-size: 11px;
	letter-spacing:1px;
	color: #333333; /*#6699CC; Text Medium */	
	padding:0px;
	margin:0px;
}

h3 {
	font-size: 12px;
	color: #2170BD; /* Link */
	font-weight: bold;	
	margin: 0px 0px 5px 0px;
		
}
/* Navigation */

#nav {
	padding-top:5px;
	padding-bottom:5px;
	margin-left:7px;
	margin-right:7px;
	padding-left:25px;
	color: #C6C3A5;
	font-size:10px;
	letter-spacing:1px;
	background:#000000 url("/images/top_nav_bg.gif") repeat-x;
}

#nav a {
	padding-left:15px;
	padding-right:25px;
	margin-right: 1px;
	color: #ffffff;
	
	text-decoration: none;
	}

#nav a:hover {
	padding-left:15px;
	padding-right:25px;
	margin-right: 1px;
	background: #000000 url(/images/btn_nav.gif) no-repeat left center;
	text-decoration: underline;
	color: #ffffff;
	
}

body#one a#oneLink,
body#two a#twoLink,
body#three a#threeLink,
body#four a#fourLink,
body#five a#fiveLink, 
body#six a#sixLink,
body#seven a#sevenLink,
body#eight a#eightLink,
body#nine a#nineLink,
body#ten a#tenLink{
	padding-left:15px;
	padding-right:25px;
	margin-right: 1px;
	background: #000000 url(/images/btn_nav.gif) no-repeat left center;
	text-decoration: underline;
}

#borderTop {
	background-image: url(/images/border_top.jpg);
	height: 7px;
}

#borderBottom {
	background-image: url(/images/border_bottom.jpg);
	height: 7px;
}

.imgLeft {
	float:left;
	padding-right:10px;
	padding-bottom:10px;
}

/* Footer */

#footer {
	width:800px;
	margin: 10px auto;
	color: #333333;
	font-size:10px;
	}

#footer p {
	margin: 0;
	line-height: normal;
	padding: 15px;
	font-size:11px;
}

#footer A {
  color: #333333;
  text-decoration: none;
}

#footer A:hover {
  color: #333333;
  text-decoration: underline;
}

