/* Start of CMSMS style sheet 'crowned-css' */
body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.clearBoth {
	width: 100%;
	height: 0px;
	clear: both;
}

#container {
	width: 800px;
	margin: 0px auto;
	padding: 0px;
}

	#header {
		width: 800px;
		height: 110px;
		margin: 0px;
		padding: 0px;
	}
	
		#logo {
			width: 442px;
			height: 80px;
			float: left;
			position: relative;
			top: 15px;
			left: 0px;
			background-image: url(/images/logo.gif);
			background-repeat: no-repeat;
		}
		
			#logo a {
				width: 442px;
				height: 80px;
				float: left;
				text-indent: -9999px;
				overflow: hidden;
			}
		
		#tagline {
			width: 287px;
			height: 28px;
			float: right;
			position: relative;
			top: 47px;
			right: 0px;
			text-indent: -9999px;
			overflow: hidden;
			overflow: hidden;
			background-image: url(/images/tagline.gif);
			background-repeat: no-repeat;
		}
		
	#applyNow {
		width: 800px;
		height: 130px;
		margin: 0px;
		padding: 0;
		clear: both;
		background-image: url(/images/applynow-bg.jpg);
		background-repeat: no-repeat;
	}
	
		#applyNow div {
			width: 213px;
			height: 110px;
			padding: 20px 0 0 0;
			float: right;
			background-image: url(/images/applynow-box-bg.jpg);
			color: #FFF;
			font-weight: bold;
			font-size: 2em;
			text-align: center;
			line-height: 2.2;
		}
		
	#content {
		width: 800px;
		clear: both;
	}
	
		#main {
			width: 577px;
			float: left;
			margin-bottom: 15px;
			font-size: 1.3em;
			color: #333;
		}
		
			#main h1 {
				color: #BE2413;
				font-size: 1.6em;
			}
			
			#main h1, #main p {
				margin: 13px 0px;
				padding: 0px;
			}
		
		#right {
			width: 213px;
			margin: 0px 0px 15px 10px;
			float: left;
		}
		
			#fundingBox {
				width: 183px;
				height: 92px;
				margin: 15px 0px 0px 0px;
				padding: 15px;
				background-image: url(/images/right-box-bg.gif);
				color: #FFF;
				font-size: 2em;
				font-weight: bold;
				line-height: 1.5;
			}
			
				#fundingBox a {
					color: #FFF;
					text-decoration: none;
				}
	
	#footer {
		width: 800px;
		height: 50px;
		margin: 0px;
		clear: both;
		border-top: 3px solid #BE2413;
	}
	
		#copyright {
			float: left;
			position: relative;
			top: 10px;
			color: #BE2413;
			font-size: 1.2em;
			font-weight: bold;
		}
		
		#wdl {
			float: right;
			position: relative;
			top: 10px;
		}
			
			#wdl a {
				color: #BE2413;
				font-size: 1.2em;
				font-weight: bold;
			}
			
/*-----------------------------------------------------------------------*/
/* HOME PAGE */
/*-----------------------------------------------------------------------*/
.homeProgrammeDark, .homeProgrammeLight {
	width: 577px;
	height: 100px;
	border-bottom: 1px solid #75170D;
}

.homeProgrammeDark {
	background-color: #EEE;
}

	.homeProgrammeDark img, .homeProgrammeLight img {
		float: left;
		margin: 0px 10px 0px 0px;
	}
	
	#main .homeProgrammeDark p, #main .homeProgrammeLight p {
		margin: 0px;
		padding: 10px 0px 0px 0px;
	}
	
		#main .homeProgrammeDark a, #main .homeProgrammeLight a {
			color: #BE2413;
			font-size: 1.2em;
			text-decoration: none;
		}
		
/*-----------------------------------------------------------------------*/
/* APPLICATION FORM */
/*-----------------------------------------------------------------------*/
ul.applicationForm {
	width: 577px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

	ul.applicationForm li {
		width: 577px;
		margin: 5px 0px;
		padding: 0px;
		float: left;
		clear: left;
	}
	
		ul.applicationForm li label {
			width: 150px;
			margin: 0px 10px 0px 0px;
			padding: 0px;
			float: left;
			font-weight: bold;
		}
		
			ul.applicationForm li label span {
				font-size: 0.8em;
				font-weight: normal;
			}
		
		ul.applicationForm li input, ul.applicationForm li textarea {
			width: 200px;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 1em;
		}
		
		ul.applicationForm li textarea {
			height: 100px;
			overflow: auto;
		}
		
		ul.applicationForm li div.group {
			float: left;
		}
		
			ul.applicationForm li div.group div {
				float: left;
				clear: left;
			}
		
				ul.applicationForm li div input, ul.applicationForm li div label {
					width: auto;
					float: none;
				}
			
		ul.applicationForm li.submit input {
			width: auto;
		}
		
/* End of 'crowned-css' */

