/* Original CSS File (c) 2005 Ben Hunt */
/* Scratch Media - Released under Creative Commons License */
/* http://creativecommons.org/licenses/by-nc-sa/2.0/ */
/* Edited version for Sandra Bullock Central by Christoph S. (c) 2007 */
/* Date Modified May 9th, 2007 */
/* Compatible with Opera 9.2, Firefox 2.x and Internet Explorer 6.x, 7.x */

/* GENERAL CSS */
body {
	background-color:#e9eaea;
	background-image:url(/images/page_bg.gif);
	background-repeat:repeat-x;
	color:#0f253f;
	font-family:verdana,arial,helvetica,sans-serif;
	font-size:85%;
	margin:0px 0px 12px 0px;
	padding-top:8px;
}
img {
	border:none;
}
p {
	margin-bottom:10px;
	margin-left:8px;
	margin-top:6px;
	padding-right:5px;
	line-height:1.4em;
}

/* LAYERS */
#pagename {
	margin-left:5%;
	margin-right:25%;
}
.topnav {
	margin-top:12px;
	text-align:left;
}
.image {
	margin-bottom:10px;
	margin-left:8px;
	margin-top:6px;
	padding-right:5px;
	line-height:1.4em;
}
#divmain {
	width:718px;
}
#content {
	background-image:url(/images/content_bg.gif);
	background-repeat:repeat-y;
	text-align:left;
}
.divlogo {
	width:472px;
	height:126px;
	border-bottom:1px solid #e0e0e0;
	background-image:url(/images/content_left_bg.gif);
	background-repeat:repeat-y;
	margin-bottom:6px;
}
#divright {
	float:right;
	width:227px;
}
.introblock {
	background-color:#dcdce9;
	border:1px solid #999;
	color:inherit;
	margin-top:1px;
	padding:5px;
}
.pagecontent {
	width:462px;
}

/* RIGHT MENU CSS */
.contentnav {
	background-image:url(/images/content_nav_bg.gif);
	background-repeat:repeat-y;
	float:right;
	width:227px;
}.contentnavalt {
	float:right;
	width:227px;
}
.contentnavhead {
	height:22px;
	margin-bottom:5px;
}
.contentnavtitle {
	background-color:#e4e4ec;
	color:inherit;
	font-size:.9em;
	margin:0px 15px 0px 3px;
	padding:5px 0px 4px 6px;
	text-align:left;
}
.contentnavlinks {
	padding-right:15px;
	text-align:left;
}
.navfirst {
	padding:1px 5px 3px 8px;
}
.navsecond {
	padding:1px 5px 3px 25px;
}

/* MISC CSS */
.divlogomargin {
	margin-left:12px;
	margin-right:7px;
}
.pagecontentpadding {
	padding-left:16px;
	padding-right:11px;
}
#topandold {
	text-align:right;
	width:690px;
	margin-top:10px;
	margin-bottom:0;
}
.marginright {
	margin-right:25px;
}
#graphicfooter {
	margin-top:25px;
}
.news {
	padding-right:6px;
}
#googlebox {
	padding-top:10px;
	padding-right:0px;
}
#affiliates {
	padding-left:8px;
	padding-top:8px;
	font-size:0.8em;
	width:220px;
}

/* FONT TYPE, SIZE ETC. */
.date {
	background-color:inherit;
	color:#e46d0a;
	font-size:.8em;
	font-weight:bold;
	margin:14px 0px 3px 8px;
}
.update {
	font-size:.9em;
}
.navfirst, .navsecond {
	border-bottom:1px solid #eee;
	display:block;
	font-size:.8em;
	line-height:1.2em;
	margin:2px 2px 0px 2px;
}
#copyright {
	font-size:.8em;
	margin:12px;
	width:600px;
}
h1 {
	color:#000;
	background-color:inherit;
	font-size:1.1em;
	margin:6px 0px 8px 8px;
	line-height:1.4em;
}
h2 {
	color:#000;
	background-color:inherit;
	font-size:1em;
	margin:6px 0px 8px 8px;
	line-height:1.4em;
}
h3 {
	color:#000;
	background-color:inherit;
	font-size:.9em;
	margin:6px 0px 8px 8px;
	line-height:1.4em;
}

/* LINK COLOR MANAGEMENT */
.quicknew {color:#ea0064;background-color:inherit;}
.quickvisited {color:#ff5596;background-color:inherit;}
.image a:hover {
	border:none;
}
a {
	background-color:inherit;
	text-decoration:none;
	color:#ea0064;
}
/*p a {
	border-bottom:1px dotted #ea0064;*/ /* removed */
/*}*/
a:visited {
	background-color:inherit;
	color:#ff5596;
}
.contentnav a:visited {
	background-color:inherit;
	color:#ff5596;
}
a:hover, .contentnav a:hover {
	background-color:inherit;
	border-bottom:1px solid #9c0043;
	color:#9c0043;
	text-decoration:none;
}
.newwin:hover {
	background:url(/images/new_win_on.gif) no-repeat;
	background-position:top right;
}
.newwin {
	background:url(/images/new_win.gif) no-repeat;
	background-position:top right;
	padding-right:12px;
}

/* DEBUG CODE TO FIX FIREFOX ERRORS */
/*#operafix {
	float:left;
}*/
.topnav a {
	border:0px;
}
