﻿body {
	font-family: 'Verdana',	Verdana, Lucida, Geneva, Helvetica,	Arial, sans-serif;
	background-color: #fff;
	background-image: url(/images/backgrouind.jpg);
	background-position: top left;
	background-repeat: repeat-y;
}

* {
	padding: 0;
	margin: 0;
}

img { border: none; }

div#outline {
	width: 850px;
}

div#menuArea {
	width: 200px;
	min-height: 300px;
	background-color: #231f20;
	float: left;
	line-height: 20pt;
	font-size: 8pt;
	font-weight: bold;
	font-family: 'Helvetica', Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	color: #fff;
}
	
div#menuArea ul {
	background-color: #231f20;
	list-style: none;
	margin-top: 10px;
	margin-left: 15px;
	margin-right: 20px;
}

div#menuArea li a {
	background-image: url(/images/bulletLinkWhite.gif);
	background-repeat: no-repeat;
	background-position: left;
	background-color: #231f20;
	font-weight: 900;
	display: block;
	color: #fff;
	text-decoration: none;
	text-align: left;
	width: 100%;
}
				

div#menuArea li a:hover, div#menuArea li a.selected {
	color: #ffc30d;
	background-image: url(/images/bulletLinkYellow.gif);
	background-repeat: no-repeat;
	background-position: left;
}

div#menuArea li.bottom { padding-top: 20px; }

div#contentArea {
	width: 650px;
	min-height: 300px;
	background-color: #fff;
	float: left;
}

div#pageTitle {
	width: 650px;
	height: 65px;
	background-image: url(/images/titleBackground.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

div#pageImage {
	width: 650px;
	height: 200px;
}

div#content {
	margin-top: 15px;
	margin-left: 40px;
	margin-right: 40px;
	color: #666;
	font-size: 11px;
}

div#contentStatic {
	margin-top: 15px;
	margin-left: 40px;
	margin-right: 140px;
	color: #666;
	font-size: 11px;
}

div#contentStatic2 {
	margin-top: 15px;
	color: #666;
	font-size: 11px;
}

div#detailContent {
	width:650px;
	padding-top:20px;
}

div#detailLeft {
	width: 420px;
	float: left;
}

div#detailRight {
	width: 225px;
	float: left;
}

div#footerArea {
	margin-top: 50px;
	margin-left: 40px;
	margin-right: 40px;
	color: #666;
	font-size: 9px;
}

div#footerArea a {
	text-decoration: none;
	color: #ffc30d;
	font-weight: bold;
}

h1 {
	color: #fff;
	font-size: 18px;
	padding-top: 12px;
	padding-left: 40px;
}

h2 {
	color: #333;
	margin-left: 0px;
	font-size: 12pt;
	font-family: 'Helvetica', Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;	
	margin-top: 18px;
	margin-right: 0px;	
}

h2.register {
	color: #333;
	margin-left: 40px;
	font-size: 12pt;
	font-family: 'Helvetica', Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;	
	margin-top: 18px;
	margin-right: 0px;	
}

h3 {
	color: #333;
	line-height: 23px;
	font-size: 10pt;
	font-family: 'Helvetica', Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;	
	margin-bottom: 5px;
	margin-right: 0px;	
}

h3#desc { margin-left: 40px; }

a { 
	color: #333;
	text-decoration: none;
	font-weight: bold;
}

a.notBold { font-weight: normal; }

a:hover { color: #999; }

p {
	font-size: 11px;
	color: #666;
	margin-bottom: 12pt;	
	line-height: 12pt;
}
	
p.details {
	font-size: 11px;
	color: #666;
	margin-left: 40px;
	margin-right: 50px;	
	line-height: 12pt;
}

#galleryHeading {
	margin-left: 1px;
	margin-right: 1px;
	margin-bottom: 1px;
}


table#galleryHeading, table#galleryHeading td { background-color: #ccc; }

td.register {
	font-size: .7em;
	color: #666;
	font-weight: bold;
}

div#navbar {
    height: 15px;
    width: 100%;
    background-color: #ccc;
}

div#navbar ul {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #666;
    line-height: 20px;
   	text-indent: 40px;
}

div#navbar li {
    list-style-type: none;
    display: inline;
    line-height: 23px;
}

div#navbar li a {
    text-decoration: none;
	color: #999;
}

div#navbar li a:link { color: #fff; }

div#navbar li a:hover { color: #014061; }

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix { display: inline-table; }

/* backslash hack hides from IE mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* end backslash hack */