/* Start of CMSMS style sheet 'DogMatrix' */
@charset "utf-8";
/* CSS Document */
body {
	padding: 0px;
	margin: 0px;
	background-color: #ffffff;
	color: #000000;
	font:12px/1.55em; 
                text-align: center;
	min-width: 100%;
	font-family: Helvetica, Arial, Verdana, sans-serif;
}

#container {
 width: 1000px;
 margin-left : auto;
 margin-right : auto;
 text-align: left;
 border-style:solid;
 border-width:2px;
 border-color: #4478ae;
}

#topBar
{
	width: 1000px;
	height: 147px;
	background-color:#4478ae;
}

#logo
{
	float: left;
	width: 153px;
	height: 147px;
}

#topBarText
{
	float: left;
	color: white;
	width: 785px;
	margin-left: 30px;
	margin-right: 30px;
                padding-top: 10px !important;
                padding-top: 30px;
	font-size: 19px;
                font-family: Helvetica, Arial, Verdana, sans-serif;
}

#topBarText h1
{
	font-size: 30px;
margin-bottom: 0px;
padding-bottom: 0px;


}

#topBarText h2
{
	font-size: 20px;
margin-bottom: 0px;
padding-bottom: 0px;


}

#topPictures
{
	float: left;
                width: 1000px;
	height: 132px;
	background-image: url("gfx/toppictures.jpg");
}

#menuBar
{
	float: left;
	width: 1000px;
	height: 25px;
	font-size: 18px;
	color: white;
	background-color:#4478ae;
	text-align: center;
                padding-top: 10px;
                font-family: Helvetica, Verdana, Arial, sans-serif;
}


A.menuLink:link {text-decoration: none; color: white; font-weight: bold;}
A.menuLink:visited {text-decoration: none; color: white; font-weight: bold;}
A.menuLink:active {text-decoration: none; color: white; font-weight: bold;}
A.menuLink:hover {text-decoration: underline; color: white; font-weight: bold;}

A:link {text-decoration: none; color: blue;}
A:visited {text-decoration: none; color: blue;}
A:active {text-decoration: none; color: blue;}
A:hover {text-decoration: underline; color: blue;}

#mainBody
{
	float: left;
	width: 980px !important;
                width: 1000px;
	margin-top: 15px;
                padding-left: 10px;
                padding-right: 10px;
	font-size: 12px;
                font-family:Helvetica, Verdana, Arial, sans-serif;
}

.underline
{
	text-decoration:underline;
}

.quote
{
	width: 400px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
/* End of 'DogMatrix' */

