@charset "UTF-8";
/* CSS Document */

body {
	background-color: white;
	background-image: url(../arm/images/pt-arm-bg.jpg);
	background-position: top;
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	}
	
.highlight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: rgb(0,112,190);
	}

#wrapper {
	margin-left: auto;
	margin-right: auto;
	top: 0;
	height: 60px;
	width: 800px;
	background-color: white;
	}

#innerwrapper {
	width: 798px;
	height: 500px;
	background-color: white;
	}

#header {
	float: left;
	top: 0;
	height: 213px;
	width: 800px;
	background-color: white;
	}

#headline {
	float: left;
	top: 0;
	height: 120px;
	width: 800px;
	background-color: rgb(77,76,79);
	}

#logo {
	float: left;
	height: 80px;
	width: 800px;
	background-color: white;
	}
	
#column1 {
	float: left;
	height: auto;
	width: 239px;
	padding: 0 10px 20px 20px; 
	background-color: white;
	}
	
#column2 {
	float: left;
	height: auto;
	width: 240px;
	padding: 0 10px 20px 10px;
	background-color: white;
	}

#column3 {
	float: left;
	height: auto;
	width: 239px;
	padding: 0 20px 20px 10px; 
	background-color: white;
	}
	
#form {
	float: left;
	height: auto;
	width: 756px;
	padding: 10px 20px 20px 20px;
	border-left: 1px solid rgb(255,242,172);
	border-top: 6px solid rgb(255,242,172); 
	border-right: 1px solid rgb(255,242,172); 
	border-bottom: 6px solid rgb(255,242,172);  
	background-color: white;
	}
	

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	}

.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: rgb(32,141,225);
	}

.deadline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: rgb(30,30,30);
	text-decoration: underline;
	}