body{
	background-color:#FB79D8;
	background-image: url("rasp_bg_grad.jpg");
	background-repeat: repeat-x;
	background-position:bottom;
	background-attachment:fixed;
	line-height:16px;
	font-family:"verdana", "arial", sans-serif;
	font-size:11px;

}
p, li{
	font-family:"verdana", "arial", sans-serif;
	font-size:1em;
	
}
td{
	border:1px dashed #999;
	font-family:"verdana", "arial", sans-serif;
	font-size:1em;
}
table{
	border-collapse:collapse;
	border:1px solid #666;
}
thead{
	border:1px solid #999;
}
th{
	font-weight:800;
	background-color:#ccc;
}
table.noborder{
	border:none;
}
table.noborder td{
	border:none;
}
.greybg{
	background-color:#ccc;
}
input, textarea{
	border:1px solid #999;
	font-family:"verdana", "arial", sans-serif;
padding:2px;
}
#holder{
	position:absolute;
	width:660px;
	left:50%;
	top:20px;
	margin-left:-330px;
	border:1px solid #A21A7E;
	border-top-width:4px;
	background-color:#ffffff;
	background-image:url("images/content_bg.gif");
	background-repeat: repeat-y;
	margin-bottom:12px;
}
#header{
	position:relative;
	width:100%;
	border-collapse:collapse;
	color:#000000;
	font-size:0.8em;
	line-height:1.2em;
background-color:#ffffff;
}
#header h1{
	font-size:1.1em;
	font-weight:bold;
}
#menu{



}
#rightmargin{
	position:relative;
	float:right;
	width:25%;
	/*background-color:#f5f5ff;
	border-left:1px dashed #333399;*/
	height:100%;
	padding:8px;
	padding-top:20px;
	font-size:11px;
	
}

#rightmargin h2 {
	font-size:1.3em;
	color:#A21A7E;
}
ul{
	list-style-image: url("o_bullet.gif") ;
}
#rightmargin ul{
	margin:4px;
	margin-left:20px;
	padding-left:0px;
}
#rightmargin ul li{
	margin:0px;
	padding:0px;
}
a{
	color:#E05205;
	font-weight:bold;
	text-decoration:none;
}
a:hover{
	color:#A2197D;
	font-weight:bold;
	text-decoration:none;
}
a:active{
	background-color:#eeeeff;
	color:#000066;
	font-weight:bold;
}

#content{
	padding:8px;
	padding-top:20px;
	position:relative;
	float:left;
	height:100%;
width:70%;


}
#contentholder{
	/*position:relative;
	height:100%;
	font-size:1em;
	background-image:url("images/content_bg.gif");
	background-repeat: repeat-y;
background-color:#cc0;*/

}

h1{
	font-size:1.5em;
	color:#A21A7E;
	margin-bottom:-4px;
}

h2{
	font-size:1.3em;
	color:#A21A7E;
	margin-bottom:-4px;
}
dl{
	margin:12px;
}
dt{
	font-size:1.2em;
	font-weight:bold;
}
dd{
	margin-bottom:12px;
}
.formdownload{
	border:1px dashed #999;
	margin:12px;
	padding:8px;
	float:left;
	width:150px;
}
#content hr{
	size:1;
width:300px;
	color:#3366cc;
clear:both;
}
.formdownload h3{
	margin:-8px;
	font-size:1.1em;
	font-weight:bold;
	background:#3366cc;
	color:#fff;
	pading:8px;
}

/* Menu CSS */

#menu ul{
	border:none;
	border: 0;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: center;
	clear: left;
}
#menu ul li {
	display: block;
	float: left;
	text-align: center;
	padding: 0px;
	margin: 0px;
	}
#menu ul li a {
	background: #f5f5ff;
	background-image:url("images/link_gradient_norm.gif");
	background-repeat: repeat-x;
	background-position:bottom;
	height: 2em;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-right: none;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	color: #E05205;
	text-decoration: none;
	display: block;
	text-align: center;
	font-weight: normal;
	letter-spacing: 1px;
	line-height: 2em;
	font-size:    xx-small;      
	voice-family: "\"}\"";   
	voice-family: inherit;   
	font-size:    x-small;   
	}
#menu ul li a:hover {
	color: #fff;
	background: #339;
	background-image:url("images/link_gradient.gif");
	background-repeat: repeat-x;
	background-position:bottom;
	}
#menu ul li a.current{
	background: #66c;
	color:#fff;
}

.newsstory{
	padding:8px;
	margin:8px;
	border-bottom:1px dashed #aaaaaa;
}
.newsstory h2{
	font-size:1.2em;
}
.newsstory h3{
	font-size:1.1em;
	color:#000000;
	font-weight:bold;
}
.bigbold{
	font-size:1.2em;
	font-weight:bold;
line-height:1.4em;
}
.toplink{

padding:4px;border:1px solid #eeeeff;margin:4px;font-size:0.9em;background-color:#dde;float:right;
}

/*blockquote p:before{
	font-family:"Times New Roman", Times, serif;
	margin-left:-12px;
	line-height:0.4em;
	font-size: 1.8em;
	color:#999;
	font-weight:800;
	content:"“"
}
blockquote p:after{
	font-family:"Times New Roman", Times, serif;
	line-height:0.4em;
	font-size: 1.8em;
	color:#999;
	font-weight:800;
	content:"”";
}*/