/* CSS Document */

body {
	margin: 0px;
}

body, td, p {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #737373;
	font-size: 11px;
	line-height: 22px;
}

p {
	margin-bottom: 22px;
}

em {
	font-weight: bold;
	font-style: normal;
}

h1 {
	font-size: 18px;
	font-weight: bold;
	color: #9545ac;
	margin-bottom: -10px;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	color: #FF9200;
	line-height: normal;
}
h3 {
	font-size: 12px;
	font-weight: bold;
	color: #9545ac;
	line-height: normal;
	margin-bottom: -15px;
}

a:link, a:active, a:visited {
	color: #792a90;
	text-decoration: none;
}
a:hover {
	color: #ad47cb;
}

#container {
	width: 954px;
	margin-top: 10px;
}
#container td {
	vertical-align: top;
}

#sitemap {
	font-size: 11px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	width: 900px;
	padding: 14px 0px 8px 0px;
}
#sitemap a {
	padding: 0px 8px 0px 8px;
}
#sitemap a:link, #sitemap a:active, #sitemap a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#sitemap a:hover {
	color: #FFCC99;
	text-decoration: none;
}

#menu {
	padding: 0px 0px 0px 142px;
	font-family: Arial, Helvetica, sans-serif;
}

#content {
	width: 900px;
	background-color: #FFFFFF;
	padding-bottom: 20px;
}


/* Home Content */
td.leftcolhome {
	width: 205px;
	background-image: url(../images/badjelly-logo-bottom.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	padding: 100px 15px 0px 15px;
}
td.leftcolhome p {
	color: #792a90;
	line-height: 18px;
}

td.midcolhome {
	padding: 30px 40px 0px 40px;
}
td.midcolhome p {
	font-size: 11px;
}

td.rightcolhome {
	width: 280px;
	padding-right: 30px;
	padding-top: 60px;
	color: #792a90;
}


/* Sub Content */
td.leftcol {
	width: 205px;
	background-image: url(../images/badjelly-logo-bottom.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	padding: 100px 15px 0px 15px;
}
td.leftcol p {
	color: #792a90;
	line-height: 18px;
}

td.midcol {
	padding: 30px 40px 10px 40px;
}

td.rightcol {
	width: 280px;
	padding-right: 30px;
	padding-top: 117px;
}

#footer {
	width: 900px;
	margin-top: 5px;
}
#footer td {
	font-size: 11px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}
#footer a {
	padding: 0px 8px 0px 8px;
}
#footer a:link, #footer a:active, #footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	color: #FFCC99;
	text-decoration: none;
}

.form {
	width: 460px;
	background-image: url(../images/dotted-line.gif);
	background-position: top right;
	background-repeat: repeat-x;
}
.form td input, .form td textarea {
	width: 300px;
}
.form th {
	width: 120px;
	background-image: url(../images/dotted-line.gif);
	background-position: bottom right;
	background-repeat: repeat-x;
	padding: 5px;
	text-align: left;
}
.form td {
	background-image: url(../images/dotted-line.gif);
	background-position: bottom left;
	background-repeat: repeat-x;
	padding: 5px;
}
.button {
	background-color: #792a90;
	border: 2px solid #561868;
	color: #FFFFFF;
	font-weight: bold;
	margin-left: 135px;
}

.errors, th.errors {
	color: #FF0000;
}

.caption {
	font-size: 10px;
	text-align: center;
	margin-top: 20px;
}