/* GENERAL EDITIOR STYLES
-------------------------------*/
a, a:visited{
}
	a:hover{
	}
h1{
}
h2{
}
h3{
}
h4{
}
h5{
}

blockquote{
}

ul{
}
	ul li{
	}
ol{
}

img{
}

legend{
}
form fieldset label{
}
form .buttons .submit{
}


/* GENERAL LAYOUT STYLES
-------------------------------*/
body{
}
	#wrap{
	}
		#header{
			background:url(../images/header_bg.jpg) 0 0 no-repeat;
			height:200px;
		}
			#logo{
			}
			#search{
			}
		#content{
		}
			#main{
			}
				#crumbs{
				}
					#list{
					}
						#list a, #list a:visited{
						}
						#list a:hover{
						}
					#email{
					}
						#email a, #email a:link, #email a:active, #email a:visited{
						}
						#email a:hover{
						}
					#print{
					}
						#print a, #print a:link, #print a:active, #print a:visited{
						}
						#print a:hover{
						}
				#pagetitle{
				}
					#pagetitle h1{
					}
				#modules{
				}
				#sub{
				}
				#local{
				}
					#local li a{
					}
					#local li a:hover, #local li.selected a{
					}
					#local ul ul{
					}
					#local li li{
					}
						#local li li a{
						}
							#local li li a:hover, #local li li.selected a{
							}
				#nav{
				}
					#wrapper{
					}
						#wrapper h3{
						}
						#wrapper ul{
						}
							#wrapper ul li{
							}
								#wrapper ul li a{
								}
							#wrapper ul li.selected{
							}
								#wrapper ul li.selected a{
								}
		#footer{
		}
			#footer p.copyright{
			}
				#footer p.copyright span{
				}
			#footer p.poweredby{
			}
				#footer p.poweredby a, #footer p.poweredby a:link, #footer p.poweredby a:active, #footer p.poweredby a:visited{
				}
	#extra1{}
	#extra2{}

/* VERY BASIC CSS
-------------------------------*/
/**/
body{background-color:#EFEFEF;}
#wrap{background-color:#D9D9D9;border:1px solid #FFCC66;}
#nav{background-color:#FFCC66;}
#nav li a,#nav li.selected li a,#nav li li a{background:#FFCC66;color:#ffffff;}
#nav li a:hover,#nav li.selected a,#nav li li a:hover{background:#FFE572;color:#000000;}
#local li a{background:#FFCC66;color:#FFFFFF;}
#local li a:hover,#local li.selected a{background:#FFE572;color:#000000;}
#local li.selected li a{background:#211c73;}
#local li.selected li a:hover, #local li li.selected a{background:#000000;color:#ffffff;}
#footer{background:#FFCC66;color:#ffffff;}
/**/

#p1 #pagetitle{
	display:none;
}

.fckeditor{
	background:#FFF;
	margin:0;
	padding:0;
}