body {
	background: #ccc;
	font: normal 10px/16px "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, Arial, sans-serif;
	color: #4a535a;
	margin:0;
	padding:0;
	text-align: center; /* For IE */
}
	
h1, h2, h3, h4, h5, h6 {
	font-weight:bold;
	color:#333;
	margin: 0 0 0.25em 0;
}
h1 {
	font-size: 200%;
	margin: 0 0 0.75em 0;
}                        /* 24px */
h2 {
	font-size: 166.67%
}                     /* 20px */
h3 {
	font-size: 150%
}                        /* 18px */
h4 {
	font-size: 133.33%
}                     /* 16px */
h5 {
	font-size: 116.67%
}                     /* 14px */
h6 {
	font-size: 116.67%;
	font-style:italic;
} /* 14px */
p {
	line-height: 1.5em;
	margin: 0 0 1em 0;
}
ul, ol, dl {
	line-height: 1.5em;
	margin: 0 0 1em 0;
}
li {
	margin-left: 0;
	line-height: 1.5em;
}
dt {
	
}
dd {
	margin: 0 0 1em 2em;
	font-weight:bold;
}
cite, blockquote {
	font-style:italic;
}
blockquote {
	margin: 0 0 1em 1.5em;
}
strong, b {
	font-weight: bold;
}
em, i {
	font-style:italic;
}
pre, code {
	font-family: monospace;
	font-size: 1.1em;
}
acronym, abbr {
	letter-spacing: .07em;
	border-bottom: .1em dashed #c00;
	cursor: help;
}
a, a:link, a:focus, a:visited {
	color: #069;
	text-decoration:none;
	background:none;
}
a:hover, a:active {
	background-color: #069;
	text-decoration:underline;
	background:none;
}
table {
	width: auto;
	border-collapse:collapse;
	margin-bottom: 0.5em;
}
table.full {
	width: 100%;
}
table.fixed {
	table-layout:fixed;
}
th, td {
	padding: 0.5em;
}
/*thead th {
	background: #444;
	color: #fff;
}*/
tbody th {
	background: #ccc;
	color: #333;
}
tbody th.sub {
	background: #ddd;
	color: #333;
}
hr {
	color: #fff;
	background:transparent;
	margin: 0 0 0.5em 0;
	padding: 0 0 0.5em 0;
	border:0;
	border-bottom: 1px #000 solid;
}
img {
	border:0;
}
.clearAcc { clear:both; height:5px; }

/* Container Styles */
	
#container {
	position: relative;
	width: 800px !important;
	width /**/: 980px;
	margin: 0 auto;
	padding: 0;
	text-align: left; /* For IE, see above */
	background: #fff;
}

#topImage {
	width:800px;
	height:132px;
	background:url(../../images/MVVBC-Header1.gif) 0 0 no-repeat;
}

#topImage a {
	width:800px;
	height:132px;
	display:block;
}

#leftNav {
	width:110px;
	margin-bottom:10px;
	float:left;
}

#leftNav ul {
	margin:0;
	padding:0;
	list-style-type:none;
}

#leftNav ul li {
	margin-left:0;
}

#leftNav ul a {
	display:block;
	color: #000 !important;
	text-decoration:none;
	font-size: 18px;
	width: 110px;
	height: 32px;
  text-align: left;
	margin-left: 6px;
	padding-left: 40px;
	margin-top: 6px;
	padding-top: 6px;
	background: url("../../images/vb.gif") 0 0 no-repeat; 
}

#leftNav ul a:hover {
	text-decoration:underline !important;
	background: url("../../images/vbr.gif") 0 0 no-repeat; 
}

.navigationsub {
	font-size: 12px !important;
	width: 120px !important;
	height:15px !important;
	background:none !important;
	padding-left:20px !important;
	padding-top: 0px !important;
	margin-top: 0px !important;
	margin-bottom: 6px !important;
}

#footer {
	height:75px;
	background-color:#eee9e4;
	border-top:5px solid #e4dcd4;
	text-align:center;
}

#content {
	margin:10px;
	padding:0;
	width:600px;
	background:#fff;
	float:right;
}

#myprofile ul {
	margin:0;
	padding:0;
	list-style:none;
	margin-left:45px;
}

#myprofile li { 
	margin:0;
	padding:3px 0;
	padding-left:18px;
	font-size:14px;
	line-height:18px;
	font-weight:bold;
	height:19px;
	background:url(../../images/blueBullet.gif) 0 7px no-repeat;
}

#roster table {
	border-collapse: collapse; 
	border-spacing: 0px; 
	margin-bottom: 10px;
}

#roster th {
	border-style: solid;
	border-color: rgb(238, 238, 238) rgb(153, 153, 153) rgb(119, 119, 119) rgb(187, 187, 187); 
	border-width: 1px; 
	padding: 4px; 
	background-color: rgb(204, 204, 204); 
	font-size: 12px; 
	text-align: center;
}

#roster td {
	border-style: solid; 
	border-color: rgb(238, 238, 238) rgb(170, 170, 170) rgb(153, 153, 153) rgb(204, 204, 204); 
	border-width: 1px; 
	padding: 8px; 
	font-size: 12px;
}

#roster td.t1 {
	background-color: rgb(255, 221, 221); 
}

#roster td.t2 {
	background-color: rgb(255, 255, 255); 
}

#roster td.t3 {
	background-color: rgb(221, 238, 255); 
}

/*
	margin-left:40px;
#left {
	margin:0;
	padding:0;
	width:546px;
	height:400px;
	float:left;
}

#left h1 {
	margin:0;
	padding:0;
	background:url(../../images/bgs/h1bg.png) left top no-repeat;
	font-size:16px;
	line-height:20px;
	height:47px;
	padding-top:25px;
	padding-left:25px;
}

#top { 
margin:0;
padding:0;
padding:25px;
padding-top:10px;
}

.formblock {
	float:left;
	margin-right:20px;
	margin-bottom:10px;
}

#bottom { 
	margin:0;
	padding:0;
	border-top:1px solid #eee9e4;
}

#bLeft { 
	float:left; 
	width:220px;
	padding:15px;
	border-right:1px solid #eee9e4;
	}
	
#bLeft h3 { 
	margin:0;
	padding:0;
	font-size:14px;
}

#bRight h4 { 
	margin:0;
	padding:0;
	font-size:14px;
}

#bRight { 
float:left;
width:220px;
padding:15px;
}

#right {
	width:353px;
	height:567px;
	float:left;
	border-left:1px solid #eee9e4;
}
#right h2 {
	margin:0;
	padding:0;
	background:url(../../images/bgs/h2bg.png) top right no-repeat;
	font-size:16px;
	height:47px;	
	padding-top:25px;
	padding-left:35px;
}
*/

/* Look and Feel */

/*
p.p1 {
		font:normal 12px "Lucida Sans Unicode", "Lucida Grande", Tahoma, Verdana, Arial, sans-serif;
		color:#82b006;
}
p.p2 {
		font:normal 11px "Lucida Sans Unicode", "Lucida Grande", Tahoma, Verdana, Arial, sans-serif;
}
.last { color:#e59700; }


#left h5,
#right h5 {
margin:0; 
padding:10px 0 0 0;
margin-left:35px;
clear:left;
font:bold 12px "Lucida Sans Unicode", "Lucida Grande", Tahoma, Verdana, Arial, sans-serif; 
text-decoration:underline;
}
#right img { 
clear: left; 
margin:10px 15px 10px 35px; 
float:left; 
}


#right p.info { 
clear:none; 
margin:0; 
padding:0; 
margin-top:10px; 
text-decoration:none; 
font:normal 10px  "Lucida Sans Unicode", "Lucida Grande", Tahoma, Verdana, Arial, sans-serif; 
margin-right:15px;
}

img {
	border-style:none;
}

a,
.linkText {
		color:#669900;
}
*/

/* Doc List Styles */

/*
.docList {
	width:500px;
	font:bold 11px "Lucida Sans Unicode", "Lucida Grande", Tahoma, Verdana, Arial, sans-serif;
	margin-bottom:10px;
}

.docList p {
	color:#666;
}

.docList p b {
	font-size:14px;
	color:#82b006;
}

.docListLeft {
	float:left;
	text-align:left;
	width:300px;
}

.docListRight {
	float:right;
	text-align:right;
	width:200px;
}

.docListRight a {
	text-align:right;
}
	
.r1,.r2,.r3,.r4,.r5 {
	background:url(../../images/rate.png) top right no-repeat;
	height:16px;
	width:80px;
	float:right;
}

.r1 {	background-position:0 -96px; }
.r2 {	background-position:0 -112px; }
.r3 {	background-position:0 -128px; }
.r4 {	background-position:0 -144px; }
.r5 {	background-position:0 -160px; }
*/

.loginArea,
.loginWelcome {
	margin:0;
	margin-right:10px;
	padding:4px 10px;
	text-align:right;
	line-height:18px;
	height:20px;
	font-size:12px;
}
.loginInput {
	background-color:#eee;
	border:1px solid #360;
	color:#333;
	height:10px;
	width:50px;
	font-size:10px;
}
.loginButton {
	padding-bottom:2px;
	font-size:10px;
	height:16px;
	background:#aaa;
	border-top:1px solid #eee;
	border-left:1px solid #eee;
	border-right:1px solid #666;
	border-bottom:1px solid #666;
	color:#000;
	cursor:pointer;
	_cursor: hand;
}
.loginWelcome,
.loginWelcome a,
.loginText,
.loginArea, 
.loginArea a {
	color:#888 !important;
	text-decoration:none;
}
.loginArea a:hover,
.loginWelcome a:hover {
	text-decoration:underline;
}
