﻿html {
	background: #ccc;
}

body {
	width: 800px;
	margin: 0 auto 0 auto;
	background-color: #f6f8ec;
}

strong {
	font-weight: bold; 
}

h1 {
	text-indent: -5000px;
	float: left;
}

#logo  {
    
	display: block;
    width: 450px;
    height: 99px;

}

#header {
	background: url("../images/header2.jpg") no-repeat top left;
	width: 800px;
	height:100px;
	float: left;
	border-bottom: 1px solid #ca1616;
}

#sidebar {
	width: 200px;
	background: #f6f8ec;
	float: left;
	color: #000;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
}

	#sidebar ul {
		margin: 10px 0;
	}
	
	#sidebar li {
		background-color: #ca1616;
		width: 184px;
		margin: 10px 0;
		font-weight: bold;	
		font-size: 12px;
		font-family: Arial, Helvetica, sans-serif;
		text-indent: 10px;
	}
	
	#sidebar li a {
		color: #fff;
		text-decoration: none;
		background-color: #ca1616;
		display: block;
		padding: 10px 0;
	}
	
	#sidebar li a:hover {
		background-color: #3E69D6;
	}
	
	#sidebar p {
		text-align: center;
		font-size: 14px;
		margin: 0 5px;
		line-height: 1.1em;
	}
	
	#sidebar p strong {
		color: #ca1616;
		font-weight: bold;
	}
	
	#sidebar p a {
		color: #3e69d6;
		font-weight: bold;
		margin-bottom: 2px;
		display: block;
	}
	
	#sidebar img {
		margin: 0 auto;
		display: block;
		padding: 10px 0 5px;
	}
	
	img#mcafee {
		padding: 10px;
		background-color: #fff;
		border: 1px solid #e14f00;
		margin-top: 20px;
	}

#content {
	background-color: #fff;
	width: 599px;
	float: left;
	border-left: 1px solid #ca1616;
	min-height: 600px;
}


.content-column {
	width: 275px;
	float: left;
	margin: 11px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
}

	.content-column p {
		font-size: 13px;
		line-height: 1.2em;
	}
	
	.icon {
		width: 61px;
		height: 149px;
		float: left;
		clear: left;
		margin-right: 10px;
	}
	
	.bulletpoint {
		width: 204px;
		float: left;
	}
	
	h3 {
		color: #ca1616;
		font-weight: bold;
		font-size: 18px;
		margin-bottom: 11px;
		font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	}

.subpage {
    font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
}

.subpage h2 {
    font-size: 32px;
    font-weight: bold;
    color: #000;
    padding: 25px;
}  

.subpage h3, .subpage h4, .subpage p {
    margin: 0 25px;
}

.subpage h3 {
    font-size: 20px;
    margin-bottom: 10px;
}

.subpage h4 {
    margin-bottom: 10px;
}

.subpage p {
    margin-bottom: 25px;
    font-family: Arial, sans-serif;
    line-height: 1.2em;
    font-size: 14px;
}

.subpage ul {
    list-style: disc;
    margin: 0 50px 25px;
}

.subpage a {
    color: #E14F00;
    font-weight: bold;
}
	
#call-to-action {
	font-size: 18px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	margin: 25px;
	line-height: 1.2em;
	clear: left;
}

#call-to-action a {
	color: #3e69d6;
	font-weight: bold;
}

#footer {
	background-color: #838383;
	clear: both;
	width: 800px;
	display: block;
	text-align: center;
	color: #eee;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 20px 0;
	line-height: 1.2em;
}

	#footer a {
		color: #fff;
	}
	
#textoverlay{
	position: absolute;
	top: 30px;
	left: 375px;
	width: 200px;
	height: 200px;
	z-index:1000;
}
.onlytext {
	color: #1E6CD6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 35px;
	font-weight: bolder;
	text-align: center;
	text-shadow: #fff 2px 1px 2px;
	
}

.numberbig {
	font-size: 100px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	line-height: 95px;

	text-shadow: #fff 2px 1px 2px;
}

.numbersmall {
	font-size: 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	vertical-align:top;
	padding-top: 15px;
	text-shadow: #fff 2px 1px 2px;
}

#affiliation_with {
	margin:15px 10px;
	background-color:white;
	padding:10px;
	text-align:center;
	font-size:12px;
	
}

#license_info {
	text-align:left;
	font-size:14px;
	margin-left:20px;
}

#register {
	float:left; 
	height:20px; 
	width:200px; 
	margin-left:25px; 
	background-color: #ca1616; 
	padding:15px; 
	text-align:center; 
	color:#FFF; 
	font-weight:bold;
}

#register a {
		color: #fff;
		text-decoration: none;
		display: block;
	
	}
	
#register a:hover {
		background-color: #3E69D6;
	}
#register:hover {
		background-color: #3E69D6;
	}
	
#license_box {
		float:right; 
		height:190px; 
		width:200px; 
		margin-right:40px; 
		background-color: #eee;
		padding:15px 0; 
		text-align:center; 
		clear:both; 
	}
