* {
    padding: 0px;
    margin: 0px;
   -moz-box-sizing:border-box;box-sizing:border-box;margin:0;padding: 0;
}
html {
	min-height: 100%;
	margin-bottom: 1px;
   -moz-box-sizing:border-box;box-sizing:border-box;margin:0;padding: 0;
}

body {
	margin: 15px 0px 15px 0px;
	background: #000000;
	text-align: center;
}

body, table, td, div, input, select, p, ul, li {
	font-family: 'Verdana';
	font-size: 12px;
	line-height: 18px;
	color: #333333;
}

input, select {
	color: #333333;
}

a {
	color: #333333;
	font: normal 12px verdana;
	text-decoration: none;
	font-weight: bold;
}

a:hover{
	text-decoration: underline;
}

a.button {
	background: #505178;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	padding: 4px;
}

a.button:hover {
	text-decoration: none;
	background: #B1BADE;	
}

a.buttonSmall {
	background: #505178;
	height: 25px;
	width: 135px;
	line-height: 25px;
	color: #FFFFFF;
	text-align: center;
	margin: 5px 10px 0px 0px;
	display: block;
	text-decoration: none;
}


a.buttonSmall:hover {
	background: #B1BADE url('../images/layout/button_small.gif') no-repeat;		
	text-decoration: none;
	
}

.clear {
	height: 1px;
	overflow: hidden;
	clear: both;
}

.bordered {
	border: 3px solid #640A08;
}

img.bordered {
	border: 3px solid #666666;
	margin: 0px 0px 0px 0px;
	padding: 2px;
	background: #FFFFFF;
}

h1, h2, h3 { font-family: Arial; }




h1 {
	color: #006699;
	font-size: 18px;
	margin: 10px 0px 10px 0px;
}

h2 {
	color: #669999;
	font-size: 16px;
	font-weight: bold;
	margin: 10px 0px 10px 0px;
}

h3 {
	color: #999999;
	font-size: 14px;
	line-height: 24px;
	margin: 10px 0px 10px 0px;
}

h4 {
	color: #FDB813;
	font-size: 12px;
	margin: 20px 0px 20px 0px;

}	

p {
	margin: 0px 0px 9px 0px;
	line-height: 20px;
	font-size: 16px;
	font-weight: normal;
	font-family: Verdana;
	font-weight: bold;
	color: #FFFFFF;
}

ul, ol {
	margin-left: 50px;
	margin-bottom: 15px;
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
	font-family: Verdana;
}


#main {
	margin: 0px auto;
	width: 404px;
	text-align: left;
}

#header {
	background: url('../images/layout/header.jpg');
	height: 190px;
}

#nav {
	color: #CCCCCC;
	margin-right: 10px;
	text-align: right;
	font-weight: bold;
	font-family: verdana;
	font-size: 16px;
}

#nav a {
	color: #FFFFFF;
	font-weight: bold;
	font-family: verdana;
	font-size: 16px;
	padding: 0px 8px 0px 8px;
}

#nav a:hover {
	text-decoration: underline;
}

#bodyContainer {
	height: 288px;
	background: url('../images/layout/bodybg.jpg');
}

#body {
	margin-left: 50px;
	height: 268px;
	width: 322px;
	overflow: auto;
}

#footer {
	height: 126px;
	background: url('../images/layout/footer.jpg');
}


/* PHOTO GALLERY MODULE */

.clear {
    clear: both;
    height: 1px;
    overflow: hidden;
}

.photoGallery {
	list-style-type: none;
	padding: 0 0 1px 0;
	margin: 0;
}

.photoGallery li	{
	float: left;
	display: inline;
	margin: 0px 13px 13px 0px;
	padding:0;
	text-align: center;
}

.photoGallery li a	{
	text-decoration: none;
	color: #3399CC;
	background: inherit;
}

.photoGallery li a:hover	{
	font-weight: bold;
	text-decoration: underline;
	color: #99CC00;
	background: inherit;
}

.photoGallery li p	{
	padding: 2px;
	margin: 0;
	color: #333333;
}

.photoGallery li img	{
	border: 1px solid #ED9FB4;
	padding: 2px;
	background: transparent;
}

.photoGallery li a:hover img{
 border: 1px solid #FFFFFF;
}

#photoGallery #previous {
	float: left;
}

#photoGallery #next {
	float: right;
}

#photoGallery #go, #next, #previous {
	color: #000000;
	background: #ED9FB4;
	border: 1px solid #CCCCCC;
	padding: 1px 4px 1px 4px;
	font-size: 11px;
	line-height: 12px;
}

#photoGallery #next:hover, #previous:hover {
	background: #CCCCCC;
	text-decoration: none;
}




