﻿@import url(layout.css);
body {
	color: #000;
	font-size: small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	background-image:url('../images/layout/background.jpg');
	background-repeat:repeat-x;
	background-color:#1e0258;
	}
#container {
	width: 980px;
	margin: 0 auto;
	background-image:url('../images/layout/back.gif');
	background-repeat:repeat-y;
	}
#masthead {
	text-align: right;
	width: 980px;
	padding: 0;
	background-color: #3d00bf;
}
#navigation {
	background-color: #3d00bf;
	overflow: hidden;
}
#column_l {
	width: 940px;
	padding:20px;
}

#footer {
	text-align: center;
	background-color: #1e0258;
	overflow: hidden;

}
/* Styles for Masthead */
#masthead img {
	float: left;
}
#masthead p {
	color: #000;
	font-size: x-small;
	text-align: right;
	margin: 10px 10px 0 10px;
}


/* Styles for Content */
h1 {
	color: #000180;
	font-size: 2.0em;
	font-weight:300;
	margin-top:0px;
}
h2 {
	color: #000180;
	font-weight:300;
	font-size: 1.75em;	
	margin-top:0px;

}
h3 {
	color: #000180;
	font-size: 1.5em;
	font-weight:100;
	margin-top:0px;

}
h4 {
	color: #000180;
	font-size: 1.25em;
	font-weight:100;
		margin-top:0px;

}
h5 {
	color: #000180;
	font-size: 0.75em;
}
h6 {
	color: #000180;
	font-size: 0.5em;
}
big {
	color: #000180;
	font-size: medium;
}

.legal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: normal;
	font-style: normal;
	color: #000000;
}
.form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: normal;
	font-style: normal;
	color: #ffffff;
	text-align:left;

}

.form2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: normal;
	font-style: normal;
	color: #ffffff;


}

.formheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2em;
	font-weight:bold;
	font-style: normal;
	color: #ffffff;

}

.links {
	color: #1e0258;
	font-size: x-small;
}

	
}



/* Styles for Footer */
#footer a {
	color: #0002bf;
	text-decoration: underline;
}
#footer a:hover {
	color: #0000ff;
	text-decoration: none;
}
/* Styles for Links */
a {
	color: #1e0258;
	text-decoration: underline;
}
a:hover {
	color: #456;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}