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

body {margin:0px;
text-align:center;
font-family:Arial, Helvetica, sans-serif;
color:#333333;
background-color:#FFFFCC;
}
h2 {
	margin: 0;
	padding: 0;
	text-align: left;
	font: bold 22px Arial, Helvetica, sans-serif;
}
h3 {
	margin: 0;
	padding: 0;
	text-align: left;
	font: bold 18px Arial, Helvetica, sans-serif;
}
#container {width:800px;
margin-left:auto;
margin-right:auto;
}
#header {
width:800px;
height:150px;
background:url(Banner-3.jpg) no-repeat;
border:#006699 1px solid;
margin-top:10px;
}
#nav {
	width:595px;
	padding-top:125px;
	padding-left:200px;
	text-align: right;
	color: #006699;
	font-weight: bold;
}
#nav a {
color:#006699;
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
text-decoration:none;
font-style:italic;
font-weight:bold;
}
#nav a:visited {color:#0066CC;
text-decoration:none;font-style:italic;font-weight:bold;}
#nav a:hover {
color:#FFFFFF;font-style:italic;
text-decoration:none;font-weight:bold;
}
#nav a:active {color:#CCCCCC;font-style:italic;
text-decoration:none;font-weight:bold;}
#content {
margin-top:10px;
border:#006699 1px solid;
padding:10px;
width:780px;
}
.link-title {
	width: 53%;
	height: 19px;
	font: bold 16px arial, helvetica, sans-serif;
}
.link {
	width: 47%;
	font: 12px arial, helvetica, sans-serif;
}
#footer {
margin-top:10px;
border:#006699 1px solid;
background-color:#FFCC00;
width:780px;
padding:10px;
}
#footer_l_col {
width:350px;
float:left;
}
#footer_r_col {
width:350px;
float:right;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

.medium {
font-size:12px;
}
.big {
font-size:16px;
}
.xbig {
font-size:22px;
}
.small {
font-size:10px;
}
a:link {
color:#006699;
text-decoration:none;font-style:italic;
}
a:visited {color:#0066CC;text-decoration:none;font-style:italic;}
a:hover {color:#666666;text-decoration:none;font-style:italic;}
a:active {color:#0066CC;text-decoration:none;font-style:italic;}
