/* CSS Document for BVSPS.org */

* {margin: 0 0 0 0;
    padding: 0 0 0 0;
}

body { font-family:Arial, Helvetica, sans-serif;
       font-size: 62.5%;
}

#header {
	background-image: url(images/mt-bg.jpg);
	background-repeat: repeat-x;
	text-align: right;
	height: 78px;
}

/* padding-top: 10px; */

#container {
	font-size: 1.2em;
}

#left {
	float: left;
	width: 161px;
	margin-left: 20px!important;
	margin-left: 10px;
    padding-top: 27px;
}

#right {
	float: right;
	width: 210px;
	margin-right: 5px;
	padding-top: 27px;
}

#content {
	margin-right: 250px;
	margin-left: 210px;
	padding: 5px;
}

#footer {
	background-image: url(images/footer_bg.jpg);
	background-repeat: repeat-x;
	height: 80px;
	text-align: center;
	font-size: .9em;
	padding-top: 56px;
}

p.copyright {
white-space: nowrap;
line-height: 1.2em;
}

p{  margin-top: 8px;
	margin-bottom: 8px;
}

h1{
	color: #FFFFFF;
	font-size: 3em;
	padding-top: 70px;
	padding-left: 50px;
}


h2 {
	color: #1d2a6d;
	margin-bottom: 15px;
	border-bottom: 1px solid #A7AAB3;
}

h3 {
	color: #1d2a6d;
	margin-top: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #A7AAB3;
}

h4 {
	background-image: url(images/menu_tab.jpg);
	height: 31px;
	width: 146px;
	padding-top: 5px;
	padding-left: 15px;
}

.images_left {
		 float: left;
		 padding: 3px;
		 border: 1px solid #A7AAB3;
		 margin-right: 10px;
}

.images_right {
		 float: right;
		 padding: 3px;
		 border: 1px solid #A7AAB3;
		 margin-left: 10px;
}

/* right? - not being used yet */

.sponsors {
		 float: left;
		 padding: 3px;
		 border: 1px solid #A7AAB3;
		 margin-right: 10px;
}

a:link {color: #2f3d79}     /* unvisited link */
a:visited {color: #666}  /* visited link */
a:hover {color: #cc0000}   /* mouse over link */
a:active {color: #cc0000}   /* selected link */

/***********************************'   Left side Menu  *******************************/

#navlist
{
	padding-left: 0;
	margin-left: 0;
	border-bottom: 1px solid #C2C2CA;
	width: 160px;
}

#navlist li
{
	list-style: none;
	margin: 0;
	padding: 0.25em;
	border-top: 1px solid #C2C2CA;
}

#navlist li a {
	text-decoration: none;

}

/***********************************'  header-Menu  ****************/

.navlist li
{
	display: inline;
	list-style-type: none;
	padding-right: 20px;
	font-weight: bold;
	font-size: 1.1em;
}
