* {
margin: 0;
padding:0;	
}

body {
	font-family:arial;
	font-size:.75em;
	width:100%;
	height:100%;
	margin:0px;
	background-color:#4C145E;		
}

form{
	border:0px;
	margin:0px;
	padding:0px;
}

div{
	border:0px;
	margin:0px;
	padding:0px;
}

h3{
	font-size:12px;
	border-top:1px;
	margin: 11px 0px 5px 10px;
	line-height:0px;
}

h1.bulletin{
	color:#4C145E;
	text-align:center;
	vertical-align:top;
	font-size:2.0em;
	}

a{
	display:inline;
}

#header{
	width:1000px;
	margin: 0px auto 0px auto;
	height:98px;
	background-repeat: repeat-x;
	background-image : url(images/logo_m.gif);
	background-position: top left;
}
#header div {

	background-repeat: no-repeat;
	background-image : url(images/logo_r.gif);
	background-position: top right;
}
#header div div {
	background-repeat: no-repeat;
	background-image : url(images/logo_l.gif);
	background-position: top left;
}

#main{
	width:1000px;
	margin: 0px auto 0px auto;
	background-color:#F1C66D;
	clear:both;
}
#main-l{
	background-repeat: repeat-y;
	background-image : url(images/main_l.gif);
	background-position: top left;
}
#main-r{

	background-repeat: repeat-y;
	background-image : url(images/main_r.gif);
	background-position: top right;
}
#main-b{

	background-repeat: repeat-x;
	background-image : url(images/main_b.gif);
	background-position: bottom left;
}
#main-tl{
	background-repeat: no-repeat;
	background-image : url(images/main_tl.gif);
	background-position: top left;
}
#main-tr{
	background-repeat: no-repeat;
	background-image : url(images/main_tr.gif);
	background-position: top right;
}
#main-bl{
	background-repeat: no-repeat;
	background-image : url(images/main_bl.gif);
	background-position: bottom left;
}
#main-br{	
	background-repeat: no-repeat;
	background-image : url(images/main_br.gif);
	background-position: bottom right;
}

.sharpie_b{
	float:left; 
	background-color:white;
	background-repeat: repeat-x;
	background-image : url(images/purplesharpie_b.gif);
	background-position: bottom left;
}
.sharpie_r {
	float:left; 
	background-repeat: repeat-y;
	background-image : url(images/purplesharpie_r.gif);
	background-position: bottom right;
}
.sharpie_t {
	float:left; 
	background-repeat: repeat-x;
	background-image : url(images/purplesharpie_t.gif);
	background-position: top right;
}
.sharpie_l{
	float:left; 
	background-repeat: repeat-y;
	background-image : url(images/purplesharpie_l.gif);
	background-position: top left;
}
.sharpie_tr{
	float:left; 
	background-repeat: no-repeat;
	background-image : url(images/purplesharpie_tr.gif);
	background-position: top right;
}
.sharpie_br{
	float:left; 
	background-repeat: no-repeat;
	background-image : url(images/purplesharpie_br.gif);
	background-position: bottom right;
}
.sharpie_bl{
	float:left; 
	background-repeat: no-repeat;
	background-image : url(images/purplesharpie_bl.gif);
	background-position: bottom left;
}
.sharpie_tl{
	float:left; 
	background-repeat: no-repeat;
	background-image : url(images/purplesharpie_tl.gif);
	background-position: top left;
}

.p_item{
	background-image:url(images/purple_topgrad.gif);
	background-repeat:repeat-x;
	border:1px solid #4C145E;
	background-color:white;
	margin:5px;
	clear:both;
}

.item{
background-image:url(images/gold_topgrad.gif);
background-repeat:repeat-x;
border:1px solid #4C145E;
background-color:white;
margin:5px;
line-height:1.1;
}

p {
	font-size:1.2em;
	margin:10px;
}


div.container{
	padding:20px;
	float:left;
	overflow:hidden;
	line-height:1.1;
}

.plain{
	background:none;
}

.t-row{
	border:none;
	height:15px;
}

.t-row a{
	height:15px;
	font-size:.90em;
	padding:0px;
	border:none;
	margin:0px;
}

.t-cell:hover{
	background-color:#efdeb6;
	cursor:pointer;	
}

.t-cell{
	margin:1px;
	height :20px;
	border:none;
	padding:2px;
	text-align:left;
	background-color:#dddddd;
	color:black;
}

.t-columnhead{
	font-weight:600;
	height :1.5em;
	margin:1px ;
	border:none;
	padding:2px;
	text-align:center;
	width:100px;
	background-color:#4C145E;
	color:white;
}

.t-columnhead a{
	font-family:arial;
	font-size:1em;
	color:white;
	text-decoration: none;
}



 ul.menu{
	border:0px;
	margin:15px 0px 0px 0px;
	padding:0px;
	list-style:none inside none;
}

 li.menu{
	font-weight:600;
	background-color:#4C145E;
	color:#ffffff;
	cursor:pointer;
}
.menu a{
		text-decoration: none;
		color:blue;
}
.menu a:hover{	
	background-color:#4C145E;
	color:#ffff00;	
	cursor:pointer;
	text-decoration:underline;
}

.menu a:active{
	background-color:#4C145E;
	color:#ffffff;
}

.pagenav{
	font-weight:600;
	height :1.5em;
	margin:1px ;
	border:none;
	padding:2px;
	text-align:center;
	width:100px;
	background-color: #4C145E;
	color:white;
	list-style:none;
}

.pagenav a{
	color:#ffffff;
	text-decoration:none;
}
.pagenav a:visited{
	text-decoration:none;
	color:#ffffff;
}
.pagenav a:hover{
	color:yellow;
	text-decoration:underline;
}
.pagenav a:active{
	color:#ffffff;
	text-decoration:underline;
}

img {
	border:0px;
	margin:0px;
	padding:0px;
}

.mainmenu{
list-style:none inside none;
border-width: 0px;
border-style:none;
padding:0px 0px 0px 0px;
font-size:24px;
line-height:60px;
vertical-align: middle;
}

.mainmenu a{
color: #404020;
list-style:none inside none;
border-width: 0px;
border-style:none;
padding:0px 0px 0px 0px;
font-size:24px;
line-height:60px;
vertical-align: middle;
text-decoration:none;
}

.mainmenu a:hover{
list-style:none inside none;
background-color: #fac9b2;
background-image: url(mbfader.bmp);
background-repeat: repeat-y;
background-position: center right;
color: #808040;
line-height:60px;
}

td{
height:30px;
}

.cpl{
	width:40px;
	margin:0px;
	padding:0px;
	background-color:white;
	border:0px;
	list-style:none inside none;
	list-style-position: inside;
}

ul.button {
	font-size:10pt;
}

.button {
	font-size:10pt;
	margin: 5px;
	border: 1px solid;
	background-color:#9627BA;
	border-color:#DBA8EC #4C145E #4C145E #DBA8EC;
	color:#ffffff;
	cursor:pointer;
	padding:5px;
	display:block;
	text-align:center;
}

.button:hover {
	background-color:#efdeb6;
	border: 1px solid;
	border-color:#DBA8EC #4C145E #4C145E #DBA8EC;
	color:#4C145E;
}

.button:active {
	background-color:#efdeb6;
	border: 1px solid;
	border-color:#4C145E #DBA8EC #DBA8EC #4C145E;
	color:#ffffff;
}

a.button {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:white;
	text-decoration:none;
}

a.button:link {color:white;text-decoration:none;} /* unvisited link */
a.button:visited {color:white;text-decoration:none;} /* visited link */
a.button:hover {color:white;background-color:#efdeb6;} /* mouse over link */
a.button:active {color:white;text-decoration:none;} /* selected link */

ul{
	font-size:14pt;
}

div.refpanel{
	width:250px;
	height:100px;
	border: 2px solid white;
	margin-left:auto;
	margin-right:auto;
}

div.refpanel:hover{
	border: 2px solid #9627BA;
}

.bigquote{
	font-size:1.5em;
	font-weight:600;
	margin-top:10px;
	padding-left:40px;
	background-image:url(../../images/blockquote.gif);
	background-repeat: no-repeat;
	background-position: top left;
	float:left;
	
}

.bigquote div{
	padding-right:40px;
	background-image:url(../../images/blockquoteinv.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	
	
}

.error {
	border:2px solid red;
	margin: 10px;
	padding: 10px;
	background-color: yellow;
	
}

.footer{

}
