/* Only put generic styles in here- either things that
are used on every website or styles that apply to the
general content (main column) */

body {
	background-color: #001933;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #555555;
}

p {
	margin-top: 10px;
	margin-bottom: 0em;

}

.header h1 {
	text-indent: -9999px;
}

.header h1 a {
	display: block;
	background: #DDDDDD url(/media/img/img_03.jpg) repeat scroll 0 0;
	outline: 0;
	width: 262px;
	height: 250px;
}

h2, h3,{
	color: #D51920;
	margin: 1em 0;
}

h2 {
	margin-top: 0px;
}

h3 {
	font-size:18px;
	color:#003265;
}

h4 {
	
}
a {
	color: #CC3333;
}

a:hover {
	color: #DF6F6F;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;

}

ul.nobullet, ul.nobullet li {
	list-style-type: none;
}

ul.horizontal {
	overflow: hidden;
}

ul.horizontal li {
	float: left;
}

ul.piped li {
	background: url(/media/img/pipe.gif) no-repeat center right;
	padding: 0 .5em;
}

ul.piped li.last {
	background: none;
	padding-right: 0;
}

ul.piped li.first {
	padding-left: 0;
}

.main li {
	list-style-type: disc;
	margin-left: 2em;
}

label {
	float: left;
	width: 150px;
}

ul.form li {
	padding: 5px 0;
	font-size: 1.2em;
	overflow: hidden;
}



form input.submit {
	width: auto;
}

textarea{
	width:300px;
}

form p {
	overflow: hidden;
}

