/* LAYOUT */
body
{
	min-width: 780px;
	margin: 0;
	padding: 0;
	color: #336;
	text-align: center;
	/* for WinIE5.x */
	background-image: url(../gfx/strap/background.gif);
	background-repeat: repeat;
	background-position: center;
	background-color: transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100.1%;
}

#wrapper
{
	width: 760px;
	margin: 0px auto 0 auto;
	text-align: left;
	background-color: transparent;
	background-image: url(../gfx/strap/background.gif);
}

#blah:active { /* for IE, doesn't hurt others */ }

#leftcol
{
	float: left;
	width: 140px;
	margin: 10px 20px 0 0px;
	padding: 0px 0 20px 0;
	line-height: 1em;
}

/* IE hack \*/
* html leftcol
{
	width: 140px;
	w\idth: 140px;
}

#container
{
	float: left;
	/* makes it contain children floats */
	width: 780px;
	/* needed for MacOpera and Safari */
	margin: 0;
}

/* --- PAGE HEADERS --- */
greeting
{
	text-align: center;
	height: 25px;
	margin: 0 0 5px 0;
	color: #FFF;
	font-style: normal;
	font-weight: bold;
	background-color: #DE1F04;
	width: 100%;
}

.salutation
{
	color: #FFF;
	background-color: inherit;
	margin: 0 0 0 0;
	padding: 5px;
}

#logo
{
	float: left;
	margin: 10px 0 15px 0;
}

#pagetitle
{
	float: left;
	width: 620px;
}

/* --- CONTENT --- */
#contentwide
{
	margin: 0;
	padding: 0;
	float: left;
	width: 620px;
	font-size: 100.01%;
}

/* IE hack \*/
* html contentwide
{
	width: 620px;
	w\idth: 620px;
}

/* Close IE hack */
#content
{
	float: left;
	width: 475px;
	font-size: 100.01%;
}

/* IE hack \*/
* html content
{
	width: 620px;
	w\idth: 620px;
}

/* Close IE hack */
#header
{
	width: 615px;
	/* needed for MacOpera and Safari */
	padding: 0 0 10px 0;
	/* IE ignores top margin, so padding is used instead */
}

/*--- NAVIGATION --- */
#leftcol .navigation
{
	line-height: 1.1em;
	width: 140px;
	padding-bottom: 0px;
}

.navigationhead
{
	display: block;
	padding: 1px 0px 1px 0px;
	font-size: .75em;
	font-weight: bold;
	color: #339;
	text-decoration: none;
	background-color: inherit;
	text-align: center;
}

.navigationhead a, .navigationhead a:visited
{
	display: block;
	color: #C03;
	padding: 1px 0px 3px 0px;
	text-decoration: none;
	width: 140px;
	background-image: url("nav_black_dot.gif");
	background-repeat: repeat-x;
	background-position: left bottom;
	background-color: inherit;
	text-align: center;
}

.navigationhead a:hover, .navigationhead a:focus
{
	display: block;
	color: #000;
	padding: 1px 0px 3px 0px;
	background-image: url("nav_red_dot.gif");
	background-repeat: repeat-x;
	background-position: left bottom;
	background-color: inherit;
	text-align: center;
}

#leftcol ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 70%;
	text-decoration: none;
	width: 140px;
	text-align: center;
}

#leftcol ul li { margin: 0; }

.navigation
{
	display: block;
	padding: 2px 0px 4px 0px;
	font-size: .7em;
	color: #339;
	text-decoration: none;
	background-color: transparent;
	text-align: center;
}

.navigation a, .navigation a:visited
{
	color: #000;
	display: block;
	padding: 2px 0px 4px 0px;
	text-decoration: none;
	background-image: url("nav_black_dot.gif");
	background-repeat: repeat-x;
	background-position: left bottom;
	background-color: transparent;
	text-align: center;
	width: 140px;
}

.navigation a:hover, .navigation a:focus
{
	display: block;
	padding: 2px 0px 4px 0px;
	background-image: url("nav_red_dot.gif");
	background-repeat: repeat-x;
	background-position: left bottom;
	background-color: transparent;
	color: #C60;
	text-decoration: none;
}

/*--- Navigation ends */
#sidebar h2
{
	color: #C30;
	margin-top: 0;
	padding: 0px 0px 0px 0px;
	font-size: 1em;
	background-color: transparent;
}

/*--- CONTENT NAVIGATION ---*/
#content-nav, #content2-nav
{
	margin: 0 0 5px 0;
	padding: 0;
	text-align: right;
	color: #000;
	list-style: none;
	background-color: transparent;
}

#content-nav li, #content2-nav li
{
	margin: 0;
	padding: 0;
	display: inline;
	/* fixes IE gap caused by display: block on inner a's */
}

#content-nav a, #content2-nav a
{
	display: block;
	margin: 0 0 2px 0;
	padding: 2px 0px 5px 5px;
	text-decoration: none;
	color: #000;
	list-style: none;
	background-image: url("nav_black_dot.gif");
	background-repeat: repeat-x;
	background-position: left bottom;
	background-color: transparent;
}

#content-nav a:hover, #content2-nav a:hover
{
	color: #000;
	background-image: url("nav_red_dot.gif");
	background-repeat: repeat-x;
	background-position: left bottom;
	background-color: transparent;
}

#content-nav2, #content2-nav2
{
	margin: 0 0 5px 0;
	padding: 0;
	text-align: right;
	color: #000;
	list-style: none;
	background-image: url("nav_black_dot.gif");
	background-repeat: repeat-x;
	background-position: left bottom;
	background-color: transparent;
}

#content-nav2 li, #content2-nav2 li
{
	margin: 0;
	padding: 0;
	display: inline;
	/* fixes IE gap caused by display: block on inner a's */
}

#content-nav2 a, #content2-nav2 a
{
	display: block;
	margin: 0 0 2px 0;
	padding: 2px 0px 5px 5px;
	text-decoration: none;
	color: #000;
	list-style: none;
	background-image: url("nav_black_dot.gif");
	background-repeat: repeat-x;
	background-position: left bottom;
	background-color: transparent;
}

#content-nav2 a:hover, #content2-nav2 a:hover
{
	color: #000;
	background-image: url("nav_red_dot.gif");
	background-repeat: repeat-x;
	background-position: left bottom;
	background-color: transparent;
}



#content ul, #contentwide ul
{
	background-color: inherit;
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 0em;
	font-size: .75em;
	line-height: 1.4em;
}

#content ol, #contentwide ol
{
	margin: 0;
	padding: 0 0 0 1em;
	font-size: .75em;
	line-height: 1.4em;
}

#content li, #contentwide li
{
	padding-left: 1.5em;
	background-image: url(../gfx/dev/block.gif);
	background-repeat: no-repeat;
	background-position: 0 .2em;
}

#footer
{
	clear: both;
	width: 780px;
	padding: 3px 0px 15px 0px;
	text-align: left;
	font-size: 60%;
	border-color: #339 #000 #000 #000;
	border-width: 1px 0 0 0;
	border-style: solid;
}

/*  \*/
* html #footer { height: 1%; }

/* */
#left
{
	float: left;
	text-align: right;
	width: 140px;
	margin: 0 20px 0 0;
}

#main
{
	float: left;
	width: 600px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

/* THREE COLUMN PAGE --------------------------------------- */
#threecol #container
{
	float: left;
	/* makes it contain children floats */
	width: 780px;
	/* needed for MacOpera and Safari */
	margin: 0px 0 0px 0;
}

#sidebar
{
	float: right;
	width: 125px;
	padding: 0px 0px 10px 0px;
}



#content h2, #contentwide h2
{
	margin: 0 0 0 0;
	padding: 3px 0px 3px 0px;
	font-size: 140%;
	line-height: 1.2em;
	color: #000;
}

/* TWO COLUMN PAGE ----------------------------------------- */
/* --------------------------------------------------------- */
#twocol #container
{
	float: left;
	/* makes it contain children floats */
	width: 780px;
	/* needed for MacOpera and Safari */
	/* needed for MacOpera and Safari */
	margin: 0px 0 0px 0;
}

/* TEXT ---------------------------------------------------- */
/* --------------------------------------------------------- */
p
{
	margin: 0 0 .5em 0;
	line-height: 1.5em;
	font-size: .75em;
}

h1
{
	margin: 0 0 .3em 0;
	font-size: 180%;
	color: #000;
}

h2
{
	margin: 0 0 0 0;
	font-size: 140%;
	color: #000;
	line-height: .8em;
}

h3
{
	margin: 0;
	font-size: 100%;
}

/* LINKS --------------------------------------------------- */
/* --------------------------------------------------------- */
a
{
	color: #C03;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
	color: #000;
}

a:visited
{
	text-decoration: none;
	color: #C30;
}

.image-link { background: transparent; }

/* LISTS --------------------------------------------------- */
dt
{
	margin: 1em 0 0 0;
	font-weight: bold;
}

dd
{
	margin: 0;
	margin-left: .5em;
}

/* TABLES -------------------------------------------------- */
table
{
	padding: 0;
	margin: 0 0 0.5em 0;
	border-collapse: collapse;
}

th, td
{
	padding: 0;
	border-bottom: 0px #FFF solid;
	border-top: 0px none;
	border-right: 0px none;
	border-left: 0px none;
	font-size: 1em;
}

th
{
	padding: 0;
	background: #72C0FF;
	color: #2A567F;
	text-align: left;
}

#contentwide td, #content td
{
	margin: 6px 0px 3px;
	padding: 0;
	background-color: inherit;
	font-size: .75em;
	line-height: 1.5em;
}

#contentwide td p, #content td p
{
	margin: 6px 0px 6px 0px;
	padding: 0;
	background-color: inherit;
	font-size: 1em;
	line-height: 1.5em;
}

#contentwide td h1, #content td h1
{
	margin: 0 0 .3em 0;
	font-size: 240%;
	line-height: 1.5em;
	color: #000;
}


.dash
{
	background-image: url(nav_blue_dot.gif);
	background-repeat: repeat-x;
	background-position: left center;
	padding: 0px 0em 0px 0em;
	line-height: .5em;
	clear: both;
	margin: 1em 0 .5em 0;
}

.image_right
{
	float: right;
	display: inline;
	margin: 3px 0 5px 10px;
}

.image_left
{
	display: inline;
	float: left;
	margin: 3px 10px 5px 0;
}

.subhead_red
{
	background-color: transparent;
	font-size: 1em;
	font-weight: bold;
	color: #C00;
	margin: 5px 0 5px 0;
	font-style: inherit;
}

.promo_red
{
	background-color: transparent;
	font-size: 1.4em;
	font-weight: bold;
	color: #C00;
	margin: 5px 0 0 0;
}

.subhead
{
	color: #000000;
	background-color: transparent;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.1em;

	/*
	padding: 1em 0em 0px 0em;
*/
	margin: 5px 0 3px 0;
}

.subhead2
{
	color: #000000;
	background-color: transparent;
	font-size: .9em;
	font-weight: bold;
	/*
	padding: 1em 0em 0px 0em;
*/
	margin: 5px 0 0 0;
}

.red { color: #C00; }

.red_italic
{
	color: #C00;
	font-style: italic;
}

.red_italic_bold {
	font-size: 1.1em;
	font-style: italic;
	font-weight: bold;
	color: #CE0033;
}

.clear_all
{
	float: none;
	clear: both;
	display: block;
	padding: 0;
	line-height: 1px;
}

.noborder { border-width: 0; }

.reversecentre
{
	color: #FFF;
	background-color: #930;
	font-size: 0.8em;
	font-weight: bold;
	padding: 2px;
	text-decoration: none;
	background-repeat: repeat-x;
	text-align: center;
	line-height: 1em;
	margin: 6px 0px 6px 0px;
}

.SectionHeader
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	color: #CC3300;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CC3300;
	line-height: 15px;
	letter-spacing: .5em;
	margin-bottom: 9px;
	margin-top: 3px;
	padding-top: 3px;
}

.flagbiblio
{
	font-size: 11px;
	margin: 0 2px 0 5px;
}

.coverart p
{
	margin: 0px 0px 0px 0px;
	padding: 0;
}

.small
{
	color: #333366;
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
}

.thin
{
	text-align: center;
	font-size: .5em;
	line-height: .5em;
	padding: 0;
}
.promo
{
	font-size: .7em;
	text-align: center;
	margin: .5em 0 .5em 0;
}

.promotitle
{
	text-align: center;
	font-size: .8em;
	line-height: 1em;
	padding: 0;
	margin: .5em 0 0 0;
}

.promotext
{
	text-align: center;
	font-size: .7em;
	line-height: 1.2em;
}

.ruledheader
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: #000066;
	text-align: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CC3300;
	line-height: 13px;
	margin-bottom: 6px;
}
.excerpt
{
	padding-top: 0px;
	vertical-align: text-top;
}

.borderdash
{
	background-image: url(nav_blue_dot.gif);
	background-repeat: repeat-x;
	background-position: left center;
	padding: 0;
	line-height: .2em;
	clear: both;
	margin: 0;
}

.flagarray
{
	background-color: inherit;
	margin: 0;
	padding: .5em 0 0 0em;
	font-size: inherit;
	line-height: 1em;
	text-align: center;
}

#content td ul, #contentwide td ul
{
	background-color: inherit;
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 0em;
	font-size: inherit;
	line-height: 1.4em;
}

#content td ol, #contentwide td ol
{
	margin: 0;
	padding: 0 0 0 1em;
	font-size: inherit;
	line-height: 1.4em;
}

#content td li, #contentwide td li
{
	padding-left: 1.5em;
	background-image: url(../gfx/dev/block.gif);
	background-repeat: no-repeat;
	background-position: 0 .2em;
	font-size: inherit;

}
#content td li, #contentwide td li a
{
	font-size: inherit;
}

#content td ul a, #contentwide td ul a
{
	font-size: inherit;
}

