/*  *********************************************  CONTENT  STYLE *********************************************** */

div#mn-content p {
	line-height: 20px;
	}
	div#mn-content strong {
		}
	div#mn-content a {
		color:#54749B;
		text-decoration:none;
		font-weight: bold;
		}
		div#mn-content a:hover {
	      text-decoration:underline;
			}
	div#mn-content ul {
	font-style:normal;
	margin:0;
	padding: 0 0 0 50px;
	line-height: 20px;
		}
			#mn-content ul li a {
				color: #54749B;
				text-decoration:none;
				font-weight: bold;
				}
			#mn-content ul li a:hover {
				text-decoration:underline;
				}


/*  *********************************************  CONTENT  STYLE *********************************************** */

div#mn-sidebar p {
	color: #54749B;
	line-height: 18px;
	font-weight: bold;
	padding: 0;
	margin: 0;
	height: 28px;
	}
	div#mn-sidebar strong {
		}
	div#mn-sidebar a {
		color:#000;
		text-decoration:none;
		}
		div#mn-sidebar a:hover {
	      text-decoration:underline;
			}
	div#mn-sidebar ul {
		list-style-image: url(../images/bullet.jpg);
		font-style:normal;
		margin:0;
		padding: 0 0 15px 20px;
		line-height: 20px;
		}
			#mn-sidebar ul li a {
				text-decoration:none;
				}
			#mn-sidebar ul li a:hover {
				text-decoration:underline;
				}



/*  *********************************************  FOOTER  STYLE *********************************************** */

div#mn-footer {
	text-align: center;
	width: 100%;
	clear: both;
	font-size: 11px;
	padding-top:10px;
	margin: 0 auto;
	color: #698EC5;
	line-height: 20px;
	}
	#mn-footer p {
		text-decoration: none;
		}
	#mn-footer ul {
		padding-top: 15px;
		margin-top: 0px;
		}
		#mn-footer li {
			list-style-type: none;
			display: inline;
			padding-right: 5px;
			}
	#mn-footer a {
		color: #FFF;
		text-decoration: none;
		}
		#mn-footer a:hover {
			text-decoration:underline;
			}
	
	
	
/*  *********************************************  HEADER TAGS *********************************************** */



/*Link Text*/
H1 {
	font-size: 14px;
	font-weight: bold;
	padding: 0;
	margin: 0;
}

H2 {
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 0 0;
	padding: 10px 0 3px 0;
	line-height: 20px;
}

H3 {
	font-family: arial;
	text-transform: uppercase;
	font-weight: normal;
	margin: 0;
	padding: 40px 0 0 100px;
	font-size: 14px;  
	font-weight: normal;
	color: #776750;
	line-height: 17px;
}

H4 {
	font-size: 14px;
	font-weight: bold;
}

/*  *********************************************   PICTURES   *********************************************** */


.picborder {
	border: 1px solid; 
	border-color:#1C5596;
}

.picRight {
	border: 1px solid;
	border-color:#999999;
	background-color:#fff;
	float:right;
	margin-left:10px;
	margin-top:5px;
	padding: 3px;
}
.picRightnoborder {
	float:right; 
	margin-left:20px;
}
.picLeft {
	border: 1px solid #999;
	float:left;
	background-color:#fff;
	margin-right:10px;
	margin-top:5px;
	padding: 3px;
}
.picLeftnoborder {
	float: left;
	margin: 15px 20px 0 0;
	}

/*  *********************************************   FORMS   *********************************************** */

#contact {
	width: 350px;
	font-family: tahoma;
	font-size: 13px;
	color: #403E48;
	padding: 0 50px;
	}
.inputSelect {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	FONT-WEIGHT: normal;
	FONT-SIZE: 12px;
	BORDER: 1px solid #403E48;
	color: #000000;
	width:200px;
	background-color: #FFFFFF;
	padding: 4px;
	margin: 0 0 4px 0;
}
#code {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	FONT-WEIGHT: normal;
	FONT-SIZE: 13px;
	BORDER: 1px solid #403E48;
	color: #000000;
	width:160px;
	background-color: #FFFFFF;
	padding: 4px;
	margin: 0 0 4px 0;
}
.inputComment {
	FONT-WEIGHT: normal;
	FONT-SIZE: 12px;
	BORDER: 1px solid #403E48;
	color: #555555;
	width:200px;
	background-color: #FFF;
	padding: 4px;
}

.inputButton {
	FONT-WEIGHT: bold;
	FONT-SIZE: 12px;
	CURSOR: pointer;
	COLOR: #403E48;
	width:100px;
	background-color: #FFF;
	border: 1px solid #555;
	padding: 3px;
	margin-right: 3px;
	float: left;
}


/*  *********************************************   CONTENT ELEMENTS  *********************************************** */


hr {
	width: 80%;
	border: 1px solid #ccc;
	text-align: center;
	margin: 10px auto;
	}
div.spacer{clear:both; height:10px; display:block;}
