@charset "utf-8";
/* CSS Document */
@import url("layout.css");
@import url("menustyle.css");
body{
	background-image:url(../images/bg-repeat.jpg);
	background-repeat:repeat-x;
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	margin:0;
	padding:0;
}
/* Links */
a:link {text-decoration:none; color:black;}
a:visited {text-decoration:none; color:black;}
a:hover, a:active {text-decoration:none; color:#333;}
a { outline: none; }


/* CSS Column Fix */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {display:block;clear:both;}
* html .clearfix {height: 1%;}
/* Misc Elements */
hr {
	height:1px;
	border:none;
	background:#000;
	margin:4px 0;
	padding:0;
}

div {
	margin: 0px;
	padding: 0px;
}

h1, h2, h3, h4, h5, h6 { 
margin: 0px;
padding: 0px;
font-size: 1em;
font-weight: normal;
line-height: 1;
}

ul, ol, li  {
margin: 0px;
padding: 0px 0 0 0;
}

dl, dt, dd, p{
margin: 0px;
padding: 0px;
font-weight: normal;
}

form, fieldset, input, textarea, select, option, label {
margin: 0px;
padding: 0px;
}
input{
	margin:6px 0 0 0;
}
fieldset, a img {
border: 0;
}

table{
border-collapse: collapse;
border-spacing: 0;
}

table, th, td, th {
margin: 0px;
padding: 0px;
font-weight: normal;
}

pre, address, blockquote, caption, cite, code {
margin: 0px;
padding: 0px;
}

pre, code {
font-weight: normal;
font-style: normal;
}
img{
	padding:0px;
	margin:0px;
}

h1{
	font-size:18px;
	font-weight:bold;
}
h2{
	font-size:18px;
}
h3{
	font-size:14px;
	font-weight:bold;
	color:#cd0a0a;
	line-height:26px;
}
blockquote{
	font-style:italic;
	line-height:20px;
}
input{
	width:225px;
}
legend{
	color:#000;
	background-color:#ddd;
}
fieldset {
	padding:10px;
	border:1px solid #000;
	font-weight:bold;
	font-size:18px;
	width:300px;
}
