@charset "utf-8";
/* CSS Document */

html {overflow-y: scroll;}

body {
	background-image:url(images/bgStripe.gif);
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #5f3812;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12pt;
}

p {
	margin: 0px;
}

h1 { 
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #4ab5f2;
	font-size: 22pt;
	margin-bottom: 0px;
	margin-top: 0px;
	font-weight: normal;
}

h2 { 
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #4ab5f2;
	font-size: 16pt;
	margin-bottom: 0px;
	margin-top: 0px;
	font-weight: normal;
	text-transform:uppercase;
}

h3 {
	font-size: 9pt;
	margin: 0px;
}
 
 h3 {
	font-size: 12pt;
	margin: 0px;
	font-weight: bold;
}
 
 
 .bothBoldCenter {
	 font-weight: bold;
	 text-align: center;
 }
 
  .onlyCenter {
	 text-align: center;
 }
 
 .onlyBold{
	 font-weight: bold;
 }

.smallIndented {
	font-size: 10pt;
	text-indent: 15px;
}

.small {
	font-size: 10pt;
}

.outer {
	width: 100%;
	background-image:url(images/whiteSpace.png);
	background-position: center;
	background-repeat: repeat-y;
	
}

.topBanner {
	background-image:url(images/topBanner.png);
	height: 185px;
	background-repeat: repeat-x;
	text-align: center;
}

.bottomBanner {
	background-image:url(images/bottomBanner.png);
	height: 68px;
	background-repeat: repeat-x;

}

.logo {
	vertical-align: top;
}

.bannerTable {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
}

.menuTable {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	height: 45px;
	margin-top: 12px;
}

.menuTable img {
	border: 0px;
}

.menuTable td {
		text-align: center;
}

.contentTable {
	width: 894px;
	margin-left: auto;
	margin-right: auto;
}

.contentTablePad {
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 10px;
	padding-bottom: 20px;

}

.copyright {
	vertical-align: top;
	padding-top: 22px;
	text-align: center;
}

a:link {
	color: #14374b;
	font-weight: normal;
	text-decoration: underline;
}

a:visited {
	color: #14374b;
	font-weight: normal;
	text-decoration: underline;
}

a:hover {
	color: #4ab5f2;
	font-weight: normal;
	text-decoration: underline;
}

a:active {
	color: #4ab5f2;
	font-weight: normal;
	text-decoration: underline;
}

.valign {
	vertical-align: top;
}

.titleBox {
	vertical-align: top;
	padding: 40px;
}

.columnRight {
	width: 200px;
	padding-left: 20px;
}

.columnLeft {
	width: 200px;
	padding-right: 20px;
}

.beigeBox {
	border: 2px solid #102F41;
	padding: 20px;
	background-image:url(images/BGbeigeTrans.png)
}

.bottomContainer {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

.bottomContainer a:link {
	color: #FFF;
}
.bottomContainer a:visited {
	color: #FFF;
}
.bottomContainer a:hover {
	color: #FFF;
}
.bottomContainer a:active {
	color: #FFF;
}

.bannerContainer {
	width: 938px;
}

.studio {
	padding-top: 25px;
}
li {
	margin-bottom: 20px;
	margin-left: 50px;
	margin-right: 50px;
}