@charset "utf-8";
body {
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #515151;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	margin-top: 0px;
	background-image: url(assets/header_960.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#contain {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

#top {
	width: 960px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.rightImg {
	margin-left: 15px;
	margin-bottom: 15px;
	float: right;
	border-width: 0px;
	display: block;
}
.rightImg2 {
	margin-left: 15px;
	margin-bottom: 15px;
	float: right;
	border-width: thin;
	border-style: solid;
	border-color: #CCCCCC #000000 #000000 #CCCCCC;
	border-radius: 5px;
	display: block;
}
.leftImg {
	margin-bottom: 15px;
	float: left;
	border-width: thin;
	border-style: solid;
	border-color: #CCCCCC #000000 #000000 #CCCCCC;
	border-radius: 5px;
	display: block;
	margin-right: 15px;
}
.leftImgNoFloat {
	margin-bottom: 15px;
	border-width: thin;
	border-style: solid;
	border-color: #CCCCCC #000000 #000000 #CCCCCC;
	border-radius: 5px;
	display: block;
	margin-right: 15px;
}
.centerImg {
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	margin-bottom: 15px;
	display: block;
	border-color: #CCCCCC #000000 #000000 #CCCCCC;
	border-width: thin;
	border-style: solid;
}
.centerImgNoBord {
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	margin-bottom: 15px;
	display: block;
}
.pics  {
	width: 240px;
	text-align: center;
	display: block;
	margin-top: 15px;
	margin-bottom: 15px;
	float: left;
	margin-left: auto;
	margin-right: auto;
}
.pics figcaption {
	width: 226px;
	background-color: #943330;
	text-align: center;
	margin-left: 6px;
}


#logo  {
	display: block;
	/* [disabled]margin-left: 15px; */


}

#topSubP {
	color: #D9B16D;
	text-align: center;
	margin-top: -35px;
	font-variant: small-caps;
}
#topSub {
	color: #E1E1E1;
	font-family: la-belle-aurore;
	font-style: normal;
	font-weight: 400;
	text-align: center;
	margin-top: -15px;
	margin-bottom: 1px;
	text-shadow: 0px 0px 1px #000000;
}
.branches {
	display: inline-block;
	margin-left: 10px;
	margin-right: 10px;
	vertical-align: middle;
}

.starBar  {
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	border-top: thick groove #D9B16D;
	border-bottom: thick ridge #D9B16D;
	text-align: center;
	padding-top: 5px;
	overflow-x: hidden;
	overflow-y: hidden;
	width: 960px;

}
#menuSystem {
	width: 960px;
	text-align: center;
	margin-bottom: 15px;
}
#mainMenu {
	list-style-type: none;
	list-style-image: none;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}


.menuItem {
	display: inline-block;
	list-style-type: none;
	list-style-image: none;
	width: 150px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #943330;
	border-color: #CCCCCC #333333 #333333 #CCCCCC;
	border-width: thin;
	border-style: solid;
	border-radius: 5px;
	color: #E1E1E1;
	margin-left: 5px;
	margin-right: 5px;
	font-weight: bold;
}
.menuItem a {
	width: 150px;
	display: block;
	color: #E1E1E1;
	text-decoration: none;
	text-shadow: 0px 0px 1px #000000;
	font-variant: small-caps;
}
.content {
	width: 100%;
	color: #E1E1E1;
	text-align: justify;
	text-shadow: 0px 0px 1px #000000;
	font-size: 1.1em;
	overflow-x: hidden;
	overflow-y: hidden;
}
.content article {
	width: 960px;
}


.content h1  {
	font-family: la-belle-aurore;
	font-style: normal;
	font-weight: 400;
	text-shadow: 0px 0px 3px #000000;
	font-size: 2em;
	background-color: #274D7E;
	padding-left: 15px;
	width: 945px;
}
.content p a:link  {
	color: #65D72F;
	text-decoration: none;
}
.content p a:visited  {
	color: #65D72F;
	text-decoration: none;
}
.content p a:hover  {
	color: #4BB519;
	text-decoration: none;
}

footer {
	width: 960px;
	height: 150px;
	padding-bottom: 15px;
	padding-top: 15px;
	color: #E1E1E1;
	text-shadow: 0px 0px 2px #000000;
	font-size: small;
	background-color: #333333;
}
footer p {
	padding-left: 15px;
	padding-right: 15px;
}
footer p a:link  {
	text-decoration: none;
	color: #65D72F;
}
footer p a:visited  {
	text-decoration: none;
	color: #65D72F;
}

footer p a:hover  {
	color: #4BB519;
	text-decoration: none;
}
