﻿body
{
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	color: #0033CC;
	font-size: 12px;
	padding: 1% 3%;
}

p 
{
	margin:0;
	padding:0;
	color: #0033CC;
	font-size: 12px;
	line-height: 16px;
}

b
{
	font-size: 110%;
	font-weight: bold;
}

a 
{
	font-weight: bold;
	color: #0033CC;
	text-decoration: underline;
}

a:visited
{
	font-weight: bold;
	color: #0033CC;
	text-decoration: underline;
}

a:hover
{
	color: #0033CC;
	background-color: #CCCCFF;
	text-decoration: none;
}

a:active
{
	color: #FFFFFF;
	background-color: #0033CC;
	text-decoration: none;
}

h4 
{
	font-size: 10px;
	font-weight: bold;
	line-height: 12px;
	margin-top: 10px;
	margin-bottom: 10px;
}

h3
{
	font-size: 12px;
	font-weight: bolder;
	line-height: 14px;
	margin-top: 12px;
	margin-bottom: 12px;
}

h2 
{
	font-size: 14px;
	font-weight: bolder;
	line-height: 16px;
	margin-top: 14px;
	margin-bottom: 14px;
}

h1 
{
	font-size: 16px;
	font-weight: bolder;
	line-height: 18px;
	margin-top: 16px;
	margin-bottom: 16px;
}

.clear
{
	clear: both;
}

.hide, #oldbrowsernotice, .ieSixCharDupBug
{
	display: none;		/* hide elements that CSS-targeted browsers shouldn't show */
}

html[xmlns] .mozclear
{
	border-bottom: 1px solid;
	border-color: transparent;
	margin-bottom: -1px;
}

* html #pageWrapper
{
	word-wrap: break-word; /* not CSS compliant but a good IE hack */
	text-align: left;	/* keep the content left-aligned */
}

* html body
{
	text-align: center;	/* hack to center this under IE5 */
}

.inside 
{
	margin: 0px;
	padding: 5px;
}


#pagewrapper
{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-color: #0033CC;
}
#outercolumncontainer
{
	z-index: 1;
	width: 850px;
	background: #99CCFF;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 150px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #0033CC;
	border-left-color: #0033CC;
}
#innercolumncontainer
{
	z-index: 2;
	width: 100%;
	margin-right: -1px;
	margin-left: -1px;
	background-color: #99CCFF;
}

* html #innercolumncontainer
{
	position: relative;	/* fix a render bug in IE under certain conditions */
}

#topbar
{
	border: none;
	margin: 0;
	background: #0033CC;
	height: 60px;
	width: 1000px;
	color: #99CCFF;
}

#topbar h1
{
	margin: 0;
	padding-top: 5px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bolder;

}

#topbar h2
{
	margin: 0;
	padding-top: 3px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;

}

#topbar h3
{
	margin: 0;
	padding-top: 5px;
	text-align: center;
}

#contentcolumn
{
	float: left;
	position: relative;
	z-index: 10;
	overflow: visible; /* fix for IE italics bug */;
	margin: 0 -1px;
/* without this, boxes stop floating next to each other */	width: 850px;
	border-width: 0;
	background-color: #99CCFF;
}

#contentcolumn .inside
{
border: 0px;
margin: 0;
}

#bottombar
{
	border: none;
	margin: 0;
	background: #0033CC;
	color: #99CCFF;
	text-align: right;
	font-size: 12px;
	line-height: 16px;
	padding: 4px 0;
	position: relative;
	clear: both;
	width: 1000px;
}

#bottombar a
{
	color: #FFFFFF;
	font-size: 12px;
	line-height: 16px;
	text-decoration: underline;
}

#bottombar a:visited
{
	color: #FFFFFF;
	text-decoration: underline;
}

#bottombar a:hover
{
	color: #0033CC;
	text-decoration: underline;
}

#bottombar a:active
{
	color: #0033CC;
	text-decoration: underline;
}

#leftcolumn
{
	width: 150px;
	margin: 0 1px 0 -150px;
	float: left;
	position: relative;
	z-index: 10;
	overflow: visible;
	background: #0033CC;
}
#rightcolumn
{
	float: right;
	width: 25px;
	margin: 0 -25px 0 1px;
	position: relative;
	z-index: 10;
	overflow: visible; /* fix for IE italics bug */;
	background: #0033CC;
}
	
.menu ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: block;
	border: 1px #3366FF solid;
}

.menu ul li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: block;
	border-bottom: 1px #3366FF solid;
}

.menu ul li a
{
	display: block;
	text-decoration: none;
	padding: 2px 10px;
	background-color: #0033CC;
	color: #99CCFF;
}

.menu ul li a:visited
{
	display: block;
	text-decoration: none;
	padding: 2px 10px;
	background-color: #0033CC;
	color: #99CCFF;
}

.menu ul li a:hover
{
	color: #0033CC;
	background-color: #99CCFF;
	text-decoration: none;
}

.menu ul li a:active
{
	color: #0033CC;
	background-color: #99CCFF;
	text-decoration: none;
}

* html .menu ul li a
{
	height: 1%; /* hide from IE5.0/Win & IE5/Mac */
}

* html .menu ul
{
	position: relative;	/* IE needs this to fix a rendering problem */
}

#gallerylist
{
	text-align: center;
	display: block;
}

#gallerylist table
{
	text-align: left;
	clear: right;
	float: left;
	display: block;
}

#gallerylist tr
{
	clear: both;
	float: left;
	display: block;
}

#gallerylist th
{
	font-size: 14px;
	line-height: 16px;
	font-weight: bolder;
	color: #FFFFFF;
	background-color: #0033CC;
	border: none;
	text-align: left;
	vertical-align: text-top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	float: left;
	word-wrap: break-word;
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 0px;
	margin-bottom: 10px;
	width: 190px;
}

#gallerylist td
{
	text-align: left;
	vertical-align: text-top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	float: left;
	word-wrap: break-word;
	border: none;
	width: 190px;
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 0px;
	margin-bottom: 10px;
	clear: right;
	display: block;
	z-index: 3;
}


#gallerylist a
{
	text-decoration: none;
}

#gallerylist a:hover
{
	text-decoration: none;
}

#gallerylist240 td
{
	text-align: left;
	vertical-align: text-top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	float: left;
	word-wrap: break-word;
	border: none;
	width: 240px;
	overflow: hidden;
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 0px;
	margin-bottom: 10px;
}

#gallerylist240 a
{
	text-decoration: none;
}

#gallerylist240 a:hover
{
	text-decoration: none;
}


#gallerylist240
{
	text-align: center;
}

#gallerylist240 table
{
	text-align: left;
}

#gallerylist240 tr
{
}

#gallerylist240 th
{
	font-size: 14px;
	line-height: 16px;
	font-weight: bolder;
	color: #FFFFFF;
	background-color: #0033CC;
	border: none;
	text-align: left;
	vertical-align: text-top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	float: left;
	word-wrap: break-word;
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 0px;
	margin-bottom: 10px;
	width: 240px;
}



#gallery 
{
	text-align: center;
}

#gallery table
{
	text-align: left;
	display: block;
	clear: both;
}

#gallery tr
{
	clear: both;
	float: none;
	display: block;
}

#gallery td
{
	margin: 0px 5px 0px 5px;
	text-align: center;
	vertical-align: text-top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	word-wrap: break-word;
	width: 190px;
	float: left;
	overflow: hidden;
	display: block;
	clear: none;
	z-index: 4;
	padding-bottom: 13px;
}
#gallery img
{
	margin: 2px auto 0px auto;
	border: 2px #000099 solid;
	list-style-type: none;
	display: block;
	z-index: 4;
}

#gallery a
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}



#gallerybuttons 
{
	text-align: center;
}

#gallerybuttons table
{
	text-align: left;
}

#gallerybuttons tr
{
}

#gallerybuttons td
{
	text-align: center;
	vertical-align: text-top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	word-wrap: break-word;
	margin-bottom: 10px;
	width: 190px;
	float: left;
	display: block;
	margin-right: 5px;
	margin-left: 5px;
	overflow: hidden;
}

#gallerybuttons img
{
	border: none;
	list-style-type: none;
	margin-bottom: 5px;
}

#gallerybuttons a
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}


#gallerybuttons a:hover
{
	text-decoration: none;
	background-color: #99CCFF;
}

#gallerybuttons a:active
{
	text-decoration: none;
	background-color: #99CCFF;
}
