/* CSS Document */

body {
	background-color: #EBEBEB;
	margin: 0px;
	padding: 0px;
	text-align: center;
	padding-top: 10px;
	margin-left:auto;
	margin-right:auto
	}
	
p, td, div, form, input, textarea {
	font-family: "trebuchet ms", trebuchet, verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	color: #555555;
	} 
	
.textBox {
	background-color: #FFFFFF; 
	border: 1px solid #555555; 
	font-size: 11px;
	width: 175px;
	overflow: auto;
}	
	
h1 {
	font-size: 18px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	margin-bottom: 12px;
}	
h2, h3 {
	font-size: 17px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	margin-bottom: 12px;
}
ul {
	padding-top: 0px;
	margin-top: 0px;
}

p {
	padding: 0px;
	margin: 0px;
	margin-bottom: 12px;
}




div#container {
	width: 800px;
	background-color: #FFFFFF;
	text-align: center;
	margin-left:auto;
	margin-right:auto;
	}	
div#container_pad {
	padding: 10px;
	
}	

div#header {
	height: 200px;
	}

div#headerLeft {
	width: 500px;
	height: 200px;
	float: left;
	background-image:url(../img/master/Logo.jpg);
	margin-right:10px;
}	

div#headerRight {
	width: 270px;
	height: 200px;
	float: left;
	background-color: #B50442;	
}
div#headerRightTop {
	height: 160px;
	background-image: url(../img/master/YGHOLogo.jpg);
}
div#headerRightLinks {
	padding-top: 10px;
	height: 30px;
	font-size: 12px;
	color: #FFFFFF;	
	text-align: center;
}
div#headerRightLinks a:link, a:visited, a:hover, a:active {
	text-decoration: none;
	color: #FFFFFF;
}

div#content {
	margin-top: 10px;
	height: 1100px;
	}
	
div#contentLeft {
	width: 500px;
	float: left;
	margin-right:10px;
	background-color: #EAEAEA;
	height: 1100px;
	
}	

div#contentLeftPad {
	padding: 10px;
}

div#contentRight {
	width: 270px;
	float: left;	
	background-color: #E1E1E1;
	height: 1100px;
}
div#contentRightPad {
	padding: 10px;
}

	
div#footer {
	background-color: #B50442;
	height: 22px;
	padding-top: 8px;
	margin-top: 10px;
	text-align: center;
	font-size: 10px;
	color:#FFFFFF;
	}		
	
div#valid {
	padding-top: 2px;
	text-align: center;
	margin-left:auto;
	margin-right:auto;
	text-align: center;
}	
	
/* misc */	


.colourFont {
	color: #B50442;
}


a:link {
	color: #666666;
	font-weight:normal;
	text-decoration: underline;
	}	
a:active {
	color: #666666;
	font-weight:normal;
	text-decoration: underline;
	}
a:visited {
	color: #666666;
	font-weight:normal;
	text-decoration: underline;
	}	
a:hover {
	color: #666666;
	font-weight: normal;
	text-decoration: none;
	}
	
a.nav:link {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
	}		
a.nav:active {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	}	
a.nav:visited {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
	}		
a.nav:hover {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	}
	
