/***********************************************/
/* Mot_Site.css                             */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	color: #000000;
	margin: 0px;
	padding: 0px;
	font: small/1.166 Arial, Helvetica, sans-serif;
	background: #CCCCCC;
}

a{
	color: #006699;
	text-decoration: none;
}

a:link{
	color: #006699;
	text-decoration: none;
}

a:visited{
	color: #006699;
	text-decoration: none;
}

a:hover{
	color: #006699;
	text-decoration: underline;
}

h1{
	color: #000066;
	margin: 0px;
	padding: 0px;
	font: bold 140% Verdana, Arial, sans-serif;
}

h2{
	color: #000066;
	margin: 0px;
	padding: 0px;
	font: bold 125% Arial, sans-serif;
}

h3{
 font-family: Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: normal;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font-family: Verdana,Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

/***********************************************/
/* Class Styles                                */
/***********************************************/
.center {
	text-align: center;
}

.contact {
	font-weight: bold;
	font-size: 115%;
}

.floatLeft {
	float: left;
	margin-right: 5px;
}

.ListFirstLine {
	font-size: 115%;
	font-weight: bold;
	color: #000066;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	padding: 8px 0px 6px 6px;
	width: 100%;
	border-bottom: 1px solid #666666;
	background: #CCCCCC;
}

#LeftSidebar{
	width: 100%;
	background: #CCCCCC;
}

#MainPanel{
	background: #FFFFFF;
	padding: 4px;
}

#BottomBar{
	clear: both;
	border: 1px solid #cccccc;
	background: #CCCCCC;
}


/**** Contextual Selectors   ****/

#masthead h1{
	text-align: center;
	font-size: 180%;
}

#masthead h2{
	text-align: center;
}

#masthead h3{
	text-align: center;
}

#LeftSidebar p {
	color: #000066;
}

#BottomBar p{
	font-size: 80%;
	text-align: center;
	border-top: 1px solid #666666;
}
#MainPanel h1 {
	text-align: center;
}
.SmallerText {
	font-size: 85%;
}

