@charset "utf-8";
/* CSS Document */
		body{
			background: #FFFFFF;
			font-family: "proxima-nova-1","proxima-nova-2","Helvetica","Arial",sans-serif;
			margin: auto;
			margin-left: 0px;
			margin-right: 0px;
			margin-top: 0px;
			margin-bottom: 0px;
			text-align: center;
		}
		
		.banner{
			background: #FFFFFF;
			margin: auto;
			padding: 5px;
			width: 890px;
		}
		
		.container{
			margin: auto;
			padding: 0px;
			width: 900px;
			height: 712px;
			padding-bottom: 10px;
		}
		
		.left{
			background: #FFFFFF;
			width: 200px;
			height: 702px;
			margin: auto 0px;
			padding: 0px;
			float:left;
		}
		
		.right{
			text-align: right;
			margin: auto;
			padding: 0px;
			float: left;
			width: 700px;
			height: 702px;
		}
		form{
			margin: 0px;
		}
		.content{
			font-family: "proxima-nova-1","proxima-nova-2","Helvetica","Arial",sans-serif;
			text-align:left;
			background: #FFFFFF;
			padding: 20px;
			padding-top: 20px;
			margin: 0px;
			text-align:left;
			font-size: medium;
			font-style: normal;
			width: 640px;
			overflow: auto;
		}
		
		h1, a.headerNews, a.headerNews:hover{
			font-family: "proxima-nova-1","proxima-nova-2","Helvetica","Arial",sans-serif;
			color: #000000;
			font-size: 25px;
			font-style: normal;
			font-weight: lighter;
			margin-top: 30px;
			text-decoration: none;
		}
		
		h2{
			font-family: "proxima-nova-1","proxima-nova-2","Helvetica","Arial",sans-serif;
			color: #000000;
			font-size: 18px;
			font-style: normal;
			font-weight: bold;
			text-decoration: none;
		}
		
		h1.pagetitle{
			color: #EEEEEE;
			font-size: 100px;
			font-weight: lighter;
			margin: 0px;
			padding: 0px;
			text-align: right;
		}
		
		p, .text, label, li{
			font-family: "proxima-nova-1","proxima-nova-2","Helvetica","Arial",sans-serif;
			color: #666666;
			font-size: 14px;
			font-style: normal;
			font-weight: normal;
			margin-top: 15px;
			margin-bottom: 0px;
			text-decoration: none;
		}
		p.footer{
			color: #666666;
			font-size: 14px;
			font-style: italic;
			font-weight: normal;
			margin-top: 5px;
		}
		a{
			font-size: 16px;
			color: #99DD00;
			font-weight: normal;
			text-decoration: underline;
		}
		a:hover{
			font-style: italic;
		}
		a.nav{
			color: #000000;
			font-weight: normal;
			text-decoration: none;
			font-style: normal;
		}
		a.nav:hover{
			font-weight: bold;
		}
		a.registration{
			color: #99DD00;
			font-style: normal;
			text-decoration: none;
		}
		a.registration:hover{
			font-weight: bold;
		}
		th{
			background-color: #EEEEEE;
			color: #222222;
			font-size: 14px;
			font-style: normal;
			font-weight: normal;
			border-bottom: 2px solid #222222;
			margin-top: 15px;
			margin-bottom: 0px;
		}
		td{
			background-color: #F6F6F6;
			color: #333333;
			font-size: 14px;
			font-style: normal;
			font-weight: normal;
			margin-top: 15px;
			margin-bottom: 0px;
			vertical-align: top;
			padding: 5px;
		}
		.level1{
			background-color: #FF3300;
		}
		.level2{
			background-color: #FF9900;
		}
		.level3{
			background-color: #FFFF00;
		}
		.level4{
			background-color: #CCFF00;
		}
		.level5{
			background-color: #00FF00;
		}
		.row2{
			background: #F0F0F0;
		}
		
		input, .date{
			background: #DDDDDD;
			color: #000000;
			font-size: 14px;
			font-style: normal;
			font-weight: normal;
			width: 300px;
			border: solid 0px #660000;
		}
		.date, .dateerror{
			width: 92px;
		}
		.radio, .radioerror{
			width: 20px;
		}
		textarea{
			background: #DDDDDD;
			color: #333333;
			font-size: 14px;
			font-style: normal;
			font-weight: normal;
			width: 300px;
			height: 100px;
			border: solid 0px #660000;
		}
		.button{
			background: #DDDDDD;
			color: #333333;
			font-size: 14px;
			font-style: normal;
			font-weight: normal;
			width: 130px;
			border: solid 1px #000000;
		}
		.error{
			color:#99DD00;
		}
		hr{
			background: #DDDDDD;
			height: 1px;
			border: 0px;
			width: 100%;
		}
		hr.nav{
			width: 80%;
		}