/* CSS Document */

body {
	/*background-color: #6699FF;*/
	background-image:url(library/background_icons.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	margin: 10px 10px 10px 10px;
	}
	
h1 {
	color:#ffffff;
	background:#ff3399;
	font-size:16px;
	font-style:italic;
	}
	
h2 {
	color:#ffffff;
	font-size:16px;
	font-style:italic;
	}
	
h3 {
	color: #FF0066;
	font-size: 1.3em;
	}	
		
a {
	text-decoration: none;
	color: #f68426;
	}

a:hover {
	text-decoration: underline;
	color: #FF0099;
	}
		
#top {
	margin: 0px auto 0px auto;
	padding: 5px 0 0 0;
	width: 675px;
	height: 42px;
	background-image:url(library/images/head_top.gif);
	background-repeat:no-repeat;
	background-position: bottom;
	}
	
#top p #{
	font-size:10px;
	margin: 5px 5px 5px 5px;
	}
	
#toptabs {
	margin: 5px 10px 2px 0px;
	padding: 2px 4px 10px 4px
	font-size: 0.8em;
	width: 665px;
	float:right;
	}

#toptabs p {
	text-align: right;
	color: #808080;
	}

.toptab {
	padding: 2px 4px 2px 4px;
	margin: 0 2px 5px 2px;
	text-decoration: none;
	background: #D7EBFF url(library/images/corner2.gif) top right no-repeat;
	color: #808080;
	border-bottom: 1px solid #e0e0e0;
	float:right;
	}	

.toptab:hover {
	background: #FFD65B url(images/corner2.gif) top right no-repeat;
	border-bottom: 1px solid #eaeaea;
	color: #505050;
	text-decoration: none;
	}
		
#container {
	margin: 0 auto 0px auto;
	width: 675px;
	/*background:#ffffff;*/
	}
		
#banner {
	margin: 0 0px 0px 0px;
	width: 670px;
	padding: 0px 0px 0px 5px;
	/*background:url(library/bk_head.gif) repeat-y;*/
	background:#ffffff url(library/images/head_bkgd.gif) repeat-y;
	border-bottom: thin solid #f76119;
	}
	
#body {
	width: 675px;
	float:left;
	margin: 0px px 0px 0px;
	padding: 10px 0px 10px 0px;
	background:#ffffff url(library/images/head_bkgd.gif) repeat-y;
	}
	
#main {
	width: 453px;
	float:left;
	margin: 0px 0px 10px 0px;
	padding: 0px 10px 0 10px;
	border-right: thin solid #f76119;
	min-height:600px;
	}

#side {
	width: 200px;
	float:right;
	/*border-left: thin solid #f76119;*/
	padding: 0 0px 0 0px;
	}	
	

#side p {
	background:transparent url(library/images/side_bot.gif) no-repeat;
	margin: 0 5px 0px auto;
	padding: 0px 10px 15px 15px;
	background-position:bottom right;
	}	

#footer {
	margin: 0 auto 0px auto;
	float:left;
	text-align:center;
	width: 675px;
	padding: px 0px 0px 0px;
	border-top: thin solid #f76119;
	background:#ffffff url(library/images/head_bkgd.gif) repeat-y;
	}
		
#end {
	margin: px auto 0px auto;
	width: 675px;
	height: 45px;
	background:#6699ff url(library/images/foot_bkgd.gif) no-repeat;
	background-position: bottom;
	}

h5 {
	margin: 5px 5px 0px auto;
	padding: 10px 10px 10px 15px;
	font-size:1em;
	color:#FF6600;
	font-style:italic;
	}
	
.title {
	font-size: 1.1em;
	font-weight: bold;
	color:#ff6600;
	}
	
.title2 {
	font-weight:bold;
	color:#ff6600;
	}
	
.cap {
	font-weight:bold;
	}
	
.label {
	color:#ff0099;
	font-weight:bold;
	font-size:.9em;
	}
	
.footer {
	font-size:.85em;
	}
	
.desc {
	font-size:.95em;
	}

.minorhead {
	font-weight:bold;
	font-size:.85em;
	}
	
.datehead {
	margin: 0 0 20px 0;
	color: #ff0099;
	font-size: 1.3em;
	font-weight: bolder;
	}
	
.minordates {
	font-weight:bold;
	font-size:.8em;
	}

