
div
{
		text-align: left;
}


.mainDiv
{
	text-align: center;
	margin-left:auto;
	margin-right:auto;
	width:706px;

}

.mainHeader
{
	width: 704px;
}

.mainContent
{
	width: 704px;
}

.contentBody
{
	text-align: left;
}

.mainFooter
{
	width: 704px;
}

.featuredinfobox
{
	width: 183px;
}

.columnleft
{
	float: left;
}

.columnright
{
	margin-left: 188px;
}


/* shows a visual seperation */
.dashedline
{
    border-bottom: 1px dotted #CCCCCC;
    padding-top: 10px;
    margin-top: 10px;
    clear:right;
}

.dashedline2
{
    border-top: 1px dotted #CCCCCC;
    padding-top: 15px;
    margin-top: 10px;
    clear:right;
}

/* value column */
.formvalue
{
    vertical-align: top;
}

.txtfield
{
    width:300px;
}

.txtblock
{
    width:300px;
}


/************************************************************************
* 
*Contacts
*
************************************************************************/
.contactposition
{
	font-weight: bold;
	padding-bottom: 2px;
	padding-top: 15px;
}
.contactname
{
	padding-bottom: 2px;
}
.contactphone
{}


/************************************************************************
* 
* Bulletin List functionality
*
************************************************************************/
.bulletinitem
{
}

.bulletinimage
{
	float: left;
	padding-right: 5px;
}

.bulletintitle
{
	font-weight: bold;
	padding-bottom: 5px;
}

.bulletintitle a
{
	font-size: 12px;
}

.bulletindescription
{
	font-size: 12px;
}

.bulletindescription a
{
}

.bulletindate
{
	font-size: 9px;
	padding-bottom: 10px;
}



/************************************************************************
* 
* Announement List functionality
*
************************************************************************/
.rightblock
{
	padding: 5px;
    margin-bottom: 10px;
    width: 485px;	
}


.rightblock h3
{
    font-size: 14px;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
    display: block;
}

.rightblock h2
{
	font-size: 16px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	color: #000000;
	display: block;
}

.listitem
{
    margin:0px 0px 0px 0px;
    width:100%;
}

.readmore
{
	color: #0000ff;
	font-weight: bold;
	text-decoration: underline;
}

.postdate
{
	font-size: 10px;	
	margin: 0px;
	padding: 0px;
}

/* floats the thumbnail off to the right */
.thumbnail
{
    float: right;
    margin: 0 0 0 5px;
}

/* A full width block on the page */

.fullwidth, #loginbanner
{
    border: 1px solid #f5f5f5;
    width: 672px;
    margin-right: auto;
    margin-left: auto;
    background: url(images/background_fullwidth.jpg) repeat-y;
    margin-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: left;
}
.masstime
{
	font-size: 12px;
}

/* for the login block
    picks up most of its properties from .fullwidth */

#loginbanner
{
  padding-bottom: 0px;
}

/* Goes around controls that need to be presented as a block of functionality  */
.controlblock
{
    border: 1px solid #f5f5f5;
    padding: 3px;
    margin: 2px 0 5px 0;
    vertical-align: top;
}

/************************************************************************
* 
* Next / previous specific formatting 
*
************************************************************************/

.nextlink
{
	/*position: absolute;
	right: 50px;
	padding-right: 15px;*/
	float:right;
}

/************************************************************************
* 
* List type pages
*
************************************************************************/

/* represents each item in a vertical list */
.listitem
{
    margin:0px 0px 0px 0px;
    width:490px;
}

.listitem h3
{
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	display: block;
	color: #000000;
}

.newstitle
{
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	display: block;
	color: #000000;
}

.newstitlelarge
{
	font-size: 16px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	display: block;
	color: #000000;
}

.newsdescriptionXXXX
{
	font-size: 12px;
	line-height: 14px;
}

.newsdescription
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: #827668;
    line-height: 18px;
    text-align: left;
}

/* surrounds the buttons for list items */
.editbuttons
{
    padding-top: 6px;
}

/* floats the thumbnail off to the right */
.thumbnail
{
    float: right;
    margin: 0 0 0 5px;
}

/*used to clear the float for the thumbnail */
.clearlist
{
    clear:right;
    margin:0;
    padding:0;
    height: 0px;
    font-size:0px;
    line-height:0px;
}

/* Used by the page number control */
.PageNumbers
{
    display:inline;
}

.PageNumbers span
{
    padding-left: 3px;
}

.newscrumbs a
{
    font-weight: bold;
    padding-right: 2px;
}

/* Used in the two column lists */

.membercard
{
    background-color: #FEFEB1;
    border: 1px solid #E8DCA3;
    padding: 10px;
    margin-bottom: 10px;
    width: 198px;
}

.clearcard
{
    clear:left;
    height:0;
    margin:0;
    padding:0;
}

#membercardcolumnleft
{
    float: left;
    position: relative;
}
#membercardcolumnright
{
    margin-left: 226px;
}
.membercard p
{
    margin: 5px;
}

/************************************************************************
* 
* Compact Event list
*
************************************************************************/


/* define event grid view columns */
/* todo: use or remove */

.eventlistdate
{
    padding-right: 4px;
}
.eventlisticon
{
    text-align: center;
}
.eventlisttime
{
    text-align: center;
    width: 95px;
}
.eventlistevent
{
    font-weight: bold;
}
.eventlistlocation
{
    /* no styles needed at this time */
}
.eventlist td
{
    padding-bottom: 4px;
}

/*
.eventlist, .eventlist td, .eventlist tr
{
    border-style:none;
}
*/


/************************************************************************
* 
* Rollover buttons
*
************************************************************************/

.buttonsmall, .buttonsmall-ovr
{
    background: url(images/background_button_small.gif) repeat-x;
    border: none;
    color: #FFFFFF;
    height: 22px;
    font-weight: normal;
    font-size: 9px;
    padding-bottom: 9px;
    padding-left: 3px;
    padding-right: 3px;
    cursor: pointer;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
.buttonsmall-ovr
{
    text-decoration: underline;
    background: url(images/background_button_small-ovr.gif) repeat-x;
}



/************************************************************************
* 
* Image functionality
*
************************************************************************/

.photo
{
	padding: 5px;
	border-right: #c0c0c0 1px solid;
	border-top: #c0c0c0 1px solid;
	border-left: #c0c0c0 1px solid;
	border-bottom: #c0c0c0 1px solid;
}

.picture
{
    border: solid 1px #E8DCA3;
    padding: 5px;
    margin: 5px;  
}

/************************************************************************
* 
* Calendar specific formatting 
*
************************************************************************/

/* Surrounds the calendar */
.eventmonth
{
    border: 1px solid #f5f5f5;
    /*width: 694px;*/
    width: 672px;
    margin-right: auto;
    margin-left: auto;
    background: #FEFFAB url(images/background_fullwidth.jpg) repeat-y;
    margin-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    text-align: center;
}

/* used as the cssclass of the actual calendar */
.eventmonthtable
{
    /*width: 694px;*/
    width: 672px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    margin-bottom: 15px;
    border: 1px solid #f5f5f5;
    border-collapse:collapse;
}


.dayNumber
{
    float: right;
    border-bottom: 1px solid #C7C272;
    border-left: 1px solid #C7C272;
    clear: none;
    padding: 2px;
}


.calcurrentmonth
{
    /* no styles needed at this time */
}
.calothermonth
{
	background-color: #b0c4de;
}
.calcurrentday
{
    background-color: #FFFFC1;
}
.calweekend
{
	background-color: #e6e6fa; /*  width: 15%; */
}

.calcurrentmonth, .calcurrentmonth, .calothermonth, .calcurrentday, .calweekend
{
	text-align: left;
	height: 60px;
	vertical-align: top; /* needed for positioning the dayNumber part */
	position: relative;
	border-collapse: separate;
	border-spacing: 5px;
	border-right: #a9a9a9 1px solid;
	border-top: #a9a9a9 1px solid;
	border-left: #a9a9a9 1px solid;
	border-bottom: #a9a9a9 1px solid;
}


/************************************************************************/


.announcementpost
{
	border-bottom: #dcdcdc 1px dotted;
	width: 95%;
}

.announcementtitle
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	line-height: 20px;
	text-align: left;
}

.announcementbody
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 12px;
	line-height: 20px;
}


.announcementbyline
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #c0c0c0;
	line-height: 11px;
	text-align: left;
}

.announcementblurb
{
	text-align: left;
	font-size: 11px;
	font-weight: bold;
	color: #696969;
}



.announcementcontent
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: #827668;
    line-height: 18px;
    text-align: left;
}

.tablefullheight
{
	height: 100%;
}

.infoboxitem
{
	font-size: 11px;
	color: #808080;
	line-height: 20px;
	font-family: Verdana;
	margin-left: 25px;
	list-style-type: square;
}


.infoboxtable
{
	border-right: #999999 1px dotted;
	border-top: #999999 1px dotted;
	border-left: #999999 1px dotted;
	border-bottom: #999999 1px dotted;
	background-color: #ffffff;
	height: 125px;
	text-align: left;
}

.infoboxtableheader
{
	border-right: #999999 1px dotted;
	border-top: #999999 1px dotted;
	border-left: #999999 1px dotted;
	font-weight: bold;
	font-size: 10px;
	color: #ffffff;
	font-family: Verdana;
	text-align: left;
	background-color: #c0c0c0;
}

.infoboxtitle
{
	color: #ffffff;
}

.infoboxfooter
{
	font-weight: bold;
	font-size: 10px;
	color: #6495ed;
	font-family: Verdana;
}


.infoboxtablefooter
{
	border-right: #999999 1px dotted;
    border-left: #999999 1px dotted;
    border-bottom: #999999 1px dotted;
	
}

body
{
	margin: 0px;
	padding-top: 17px;
	background-color: #ffffff;
	font-family: tahoma;
	font-size: 11px;
	color: #737373;
	vertical-align: top;
	line-height:11px;
}



td,th {
	font-family: tahoma;
	font-size: 11px;
	color: #737373;
	vertical-align: top;
	line-height:11px;
}
img
{
	border: 0;
	text-align: left;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
}
a {
	font-family: tahoma;
	font-size: 11px;	
	color: #4F4F4F;		
	text-decoration: none;
}
a:visited {
	color: #4F4F4F;
	text-decoration: none;
}
a:hover {
	color: #4F4F4F;
	text-decoration: none;
}
a:active {
	color: #4F4F4F;	
	text-decoration: none;
}
.style-s
{
    color: #737373;
    text-align: left;
}
.top {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #827668;
	line-height:18px;
	text-decoration: none
}
a.top  {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #827668;
	text-decoration: none;
	line-height:18px;
}
a.top:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #A2270B;
	text-decoration: none;

}
.bodytext
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #827668;
	text-align: left;
}
a.bodytext {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #827668;
	text-decoration: none;
}
a.bodytext:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #A2270B;
	text-decoration: none;

}
.bodytext1
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: #827668;
    line-height: 18px;
    text-align: left;
}
a.bodytext1 {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #827668;
	text-decoration: none;
	line-height:14px;
}
a.bodytext1:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #827668;
	text-decoration: underline;

}
a.bodytextt1:visited {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #827668;
}
a.bodytextt1:link {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #827668;
}
a.bodytextt:visited {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #827668;
}
a.bodytextt:link {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #827668;
}
.bodytext2 {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #61574C;
	line-height:18px;
}
a.bodytext2 {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #61574C;
	text-decoration: none;
	line-height:18px;
}
a.bodytext2:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #61574C;
	text-decoration: none;

}
a.bodytextt2:visited {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #61574C;
}
a.bodytextt2:link {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #5A8B91;
}
.submenu {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #205C63;
	text-decoration: none;
}
a.submenu {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #205C63;
	text-decoration: none;
}
a.submenu:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #5A8B91;
	text-decoration: none;
}
.submenu2 {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #837667;
	text-decoration: none;
	line-height:18px;
}
a.submenu2 {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #837667;
	text-decoration: none;
}
a.submenu2:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #837667;
	text-decoration: underline;

}
a.bodytextt2:visited {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #837667;
	text-decoration: none;
}
a.submenu2:link {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #837667;
	text-decoration: none;
}
.inputBox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #D9e2eb;
	border: 1px solid #333333;
}
.headertext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #333333;
}
.tableheadertext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.categories {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
a.categories {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
a.categories:active{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
a.categories:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
a.categories:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: underline;
}
.bottomtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #646464;
	text-decoration: none;
}
a.bottomtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #646464;
	text-decoration: none;
	}
a.bottomtext:active{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #646464;
	text-decoration: none;
}
a.bottomtext:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #646464;
	text-decoration: none;
}
a.bottomtext:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #646464;
	text-decoration: none;
}
.formbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #CCCCCC;
	border: 1px solid #333333;
}
.inventorythumb {


	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
}
.bodytextwhite {


	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
}
.header {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: capitalize;
	color: #990000;
}
.border {
	border: 1px solid #999999;
}
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
	font-variant: normal;

}
.heading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	background-color: #ACACAC;

}
.heading-content {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #666666;
	text-decoration: none;
	font-weight: normal;
	background-color: #F4F4F4;
}
.link {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #827668;
	line-height:18px;
	text-decoration: none
}
a.link  {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #827668;
	text-decoration: none;
	line-height:18px;
}
a.link:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #827668;
	text-decoration: underline;

}

.contactBox {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
