body,
html {
     font: normal .9em Arial;
     margin:0;
     padding:0;
     background:#ffffff;
     color:#000;
    }
body {
    min-width:750px;
    //background: url("back1.gif") fixed;
	background: #99ccff;
	}

.skipLinks {display: none;}
/*****Structure Divs ****************/
#wrap {
    background:#FFFFFF;
    margin:0 auto;
    width:900px;
	border: 5px solid #003399;
	}
#yahooframe {
    position: absolute;
    zindex: 10;
    top: 155px;
    width: 895px;
}

#masthead {
    background:#fff;
    }

#user_content { /*main*/
    background:#FFFFFF;
    float:left;
    width:700px;
    min-height: 500px;
    margin-left: 5px;
    font: normal 1em Arial;
    }
#introcontent {
    background:#FFFFFF;
    position: absolute;
    top: 200px;
    left: 200px;

    padding: 20px 20px 20px 20px;
    font: normal 1em Arial;
}
#sidebar {
    padding-left: 5px;
    background:#FFFFFF;
    float:right;
    font: normal 0.8em Arial;
    width:170px;
    border-left: solid 1px #630;
    overflow: visible;

    }
#leftcontent {
    padding-left: 5px;
    background:#FFFFFF;
    float:left;
    min-height: 500px;
    width:170px;
    border-right: solid 1px #630;
    overflow: visible;

    }
#siteInfo { /*footer*/
    background:#FFFFFF;
    clear:both;
    }
#monogramLogo{
	position: relative;
	top: 0px;
	right: 20px;
	z-index: 100;
}
#siteName{
	margin: 0px;
	padding: 0px 0px 8px 0px;
	color: #09f; /*#ffffff;*/
	font-weight: bold;
}


#boxPaper {
	  position:relative;
	  left: 50px;
	  top: 20px;
	margin: 0px;
	padding: 20px 20px 20px 20px;
	color: #630; /*#ffffff;*/
	border: 1px solid #630;
	background-color: #ffffff;
	width: 400px;
}


#searchboxid {
	position: relative;
	text-align: right;
	z-index: 100;
}
/************** header tag styles **************/

h1{
 font: bold 1.4em Arial,sans-serif;
 color: #990033;
 margin: 0px;
 padding: 0px;
}

h2{
 font: bold 1em Arial,sans-serif;
 color: #336600;
 margin: 0px;
 padding: 0px;
}
h2.CatTitle
{
 font: bold 1.3em Arial,sans-serif;
 color: #336600;
 margin: 0px;
 padding-bottom: 10px;
}

h3{
 font: bold 100% Arial,sans-serif;
 color: #990033;
 margin: 0px;
 padding: 0px;
}

h4{
 font: 100% Arial,sans-serif;
 color: #999933;
 margin: 0px;
 padding: 0px;
}

h5{
 font: 80% Arial,sans-serif;
 color: #000000;
 margin: 0px;
 padding: 0px;
}

table, tr, td {
border-collapse: collapse;
vertical-align:top;
}

p.clear {
clear: both;}

/*************** list tag styles ***************/

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

ul.sitemap {padding:0; margin:0; list-style-type: none;}
.sitemap a, .sitemap a:visited {font-size:11px; text-decoration:none; text-indent:5px; }
ul.sitemap ul{
 list-style-type: square;
}

ul.sitemap ul ul{
 list-style-type: disc;
}


/********* form and related tag styles *********/

form {
	margin: 0;
	padding: 0;
}

label{
 font: bold 1em Arial,sans-serif;
 color: #336600;
}
				
input{
font-family: Arial,sans-serif;
}

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/simple_vertical.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

/* Add a margin - for this demo only - and a relative position with a high z-index to make it appear over any element below */
#menu_container {margin:0px 0 0px 0px; position:relative; width:900px; height:25px; z-index:100;}

/* Get rid of the margin, padding and bullets in the unordered lists */
#pmenu, #pmenu ul {padding:0; margin:0; list-style-type: none;}

/* Set up the link size, color and borders */
#pmenu a, #pmenu a:visited {display:block;width:112px; font-size:11px; color:#003; height:25px; line-height:24px; text-decoration:none; text-indent:5px; border:1px solid #000; border-width:1px 0 1px 1px;}

/* Set up the sub level borders */
#pmenu li ul li a, #pmenu li ul li a:visited {border-width:0 1px 1px 1px;}
#pmenu li a.enclose, #pmenu li a.enclose:visited {border-width:1px;}

/* Set up the list items */
#pmenu li {float:left; background:#9cf;}

/* For Non-IE browsers and IE7 */
#pmenu li:hover {position:relative;}
/* Make the hovered list color persist */
#pmenu li:hover > a {background:#09f; color:#c00;}
/* Set up the sublevel lists with a position absolute for flyouts and overrun padding. The transparent gif is for IE to work */
#pmenu li ul {display:none;}
/* For Non-IE and IE7 make the sublevels visible on list hover. This is all it needs */
#pmenu li:hover > ul {display:block; position:absolute; top:-11px; left:80px; padding:10px 30px 30px 30px;  width:120px;}
/* Position the first sub level beneath the top level liinks */
#pmenu > li:hover > ul {left:-30px; top:16px;}

/* get rid of the table */
#pmenu table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:100; font-size:1em;}

/* For IE5.5 and IE6 give the hovered links a position relative and a change of background and foreground color. This is needed to trigger IE to show the sub levels */
* html #pmenu li a:hover {position:relative; background:#09f; color:#fff;}

/* For accessibility of the top level menu when tabbing */
#pmenu li a:active, #pmenu li a:focus {background:#039; color:#c00;}

/* Set up the pointers for the sub level indication */
#pmenu li.fly {background:#9cf url("http://www.cssplay.co.uk/menus/fly.gif") no-repeat right center;}
#pmenu li.drop {background:#9cf url("http://www.cssplay.co.uk/menus/drop.gif") no-repeat right center;}


/* This lot is for IE5.5 and IE6 ONLY and is necessary to make the sublevels appear */

/* change the drop down levels from display:none; to visibility:hidden; */
* html #pmenu li ul {visibility:hidden; display:block; position:absolute; top:-11px; left:80px; padding:10px 30px 30px 30px; }

/* keep the third level+ hidden when you hover on first level link */
#pmenu li a:hover ul ul{
visibility:hidden;
}
/* keep the fourth level+ hidden when you hover on second level link */
#pmenu li a:hover ul a:hover ul ul{
visibility:hidden;
}
/* keep the fifth level hidden when you hover on third level link */
#pmenu li a:hover ul a:hover ul a:hover ul ul{
visibility:hidden;
}
/* keep the sixth level hidden when you hover on fourth level link */
#pmenu li a:hover ul a:hover ul a:hover ul a:hover ul ul {
visibility:hidden;
}

/* make the second level visible when hover on first level link and position it */
#pmenu li a:hover ul {
visibility:visible; left:-30px; top:14px; lef\t:-31px; to\p:15px;
}

/* make the third level visible when you hover over second level link and position it and all further levels */
#pmenu li a:hover ul a:hover ul{ 
visibility:visible; top:-11px; left:80px;
}
/* make the fourth level visible when you hover over third level link */
#pmenu li a:hover ul a:hover ul a:hover ul { 
visibility:visible;
}
/* make the fifth level visible when you hover over fourth level link */
#pmenu li a:hover ul a:hover ul a:hover ul a:hover ul { 
visibility:visible;
}
/* make the sixth level visible when you hover over fifth level link */
#pmenu li a:hover ul a:hover ul a:hover ul a:hover ul a:hover ul { 
visibility:visible;
}
/* If you can see the pattern in the above IE5.5 and IE6 style then you can add as many sub levels as you like */
/************************************End of Nav************************************************************************/

/************Login stuff**********************/
.loginspot
{
 	text-align: right;
	min-width: 640px;
	padding: 4px 0px 0px 10px;
	/*visibility: hidden;*/
	color: #333399;	/*#333399;*/
	font-size: 80%;
}
.loginspot font{
	font-size: 80%;
	color: #333399;	/*#ffffff;*/
}
.loginspot a:link, .subglobalNav a:visited {
	font-size: 80%;
	color: #333399;	/*#ffffff;*/
}

.loginspot a:hover{
	color: #cc3333;	/*#cccccc;*/
}
INPUT.logintext {width: 150px; height: 14px; font: normal 10px Arial;}
INPUT.pwdtext {width: 65px; height: 14px; font: normal 10px Arial;}	
INPUT.loginProcBut { height: 20px; width: 60px; font: normal 10px Arial;  color: #000; background-color: #cc9;}

/***********************************************/

.row  /*usually a div: starts a row in a form*/
{
clear: both;
padding: 2px;
}

.infolabel {  /*label in a form : usually a span*/
  color: #666699;
  float: left;
  text-align: right;
  width: 150px;
  font-family: arial, garamond, sans-serif;
  font-size: 10pt;
  font-variant: normal;
  font-weight: 700;

}
.infolabel a {
text-decoration: none;
}
.info    { /*info in a form : usually a span*/
  color: #000000;
  float: left;
  text-align: left;
  font-family: arial, garamond, sans-serif;
  font-size: 10pt;
  font-variant: normal;
  padding-left: 5px;
}

.right    { /*info in a form : usually a span*/

  float: right;

}
.center    { /*info in a form : usually a span*/
  clear:both;
  text-align: center;

}
.left    { /*info in a form : usually a span*/

  float: left;
}
.questionlabel {  /*label in a form : usually a span*/
  color: #666699;
  text-align: left;
  font-family: arial, garamond, sans-serif;
  font-size: 10pt;
  font-variant: normal;
  font-weight: 700;

}
.infoanswer    { /*info in a form : usually a span*/
  color: #000000;
  float: left;
  text-align: left;
  font-family: arial, garamond, sans-serif;
  font-size: 10pt;
  font-variant: normal;
  padding-left: 50px;
}


/*****************Content Styles**********************?
/* content style file */
/**********************/
/* file: content_style.css */

/*body {background-color: #990033;}*/

a.mastheader:link, a.mastheader:visited{
	color: #990033;
	text-decoration: none;
}

a.mastheader:hover
{
	color: #cc3333;
	text-decoration: underline;
}

a.user_a:link, a.user_a:visited    {
clear:both;
		color: #333399;
	text-decoration: none;



}
a.user_a:hover     { 
clear:both;
		color: #cc3333;
	text-decoration: underline;
	
}

a.user_a:link, a.user_a:visited{
clear:both;
	color: #333399;
	text-decoration: none;
}

a.user_a:hover
{
	color: #cc3333;
	text-decoration: underline;
}

a.user_b:link, a.user_b:visited{
	color: #333399;
	font-size: 80%;
	text-decoration: none;
}

a.user_b:hover
{
	color: #cc3333;
	font-size: 80%;
	text-decoration: underline;
}
 a.breadcrumbs,:link, a.breadcrumbs:visited    {
		color: #333399;
	text-decoration: none;



}
a.breadcrumbs:hover     {
		color: #cc3333;
	text-decoration: underline;
	
}

.user_h1 {color: #990033;
	font: bold 18px Arial;}
.user_h2 {color: #000000;
	font: bold 16px Arial;}
.user_h3 {color: #990033;
	font: bold 16px Arial;}
.user_h4 {color: #999933;
	font: bold 16px Arial;}
.user_h5 {color: #990033;
	font: bold 16px Arial;}

td.fast_menu1
{
	height: 10px;
	width: 150px;
	padding: 0;
}
td.fast_menu2
{
	height: 10px;
	width: 130px;
	padding: 0;
}
td.fast_menu3
{
	height: 10px;
	width: 20px;
	padding: 0;
}
tr.fast_menupad
{
	padding: 0;
}
input.newstitle {width: 400px; height: 15px; font: normal 12px Arial;  color: #333399;}
input.newstext {width: 400px; height: 300px; font: normal 12px Arial;  color: #333399;}
input.newsfile {width: 300px; height: 22px; font: normal 12px Arial;  color: #333399;}
textarea.newstext {width: 400px; height: 300px; font: normal 12px Arial;  color: #333399;}

input.eventtitle {width: 400px; height: 15px; font: normal 12px Arial;  color: #333399;}
input.eventdesc {width: 400px; height: 100px; font: normal 12px Arial;  color: #333399;}
input.eventday {width: 25px; height: 15px; font: normal 12px Arial;  color: #333399;}
input.eventmon {width: 25px; height: 15px; font: normal 12px Arial;  color: #333399;}
input.eventyear {width: 50px; height: 15px; font: normal 12px Arial;  color: #333399;}
textarea.eventdesc {width: 400px; height: 100px; font: normal 12px Arial;  color: #333399;}

/*docsets*/
textarea.docremark {width: 250px; height: 100px; font: normal 12px Arial;  color: #333399;}
input.userquery {width: 20px; height: 20px; font: normal 12px Arial;  color: #333399;}
select.docsclass {width: 250px; height: 22px; font: normal 12px Arial;  color: #333399;}
input.docsnameed {width: 250px; height: 15px; font: normal 12px Arial;  color: #333399;}
input.docsfile {width: 400px; height: 22px; font: normal 12px Arial;  color: #333399;}
select.docsuserlist {width: 250px; height: 200px; font: normal 12px Arial;  color: #333399;}
input.docsupdatebutt {width: 250px; height: 20px; font: normal 12px Arial;  color: #333399;}
input.docsactionbutt {width: 75px; height: 20px; font: normal 12px Arial;  color: #333399;}

input.searchbutton {width: 60px; height: 20px; font: normal 12px Arial;  color: #333399;}

.user_style1 {font-size: 100%}
.user_style1_big     {
	font-size: 100%;	
        	font-variant: small-caps;
	font-size: 1.2em;
	font-weight: bold;
}
.user_style2 {min-height: 200px; height: 200px; padding: 0px 0px 10px 10px;}
.user_style3 {padding: 10px 0px 0px 10px}
.user_style4 {min-height: 200px; height: 200px; padding: 0px 0px 10px 10px;}
.user_style6 {font-size: 100%; color: #004040; }
.user_style7 {font-size: 100%; color: #333333; }
.user_style8 {font-size: 80%; color: #333333; margin: 5px 5px 5px 30px;}
.user_style9 {font-size: 90%; color: #333333; }

.user_back_high {background: #cc9;}
span.nupdate {
   color:#ee0000;
   background-color:#ffff00;
   }
   
.nicelist {
list-style-type: disc;
margin-top: 10px;
}

.formattable {
background: #000;
}

.toptable {
background: #fff;
padding: 5px;
}
.toptablesmaller {
background: #ccc;
padding: 2px;
font-size: 70%;
}
/*action buttons & inputs********************************/
INPUT.actionbutton {height: 20px; width: 60px; font: normal 10px Arial;  color: #333399;}
INPUT.bigactionbutton {height: 20px; width: 100px; font: normal 10px Arial;  color: #333399;}
INPUT.userinputbox {width: 220px; font: normal 12px Arial;  color: #333399;}
SELECT.userselectbox1 {width: 100px; font: normal 12px Arial;  color: #333399;}
SELECT.userselectbox2 {width: 150px; font: normal 12px Arial;  color: #333399;}
SELECT.userselectbox3 {width: 250px; font: normal 12px Arial;  color: #333399;}
SPAN.highlight {color: #990033;}
TEXTAREA.profiletext {height: 200px; width: 220px; font: normal 12px Arial;  color: #333399;}
SELECT.linksselection {width: 220px; height: 200px; font: normal 12px Arial;  color: #333399;}

a.birdlink:link        {font-family: tahoma, arial, helvetica, sans-serif; text-decoration: underline; font-weight: bold; font-size: 10pt; margin-left: 25px; color: #0000a0; }
a.birdlink:active    {font-family: tahoma, arial, helvetica, sans-serif; text-decoration: underline; font-weight: bold; font-size: 10pt; margin-left: 25px; color: #ff8080;}
a.birdlink:hover     {font-family: tahoma, arial, helvetica, sans-serif; text-decoration: underline; font-weight: bold; font-size: 10pt; margin-left: 25px; color: #ff8040; text-decoration: overline; }
a.birdlink:visited   {font-family: tahoma, arial, helvetica,  sans-serif; text-decoration: underline; font-weight: bold; font-size: 10pt; margin-left: 25px; color: #800080;}
.birdoutreview       {font-family: tahoma, arial, helvetica, sans-serif; margin-left: 40px; font-size: 10pt; display: block;}
.birdurlsmall         {font-family: tahoma, arial, helvetica, sans-serif; text-decoration: none; color: #408080; font-weight: normal; font-size: 8pt; text-align: right; margin-right: 15px; display: block;}
.birddate               {font-family: tahoma, arial, helvetica, sans-serif; text-decoration: none; color: #400040; font-weight: normal; font-size: 8pt; text-align: left; margin-left: 40px; display: block;}


