/*	Desc: *title* Screen Style Sheet
	Author: *your name*
	Date: *last modified date*
	+ Colours
	- 007cc2 Welgard Dark Blue
	- 72a3d7 Welgard Light Blue
	- ffcd05 Welgard Yellow
=== === === === === === === === === === */
/*=STRUCTURE
=== === === === === === === === === === */
html {
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:medium;
}
body {
	background:#007cc2;
}
/*=COMMON
=== === === === === === === === === === */
* {
	padding: 0;
	margin: 0
}
p, li {
	line-height: 150%;
	padding-bottom: 10px;
}
#masthead h1 {
	text-indent: -9999px;
	font-size: 1%
}
img {
	border: 0
}
a {
}
/*=CONTAINER
=== === === === === === === === === === */
#site-container {
	background:url(../cssimg/full_grad.jpg) repeat-y;
	width:950px;
	margin: 0 auto;
	position: relative;
}
#content-container {
	background:url(../cssimg/footer_grad.jpg) bottom no-repeat;
	padding:0px 80px 65px 80px;
}
/*=MASTHEAD
=== === === === === === === === === === */
#masthead {
	background:url(../cssimg/logo.jpg) no-repeat 10px 20px;
	height: 120px;
	padding: 20px 0;
	border-bottom: #ffcd05 1px solid;
	margin-bottom: 20px;
}
/*=NAVIGATION
=== === === === === === === === === === */
#navigation {
}
/*=CONTENT
=== === === === === === === === === === */
#content {
	background:#ffffff;
	padding-bottom:10px;
}
/*=FOOTER
=== === === === === === === === === === */
#footer {
	border-top: #ffcd05 1px solid;
	padding-top: 20px;
	text-align: center;
	color: #666666;
}
/*=FORM STYLES
=== === === === === === === === === === */
fieldset {
	margin: 1em 0;
	padding: 1em;
	border: 1px solid #ccc;
	background: #f8f8f8;
}
legend {
	font-size:130%;
	font-weight:bold;
}
label {
	font-size:110%;
}

input, select {
	font-size: 125%;
	padding: .2em;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

fieldset input, fieldset select {
	font-size: 110%;
}

select .statebox {
	width: 60px;
}