* {padding: 0; margin: 0;}
html {background-color: #ccc;}
body {
	margin:0;
	padding:0;
	border:0;			/* This removes the border around the viewport in old versions of IE */
	width:100%;
	min-width:600px;		/* Minimum width of layout - remove line if not required */
			/* The min-width property does not work in old versions of Internet Explorer */
	font-family: arial, sans-serif;
	font-size: 88%;
	line-height: 1.3em;
	text-align: left;
	}
#container { 
	width: 920px;
	background: #fff;
	margin: 0 auto; 
	text-align: left;
	position: relative;
	overflow: hidden; 
	} 
/*#container,
#max1000 { /* maximum width of 1000px */
	/* max-width hack for IE since it doesn't understand the valid css property */
	/*width: expression(document.body.clientWidth > 1100 ? "1100px" : "95%");  
	max-width: 1100px;
	margin: 0 auto;
	padding: 0;
}	
#container[id],
#max1000[id] {
	width: 95%;
}*/
	
.topbar {background:#333;font-size:.8em;position:relative;}
.topbar a, .topbar a:link, .topbar a:visited, .topbar a:hover, .topbar a:active {
    color: #fff; text-transform:uppercase; text-decoration: none; }
.topbar a:hover {text-decoration: underline;}
.topbar .txt{color:white;position:relative;left:80%;} 
.toppic {position:relative;left:5%;}
.toppic img {padding: 0 0 10px 0;}
.cpic {text-align:center;}

h1 {font-size:1.2em; color:#543cae;font-weight:bold; padding: 10px 0 5px 0; margin: 0 ;}
h2 {font-size: 1em; color:#543cae; font-weight: bold; padding:10px 0 5px 0; margin: 0;}
h3 {font-size: .9 em;  color:#543cae; font-weight: bold; padding:10px 0 5px 0; margin: 0;}
p {padding: 5px 0 ; margin: 0;}

.sbmodule {padding: 20px 0;}
.srvtitle {color:#543cae;font-weight:bold; padding: 10px 0 5px 0; margin: 0 ;}
.mainacc {color: #333333; text-align: left; }
.mainacc a, .mainacc a:link, .mainacc a:hover, .mainacc a:active, .mainacc a:visited {
	color:#990000;font-weight:bold; text-decoration: none;
	}
.mainacc a:hover {text-decoration: underline;}
.noacc {text-decoration:none;}

div.Item a, div.Item a:link, div.Item a:visited, div.Item a:hover, div.Item a:active {
	color:#990000;font-weight:bold; text-decoration: none;
	}
div.Item a:hover {
	text-decoration: underline;}
.PostHead h1 { font-size: 1.2em;}
.PostHead h2 { font-size: 1em;}
.PostHead h3 { font-size: .9em;}
.PostHead h4 { font-size: .8em;}
.PostHead h5 { font-size: .7em;}

	/* column container */
.colmask {
	position:relative;	/* This fixes the IE7 overflow hidden bug */
	clear:both;
	float:left;
	width:100%;			/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
	min-height:100%;
	}
	/* common column settings */
.colright,
.colmid,
.colleft {
	float:left;
	width:100%;			/* width of page */
	position:relative;
	}

.col1,
.col1a,
.col2,
.col3 {
	float:left;
	position:relative;
	padding:0 0 1em 0;	/* no left and right padding on columns, we just make them narrower instead 
						only padding top and bottom is included here, make it whatever value you need */
	overflow:hidden;
    /*top:.5em;*/
      }

.col2 {height:500px;}

	/* 3 Column settings */

.threecol {
	 background:#fff;		/* right column background colour */		
	    }

.threecol .colmid {
	right:25%;			/* width of the right column */
	background:#fff;		/* center column background colour */
	}
.threecol .colleft {
	right: 50%;			/* width of the middle column orig 50% */
	background:url(http://www.mvuc.org/testsite/templates/MVUC/Images/gray-gradient.jpg) repeat-x scroll left top;	/* left column background colour */
	}
.threecol .col1 {
	width:46%;			/* width of center column content (column width minus padding on either side) */
	left:102%;			/* 100% plus left padding of center column */
	}
.threecol .col1a {
	width:70%;			/* width of center column content (column width minus padding on either side) */
	left:102%;			/* 100% plus left padding of center column */
	}
.threecol .col2 {
	width: 21%;			/* Width of left column content (column width minus padding on either side) was 21%*/
	left:31%;			/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
	}
.threecol .col3 {
	width:21%;			/* Width of right column content (column width minus padding on either side) */
	left:83%;			/* Please make note of the brackets here:
					(100% - left column width) plus (center column left and right padding) plus (left column left 					and right padding) plus (right column left padding) */
 }
 
 .lefto {background:#fff;		/* right column background colour */
	  }
.lefto .colleft {
	right:75%;	      /* right column width */
    background:#f4f4f4;	/* left column background colour */
	  }
.lefto .col1 {
	width:71%;		/* right column content width */
	left:102%;			/* 100% plus left column left padding */

	  }
.lefto .col2 {width:21%;		/* left column content width (column width minus left and right padding) */
	left:6%;			/* (right column left and right padding) plus (left column left padding) */
	  }
.BreadCrumb { color: #111; background:#fff;  }
.BreadCrumb { font-size: .9em; margin: 0px 0px 12px 0px; padding: 12px; }
.BreadCrumb ul { list-style-type: none; margin: 0px; padding: 0px;}
.BreadCrumb li {margin: 0px 14px 0px 0px; padding: 0px 0px 0px 12px; 
               text-decoration: none; display: inline;}
.BreadCrumb li a { margin: 0px; padding: 0px;color:#000;}

.plinks a, .plinks a:link, .plinks a:hover, .plinks a:active, .plinks a:visited {
	color:#990000;
	font-weight:bold;
	text-decoration:none;
	line-height: 1em;
	display: block;
	}
.plinks a:hover {
	text-decoration:underline;
}
span.plinks { display: block; padding-top: 13px; }
.alinks a, .alinks a:link, .alinks a:hover, .alinks a:active, .alinks a:visited {
	color:#990000;
	font-weight:bold;
	text-decoration:none;
	line-height: 1.3em;
	display: block;
	padding-bottom: 7px;
	}
.alinks a:hover {
	text-decoration:underline;
}
.stwt {text-align:center;font-size:1.6em;font-weight:bold;color:#543cae;}

.nlinks a, .nlinks a:link, .nlinks a:hover, .nlinks a:active, .nlinks a:visited  .nlinks li{
	color:#990000;
	font-weight: bold;
	text-decoration:none;
	line-height: 1.5em;
	display: block;
	}
.newst {position:relative;left:5%;}
.newsd {position:relative;
        left:5%;
				font-size:.9em;
				}
.olinks a, .olinks a:link, .olinks a:hover, .olinks a:active, .olinks a:visited {
	color:#990000;
	font-weight: bold;
	text-decoration:none;
	}
/*span.alinks { display: block; padding-top: 13px; }*/
/* Footer styles */
#footer {
	clear:both;
	float:left;
	width:100%;
	border-top:1px solid #000;
	background: #234; color:white;
	text-align:center;
}
#footer p {
	padding:10px;
	margin:0;
}
.event {position:relative;left:2%;width:96%;}
.steward {position:relative;left:10%;width:80%;}

/* Position Classes *****************  */
.homeleftlineup {
   padding-left: 15px;
   }
.centerimg {
    display: block;
    margin-left: auto;
    margin-right: auto }
.centertxt {
    text-align: center;}
.float-r
   {float: right;}
.float-l
   {float: left;}
.rmarg {margin-right: 1em;}
.search {position:absolute;top:20px;left:80%;}
.search .arrow{border:0; background:#00414A url('../Images/searchbg2.gif');
        width:28px; height:28px; color:#fff; margin:0;}
