/*
HTML Page elements
---------------------
*/

body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #000000;
	background-color: #AED1F0;
	background-image: url("/images/common/background_texture_tile.jpg");
	background-position: top center;
}

hr {
	display: none;
}

form {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

p {
	margin: 0px 0px 12px 0px;
	padding: 0px 0px 0px 0px;
}

a {
	color: #ff3300;
	text-decoration: underline;
}

a:visited {
	color: #ff3300;
}

a:hover {
	color: #fc7106;
}

.introParagraph {
	font-size: 13px;
	line-height: 16px;
	font-weight: bold;
	color:#524dc0;
}

.clearBoth {
	display: block;
	clear: both;
	height: 1px;
	font-size: 1px;
	line-height: 1px;
}

.noTopMargin {
	margin-top: 0px !important;
}

.noBottomMargin {
	margin-bottom: 0px !important;
}

.picBorder {
	border: 1px solid #000000;
}

.centered {
text-align:center;
}

.picLeft {
	display: block;
	clear: both;
	float: left;
	margin: 5px 10px 12px 0px;
}

.picRight {
	display: block;
	clear: both;
	float: right;
	margin: 5px 0px 12px 15px;
}

.picRight p {
	font-size:11px;
	text-align: right;
}

.picRight p.alignLeft {
	font-size:11px;
	text-align: left;
}

.picCenter {
	display: block;
	text-align: center;
	margin: 5px 0px 12px 0px;
}

.smallText {
	font-size: 10px;
	line-height: 12px;
}

#hiddenTags {
	display: none;
}


/*
Misc positioning elements
-------------------------
*/

#fullBrowserWidth {
	display: block;
	width: 100%;
	text-align: center;
}

#centeredPage {
	display: block;
	clear: both;
	position: relative;
	width: 720px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}



/*
Header elements
-------------------------
*/

#headerArea {
	display: block;
	position: relative;
	width: 720px;
	height: 120px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-image: url("/images/common/header_background.gif");
	background-position: bottom;
	background-repeat: no-repeat;
}

#headerArea #headerBalloon {
	position: absolute;
	top: 0px;
	left: 15px;
}

#headerArea h1 {
	display: none;
}

#headerArea h2 {
	display: none;
}

#headerArea p {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#skipNav {
	display: none;
}

#cssLinks {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: absolute;
	top: 5px;
	left: 28px;
	width: 300px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	font-size: 10px;
	line-height: 12px;
	color: #524dc0;
}
#cssLinks a, #cssLinks a:visited {
	color: #524dc0;
	text-decoration: none;
}
#cssLinks a:hover {
	color: #000000;
	text-decoration: underline;
}

#recLinks {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: absolute;
	top: 5px;
	right: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	font-size: 10px;
	line-height: 12px;
	color: #524dc0;
}
#recLinks a, #recLinks a:visited {
	color: #524dc0;
	text-decoration: none;
}
#recLinks a:hover {
	color: #000000;
	text-decoration: underline;
}

#headerLinks {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: absolute;
	top: 33px;
	right: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	font-size: 10px;
	line-height: 12px;
	color: #d4d2ef;
}

#headerLinks a {
	color: #d4d2ef;
	text-decoration: none;
}
#headerLinks a:visited {
	color: #d4d2ef;
	text-decoration: none;
}
#headerLinks a:hover {
	color: #ffffff;
	text-decoration: underline;
}

#headerSearchForm {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: absolute;
	top: 57px;
	right: 25px;
	width: 160px;
	height: 30px;
	background-image: url("/images/common/header_form_bg.gif");
	background-repeat: no-repeat;
}

#headerSearchForm #headerSearchText {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: absolute;
	top: 5px;
	left: 5px;
	width: 110px;
	font-size: 11px;
}

#headerSearchForm #headerSearchKeyword {
	display: none;
}

#headerSearchForm #headerSearchButton {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: absolute;
	top: 5px;
	right: 5px;
	width: 30px;
	height: 20px;
	font-size: 11px;
}


/*
Misc layout elements
-------------------------
*/

#pageArea {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
	position: relative;
	width: 720px;
	background-image: url("/images/common/page_background_tile.gif");
	background-repeat: repeat-y;
}

#fullWidthColumn {
	display: block;
	margin: 0px 25px 15px 25px;
	padding: 30px 0px 0px 0px;
}

#twoColumnLayout {
	display: block;
	margin: 0px 20px 0px 25px;
	width: 675px;
}

#twoColumnLayout #mainColumn {
	display: block;
	width: 480px;
	float: left;
	margin: 30px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#twoColumnLayout #mainColumn {
	display: block;
	margin: 30px 0px 0px 0px;
}

#mainColumn hr {
	display: none;
}

#mainColumn #titleArea, #fullWidthColumn #titleArea {
	display: block;
	margin: 0px 0px 20px 0px;
}

#mainColumn #titleArea h1, #fullWidthColumn #titleArea h1 {
	display: block;
	margin: 0px 0px 2px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 22px;
	font-weight: normal;
	color: #524dc0;
}

#mainColumn #titleArea h1 a, #fullWidthColumn #titleArea h1 a {
	color: #524dc0;
	text-decoration: none;
}
#mainColumn #titleArea h1 a:visited, #fullWidthColumn #titleArea h1 a:visited {
	color: #524dc0;
	text-decoration: none;
}
#mainColumn #titleArea h1 a:hover, #fullWidthColumn #titleArea h1 a:hover {
	color: #fc7106;
	text-decoration: underline;
}

#mainColumn #titleArea h2, #fullWidthColumn #titleArea h2 {
	display: block;
	margin: 10px 0px 2px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	font-weight: bold;
	color: #524dc0;
}

#mainColumn #titleArea h2 a, #fullWidthColumn #titleArea h2 a {
	color: #524dc0;
	text-decoration: none;
}
#mainColumn #titleArea h2 a:visited, #fullWidthColumn #titleArea h2 a:visited {
	color: #524dc0;
	text-decoration: none;
}
#mainColumn #titleArea h2 a:hover, #fullWidthColumn #titleArea h2 a:hover {
	color: #fc7106;
	text-decoration: underline;
}

#mainColumn #titleArea h3, #fullWidthColumn #titleArea h3 {
	display: block;
	margin: 0px 0px 4px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
	color: #524dc0;
}

#mainColumn h2, #fullWidthColumn h2 {
	display: block;
	margin: 25px 0px 6px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 17px;
	font-weight: bold;
	color: #524dc0;
}

#mainColumn h3, #fullWidthColumn h3 {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #524dc0;
}

#mainColumn ul, #fullWidthColumn ul {
	display: block;
	margin: 0px 0px 12px 0px;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
	list-style-position: outside;
}

#mainColumn ul li, #fullWidthColumn ul li {
	margin: 0px 0px 4px 0px;
	padding: 0px 0px 0px 20px;
	background-image: url("/images/common/list_bullet.gif");
	background-position: 0px 4px;
	background-repeat: no-repeat;
}

#twoColumnLayout #rightColumn {
	display: block;
	width: 170px;
	float: right;
	margin: 30px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#rightColumn p {
	margin: 0px 5px 12px 5px;
}

#rightColumn hr {
	display: none;
}

.twoColumnRight {
	float: right;
	width: 310px;
}

.twoColumnLeft {
	width: 350px;
	background-color: #dae8f9;
	border: 1px solid #a6c5f2;
	padding: 10px;
}

.twoColumnLeft .imageRight {
	float: right;
	margin-left: 10px;
}

.newsBox {
	display: block;
	float: right;
	margin: 0px 0px 0px 20px;
	width: 290px;
	background-image: url("/images/panels/newspanel_bg_tile.gif");
	background-repeat: repeat-y;
}

.newsBox hr {
	display: none;
}

.newsBox h2 {
	display: block !important;
	margin: 0px 0px 8px 0px !important;
	padding: 7px 0px 4px 0px !important;
	width: 290px !important;
	background-image: url("/images/panels/newspanel_h2_bg.gif") !important;
	background-position: top !important;
	background-repeat: no-repeat !important;
	text-align: center !important;
	font-size: 12px !important;
	line-height: 14px !important;
	font-weight: bold !important;
	color: #ffffff !important;
}

.newsBox .newsBoxContent {
	display: block;
	margin: 0px 15px 0px 15px;
	font-size: 11px;
	line-height: 13px;
}

.newsBox .newsBoxContent .bulletListLeft {
	 width: 120px;
	 float: left;
	 margin-bottom: 0px;
}

.newsBox .newsBoxContent .bulletListRight {
	 width: 120px;
	 float: right;
	 margin-bottom: 0px;
}

.newsBox .newsBoxContent.centered {
	text-align: center;
}

.newsBox .newsBoxContent p {
	margin: 6px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.newsBox ul {
	display: block;
	margin: 0px 0px 12px 0px;
	padding: 5px 0px 0px 0px;
	list-style-type: none;
	list-style-position: outside;
}

.newsBox ul li {
	margin: 0px 0px 4px 0px;
	padding: 0px 0px 0px 15px;
	background-image: url("/images/common/list_bullet.gif");
	background-position: 0px 4px;
	background-repeat: no-repeat;
}

.newsBox .newsBoxBottom {
	display: block;
	margin: 0px 0px 0px 0px;
	width: 290px;
	height: 15px;
	background-image: url("/images/panels/newspanel_bottom.gif");
	background-repeat: no-repeat;
}
		
/*
Table elements
-------------------------
*/

#genericTable {
	display: block;
	margin: 25px 0px 20px 0px;
}
#genericTable caption {
	margin: 0px 1px 0px 1px;
	padding: 2px 4px 2px 4px;
	margin-bottom: 0px;
	background-color: #524dc0;
	font-size: 13px;
	line-height: 16px;
	color: #ffffff;
	font-weight: normal;
	text-align: left;
}
#genericTable th {
	margin: 1px;
	padding: 3px 4px 3px 4px;
	background-color: #e6e4f5;
	font-weight: normal;
	color: #524dc0;
	font-size: 11px;
	text-align: left;
}
#genericTable td {
	margin: 1px;
	padding: 3px 4px 3px 4px;
	background-color: #f2f1fa;
	font-weight: normal;
	font-size: 11px;
	text-align: center;
}
#genericTable tr.headings th {
	margin: 1px;
	padding: 2px 4px 2px 4px;
	background-color: #ffe0ce;
	color: #ff6600;
	font-weight: normal;
	font-size: 10px;
	text-align: center;
}
#genericTable tr.headings th.left {
	text-align: left;
	padding: 2px 4px 2px 4px;
}

/*
Book Listing elements
-------------------------
*/

.bookArea {
	display: block;
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.bookArea img {
	float: left;
	margin: 0px 10px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 1px solid #000000;
}
.bookArea .bookAreaText {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 135px;
}
.bookArea h2 {
	margin: 0px 0px 10px 0px !important;
	padding: 0px 0px 0px 0px !important;
}
.bookArea h2 a {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	color: #524dc0;
}
.bookArea h2 a:visited {
	color: #524dc0;
}
.bookArea h2 a:hover {
	color: #fc7106;
}
.bookArea h2 span.series {
	display: block;
	margin: 0px 0px 2px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 10px;
	line-height: 12px;
}
.bookArea h2 span.series br {
	display: none;
}

.bookList {
	display: block;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.bookList dt {
	display: block;
	margin: 0px 0px 1px 0px;
	padding: 2px 4px 2px 4px;
	background-color: #9693d8;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #ffffff;
	font-weight: bold;
	text-transform: uppercase;
}
.bookList dt a {
	color: #ffffff;
	text-decoration: none;
}
.bookList dt a:visited {
	color: #ffffff;
	text-decoration: none;
}
.bookList dt a:hover {
	color: #ffffff;
	text-decoration: underline;
}
.bookList dd {
	margin: 0px 0px 1px 0px;
	padding: 0px 0px 0px 0px;
}
.bookList dd a {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 2px 4px 2px 4px;
	background-color: #f2f1fa;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
.bookList dd a:visited {
	background-color: #f2f1fa;
	color: #000000;
	text-decoration: none;
}
.bookList dd a:hover {
	background-color: #ffe0ce;
	color: #000000;
	text-decoration: none;
}

/*
Access keys
-------------------------
*/

#lowerMenuAccessKeys {
	display: none;
}

/*
Footer elements
-------------------------
*/

#footerArea {
	display: block;
	margin: 0px 0px 0px 0px;
	position: relative;
	width: 720px;
	height: 45px;
	margin-right: auto;
	background-image: url("/images/common/footer_background.gif");
	background-repeat: no-repeat;
}

#footerArea p {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 11px;
	line-height: 32px;
	color: #B1AFE3;
}

#footerArea a {
	color: #ffffff;
	text-decoration: none;
}
#footerArea a:visited {
	color: #ffffff;
	text-decoration: none;
}
#footerArea a:hover {
	color: #ffffff;
	text-decoration: underline;
}

#footerArea #toTop {
	position: absolute;
	top: 0px;
	left: 25px;
}

#footerArea #footerLinks {
	position: absolute;
	top: 0px;
	right: 25px;
}

#copyrightArea {
	display: block;
	margin: 0px 0px 0px 0px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	font-size: 10px;
	line-height: 12px;
	color: #524dc0;
}

#copyrightArea a {
	color: #524dc0;
	text-decoration: underline;
}

#copyrightArea a:visited {
	color: #524dc0;
	text-decoration: underline;
}

#copyrightArea a:hover {
	color: #000000;
	text-decoration: underline;
} 

/*
Popup elements
-------------------------
*/

#popupWindow {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	background-color: #ffffff;
	background-image: none;
	color: #000000;
}

#popupWindow #popupHeader {
	display: block;
	margin: 0px 0px 0px 0px;
	position: relative;
	height: 30px;
	background-color: #524dc0;
}

#popupWindow #popupHeader h1 {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: absolute;
	top: 5px;
	left: 10px;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	color: #ffffff;
}

#popupWindow #popupHeader p {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: absolute;
	top: 7px;
	right: 10px;
	font-size: 10px;
	line-height: 12px;
	font-weight: normal;
}

#popupWindow #popupHeader a {
	color: #ffffff;
	text-decoration: none;
}
#popupWindow #popupHeader a:visited {
	color: #ffffff;
	text-decoration: none;
}
#popupWindow #popupHeader a:hover {
	color: #ffffff;
	text-decoration: underline;
}

#popupWindow #popupContentArea {
	display: block;
	margin: 15px 10px 0px 10px;
	padding: 0px 0px 0px 0px;
}

#popupWindow #popupContentArea h1 {
	display: block;
	margin: 0px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
	color: #000000;
}

#popupWindow #popupContentArea h2 {
	display: block;
	margin: 8px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 15px;
	font-weight: bold;
	color: #524dc0;
}

#popupWindow table {
	display: block;
	margin: 25px 0px 20px 0px;
}
#popupWindow table caption {
	margin: 0px 1px 0px 1px;
	padding: 2px 4px 2px 4px;
	margin-bottom: 0px;
	background-color: #524dc0;
	font-size: 13px;
	line-height: 16px;
	color: #ffffff;
	font-weight: normal;
	text-align: left;
}
#popupWindow table th {
	margin: 1px;
	padding: 3px 4px 3px 4px;
	background-color: #e6e4f5;
	font-weight: normal;
	color: #524dc0;
	font-size: 11px;
	text-align: left;
}
#popupWindow table td {
	margin: 1px;
	padding: 3px 4px 3px 4px;
	background-color: #f2f1fa;
	font-weight: normal;
	font-size: 11px;
	text-align: center;
}
#popupWindow table tr.headings th {
	margin: 1px;
	padding: 2px 4px 2px 4px;
	background-color: #ffe0ce;
	color: #ff6600;
	font-weight: normal;
	font-size: 10px;
	text-align: center;
}
#popupWindow table tr.headings th.left {
	text-align: left;
	padding: 2px 4px 2px 4px;
}

/*
Site Map elements
-------------------------
*/

#sitemap {
	display: block;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
}
#sitemap dt {
	margin: 12px 0px 6px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 13px;
	line-height: 15px;
	font-weight: bold;
}
#sitemap dd {
	margin: 0px 0px 2px 0px;
	padding: 0px 0px 0px 20px;
	background-image: url("/images/common/list_bullet.gif");
	background-position: 0px 4px;
	background-repeat: no-repeat;
	font-size: 12px;
	line-height: 15px;
}
