@charset "UTF-8";
/* CSS Document */

body {
	margin:0px 0px 0px 0px;
	background:#FFFFFF;
	font-family:"Trebuchet MS";
	font-size:12px;
	color:#333333;
	text-align:center;
	}
	
h1 {
	font-family:"Trebuchet MS";
	font-size:24px;
	font-weight:bold;
	color:#005694;
	}
	
#header {
	background-color:#0f6bc9;
	height:55px;
	}
	
#content {
	width:812px;
	text-align:center;
	}
	
#nav {
	margin:15px 0px 15px 0px;
	}
	
#footer {
	font-family:"Trebuchet MS";
	color:#333333;
	font-size:11px;
	margin:20px 0px 20px 0px;
	}
	
#line_yl {
	width:98%;
	height:1px;
	background-color:#f7bd42;
	margin:0 auto;
	}
	
#line_yl2 {
	width:25%;
	height:1px;
	background-color:#f7bd42;
	margin:0 auto;
	}
	
#intContent {
	margin:15px 0px 45px 0px;
	text-align:left;
	}
	
#intContent2 {
	margin:15px 15px 45px 15px;
	text-align:left;
	}
	
img.space {
	padding:0px 10px 20px 0px;
	}
	
img.vspace {
	padding:0px 0px 10px 0px;
	}
	
.product {
	font-family:"Trebuchet MS";
	font-size:18px;
	font-weight:bold;
	color:#005694;
	}
	
.emph {
	color:#005694;
	font-weight:bold;
	}
	
/* Link Styles */

a.nav {
	font-family: "Trebuchet MS";
	color:#005694;
	text-decoration:none;
	font-size:18px;
	font-weight:bold;
	padding: 0px 30px 0px 0px;
	}

a.nav:link {
	color:#005694;
	text-decoration:none;
	font-size:18px;
	font-weight:bold;
	padding: 0px 30px 0px 0px;
	}

a.nav:visited {
	color:#005694;
	text-decoration:none;
	}

a.nav:active {
	color:#005694;
	text-decoration:none;
	}

a.nav:hover {
	color:#f7bd42;
	text-decoration:none;
	}