/****************************************
 *                                      *
 * Definition of Common Page Elements   *
 *                                      *
 ****************************************/

body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

#newsletter {
	width: 800px;
	border: 1px solid #CCCCCC;
	margin: 0px;
	padding: 0px;
}

p, li {
	color: #000000;
	font-size: 12px;
	line-height: 1.6em;
}

em {
	font-weight: bold;
	color: #762F77;
	font-style: normal;
}

sup {
	color: #FF0000;
	padding-left: 4px;
}

small {
	font-size: 10px;
	line-height: normal;
	font-style: normal;
	font-weight: normal;
}

strong, b {
	font-weight: bold;
	color: #000000;
}

blockquote {
	font-family: "Courier New", Courier, mono;
	color: #333333;
	padding: 4px 0em 4px 4px;
	font-size: 12px;
}

code {
	font-family: "Courier New", Courier, mono;
	color: #333333;
	font-size: 12px;
}

h1 {
	font-family: Tahoma, Verdana, Arial;
	color: #333333;
	font-size: 18px;
} 

h2 {
	font-family: Tahoma, Verdana, Arial;
	color: #762F77;
	font-size: 16px;
}

h3, h4 {
	font-family: Tahoma, Verdana, Arial;
	color: #006699;
	font-size: 14px;
}

hr {
	border: 1px dashed #CACACA;
}

/****************************************
 *                                      *
 * Custom Style Classes                 *
 *                                      *
 ****************************************/

.captionbox {
	line-height: 1.2em !important;
	color: #783179;
	background: #EEE4EC;
	padding: 8px;
	margin: 12px 80px 36px 26px;
	border-top: 1px solid #783179;
	border-bottom: 1px solid #783179;
}

.alertlist {
	margin-left: 0.1em;
	padding-left: 0.1em;
	list-style: none;
}

.alertlist li {
	padding-left: 22px;
	background-image: url(/images/icons/alert.gif);
	background-repeat: no-repeat;
	background-position: 0em 0.1em;
}

.right_picture_box {
	padding: 4px;
	margin-top: 4px;
	margin-bottom: 4px;
	margin-left: 8px;
	float: right;
	border: thin solid #CCCCCC;
	margin-right: 0px;
	text-align: center;
}

.left_picture_box {
	padding: 4px;
	margin-top: 4px;
	margin-bottom: 4px;
	margin-right: 8px;
	float: left;
	border: thin solid #CCCCCC;
	margin-left: 0px;
	text-align: center;	
}

.content_navigation {
	margin-bottom: 16px;
}

.content_navigation p {
	margin: 6px;
}

/****************************************
 *                                      *
 * Definition of Structural Stuff       *
 *                                      *
 ****************************************/

#footernav {
	text-align: center;
	padding: 4px;
}

#footernav p {
	line-height: 1.5em;
	font-size: 10px;
	margin: 8px 0px 0px;
}

#footer {
	padding: 2px;
}

#footer p {
	line-height: 1.5em;
	color: #333333;
	font-size: 9px;
	margin: 0px 8px;
}

#joinlist {
	background-color: #DCDCDC;
	width: 160px;
	border: 1px dotted #FF3300;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 4px;
}

#joinlist h3 {
	font-size: 80%;
	color: #FF3300;
}

#joinlist em {
	color: #FF3300;
}

#joinlist p {
	font-size: 76%;
	color: #333333;
}
