/*core style sheet*/

.hide {
display: none; }

body {
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 12pt;
color: black;
margin-left: 5%;
margin-right: 5%;
padding: 0px;
background-image: none;
background-color: white;
text-align: left; }

h1, h2, h3, h4, h5, h6 {
font-family: Verdana, Helvetica, Arial, sans-serif; }

/*counter workaround for IE5/Win css centering for the gallery*/
h1, h2, h3, h4, h5, h6 {
text-align: left; }

h1 {
	font-size: 3em;
	font-family: Times, "Times New Roman", serif;
	color: #65263B;
	font-weight: normal;
	margin: 0em;
}

h1 em{
color: #E0D91F;
font-style: normal; }

#header h2 {
font-size: 3em;
font-family: Times, "Times New Roman", serif;
color: #65263B;
font-weight: normal;
margin: 0;
padding-left: 0px;
padding-top: 40px; }

#header h2 em{
color: #E0D91F;
font-style: normal; }

#header h2 em em{
font-size: 0.5em;
font-style: normal; }

h2 {
font-size: 1.8em;
font-family: "Times New Roman", Times, serif;
color: #65263B;
font-weight: normal;
margin-top: 2em; }

h3 {
font-size: 1.4em; }

h4 {
font-size: 1.2em; }

h5{
font-size: 1em;
color: #65263B;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 0px; }

h6{
font-size: 0.8em; }

p {
font-size: 0.9em;
line-height: 1.6em; }

/*counter workaround for IE5/Win css centering for the gallery*/
p {
text-align: left; }

strong, b {
font-weight: bold; }

blockquote {
font-size: 0.9em;
line-height: 1.5em; }

img {
border: none;
display: block; }

hr {
height: 1px;
background-color: #CCCCCC;
color: #CCCCCC;
margin-top: 3em;
margin-bottom: 2em;
border: 0px none; }

a:link {
color: #65263B;
text-decoration: underline; }

a:visited {
color: #333333;
text-decoration: underline; }

a:hover {
color: #E0D91F;
text-decoration: underline; }

a:active {
color: #65263B;
text-decoration: underline; }

/*layout*/

#wrapper  {
width: 777px;
margin-left: auto;
margin-right: auto;
display: block; }

/*counter workaround for IE5/Win css centering*/
#wrapper  {
width: auto;
margin: 0;
display: block; }

#header {
height: 148px;
background-image: none;
background-color: transparent; }

#header img {
display: none; }

#header a {
float: right;
padding: 0px;
margin: 0px; }

#leftcolumn {
display: none; }

#rightcolumn {
background-color: transparent;
border: none;
padding: 0px;
margin-left: 0px; }

/*IE5/Win workaround for css centering for the gallery*/
#rightcolumn {
	text-align: center;
}

#rightcolumn li {
font-size: 0.9em; }

#rightcolumn li li {
font-size: 1em; }

/*counter workaround for IE5/Win css centering for the gallery*/
#rightcolumn ol, #rightcolumn ul, #rightcolumn li {
text-align: left; }

.gallery {
	margin-left: auto;
	width: 449px;
	margin-right: auto;
}

.gallery img{
	border: 4px solid #65263B;
	display: inline;
	margin: 5px;
}

/*main nav style*/

#leftcolumn ul, #leftcontent li {
font-variant: small-caps;
font-size: 1.9em;
font-family: Times, "Times New Roman", serif;
color: white;
text-align: right;
margin: 0; }

#leftcolumn ul {
padding-bottom: 80px;
padding-right: 20px; }

#leftcolumn li {
display: list-item;
list-style-type: none; }

#leftcolumn ul li a {
text-decoration: none;
color: white; }

#leftcolumn ul li a:hover {
color: #E0D91F;
text-decoration: none; }

.firstp {
line-height: 1.8em;
color: #65263B;
margin-bottom: 2em; }

.footer {
color: #666666;
font-size: 0.8em;
font-style: italic; }

th {
	color: #FFFFFF;
	background-color: #65263B;
}

table {
	font-size: 0.9em;
}

/*image control*/
.floatright {
	padding: 3px;
	float: right;
}
