@charset "UTF-8";
/* CSS Document */

* {
	padding:0;
	margin:0;
}

body {
	text-align:left;
	background-color:#FFF;
	height:auto;
	margin:0 0 0 0;
}

#container {
	width:800px;
	height:600px;
	margin:0 0 0 0;
}

#header {
	height:80px;
	width:780px;
	margin-left:19px;
	margin-top:19px;

}
#mainContent {
	width:655px;
	margin: 19px 0 19px 5px;
	float:left;

	background-color:#FFF;
	
	border-top-color:#666;
}

#posterBox{
	width:655px;
	float:left;
	margin-top:30px;

}

#adBox{
	width:655px;
	float:left;
}

#graphicsBox{
	width:655px;
	float:left;
	margin-top:30px;
}

#otherBox{
	width:655px;
	float:left;
	margin-top:30px;
}

#sidebar1 {
	width:120px;
	margin-left:19px;
	margin-top:19px;
		text-align:left;
	float:left;
	background-color:#FFF;
	
	border-top-color:#666;
}

#footer {
	height:20px;
	width:780px;
	margin-left:20px;
	margin-bottom: 20px;
	border-top:thin;
	border-top-style:solid;
	border-top-color:#666;
	border-bottom:thin;
	border-bottom-style:solid;
	border-bottom-color:#666;
}

#header a{
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	font-size:40px;
	font-weight:bold;
}

#header a:hover{
	text-decoration:none;
	color:#F60;
}

#mainContent a {
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:800;
	color:#666;
}

#column1 {
	width:250px;
	float:left;
	height:auto;
}

#column2 {
	width:403px;
	float:left;
	
}

.box1 {
	width:205px;
	height:150px;
	float:left;
	margin-top:14px;
	overflow:hidden;
	border:none;
	
}

.box2 {
	width:205px;
	height:150px;
	float:left;
	margin-top:14px;
	margin-right:14px;
	margin-left:14px;
	overflow:hidden;
	border:none;

}

.box3 {
	width:205px;
	height:150px;
	float:left;
	margin-top:14px;
	overflow:hidden;
	border:none;
}

#mainContent a:hover {
	text-decoration:none;
	color:#F60;
}


.navButton {
	width:100px;
	height:30px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;	
	color:#666;
	font-size:16px;
	font-weight:bold;
	line-height:20px;
	
}

.navButton a {
	text-decoration:none;	
	color:#666;
}

.navButton a:hover {
	text-decoration:none;
	color:#F60;
}

h1 {
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	font-size:40px;
	font-weight:bold;
}

h2 {
	font-family:Arial, Helvetica, sans-serif;	
	color:#F60;
	font-size:16px;
	font-weight:bold;
}
h3 {
	font-family:Arial, Helvetica, sans-serif;	
	color:#666;
	font-size:13px;
	font-weight:bold;
	line-height:20px;
}

h4{
	font-family:Arial, Helvetica, sans-serif;	
	color:#666;
	font-size:16px;
	font-weight:bold;
}

h5{
	font-family:Arial, Helvetica, sans-serif;	
	color:#666;
	font-size:11px;
	font-weight:bold;
}

p {
	font-family:Arial, Helvetica, sans-serif;	
	font-size:12px;
	line-height:18px;
	color:#666;
}

.clearfloat {
	clear:both;
}



/* this is where the form starts*/

#formcontainer {
width:300px;
text-align:left;
}

#formcontainer p {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	margin:0 0 5px 0px;
	width: 300px;
	color:#7B8C86;
}

#formcontainer form {
	width:300px;
}

#formcontainer form label {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#7B8C86;
}

#formcontainer formtextarea {
	width:300px;
	height:250px;
}

.textInput {
	width:300px;
}

/* Rules added when inserting checkboxes */

#formcontainer form .chkRad {
	float: left;
	margin-bottom: 8px;
	margin-left: 30px;
}
#formcontainer form .chkRad label {
	display:inline;
	}
#formcontainer form .clearIt {
	clear:both;
	}
#formcontainer form select {
	margin:5px 0 8px 30px;
	}

/* Add this style for warning messages */

#formcontainer form .warning {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	color:#693330;
	text-align:left;
	font-size:12px;
	}

#formcontainer a {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color:#693330;
	text-decoration: none;
	font-weight:bold;
}

