/* Stylesheet created by Mark Kroh.*/

body {
	background-color: #780606;
	margin-top: 0px;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	}
	
body a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:  #780606;
	text-decoration: none;
	font-weight: bold;
	}
	
.headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	font-weight: bold;
	padding-left: 50px;
	}

/*these styles control the drop shadows around the main table*/
td.leftdropshadow {
	background-image:url(../images/leftDrop.jpg);
	background-repeat: repeat;
	background-color: #780606;
	width: 20px;
	}
	
td.rightdropshadow {
	background-image:url(../images/rightDrop.jpg);
	background-repeat: repeat;
	background-color: #780606;
	width: 20px;
	}

td.bottomdropshadow {
	background-image:url(../images/BottomShadow.jpg);
	background-repeat: repeat;
	background-color: #780606;
	width: 20px;
	}

table.main {
	background-color: white;
	}

td.maintext {
	padding: 15px;
	text-align: left;
	}

/*The logo style controls the placement of the logo since just centering it isn't working in IE7 */
.logo {
	margin-left: 285px;
	margin-right: 285px;
	}
	
.logobackground {
	background-image: url(../images/logobackground2.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	}
	
img {
	border: none;
	}
	
img a {
	border: none;
	}
	
.head {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: black;
	text-transform: capitalize;
	}

/*this is used on the form response page to keep the content box from collapsing*/	

.text {
	margin-top: 75px;
	margin-bottom: 75px;
	}
	
/*This is for the CTK logo on the web design page*/
.ctklogo {
	float: left;
	border-style: none;
	padding-right: 10px;
	padding-bottom: 5px;
	}
	
.ctklogotext {
	padding-top: 15px;
	}
	
.scope {
	margin-left: 30px;
	margin-right: 15px;
	}

	
