html, body {
	padding: 0px;
	background-color: #FFFFFF;
	
	text-align: center;
	color: #4C4C4C;
	margin: auto;
}

A:link, A:active, A:visited
{
	font-weight: bold;
	text-decoration: none;
	color: #4c4c4c;
}

A:hover
{
	font-weight: bold;
	text-decoration: underline;
	color: #000000;
}

/* PAGE SETUP */
#page
{
	width: 950px;
	height: auto;
	
	padding-top: 25px;
}

#menu{
	width: 237px;
	height: auto;
	
	float: left;
}

#menuItem{
	height: 20px;
	padding-bottom: 5px;

	clear: both;
}

#menuTop{
	background-image: url('../images/menuTop.gif');
	background-position: top;
	background-repeat: no-repeat;
	
	width: 237px;
	height: 5px;
}
#menuBG{
	background-image: url('../images/menuBG.gif');
	background-position: top;
	background-repeat: repeat-y;
	
	width: 237px;
	height: auto;
	
	padding-bottom: 30px;
}
#menuBottom{
	background-image: url('../images/menuBottom.gif');
	background-position: bottom;
	background-repeat: no-repeat;
	
	width: 237px;
	height: 5px;
}

#logo{
	
}

#menuContainer{
	text-align: right;
	padding-right: 20px;
}

A.menu:link, A.menu:active, A.menu:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;

	color: #4c4c4c;
	
	text-transform: uppercase;
}
A.menu:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;

	color: #4c4c4c;
	
	text-transform: uppercase;
	text-decoration: none;
}



#content{
	width: 712px;
	height: 500px;
	
	float: left;
}

#contentTop{
	background-image: url('../images/contentTop.gif');
	background-position: top;
	background-repeat: no-repeat;
	
	width: 712px;
	height: 5px;
}
#contentBG{
	background-image: url('../images/contentBG.gif');
	background-position: top;
	background-repeat: repeat-y;
	
	width: 712px;
	height: auto;
}
#contentBottom{
	background-image: url('../images/contentBottom.gif');
	background-position: bottom;
	background-repeat: no-repeat;
	
	width: 712px;
	height: 5px;
}

#contentContainer{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #4C4C4C;

	width: 672px;
	height: auto;

	padding-top: 45px;

	text-align: center;
}

#contentText{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #4C4C4C;

	width: 600px;
	height: auto;

	padding: 36px;
	padding-top: 0px;

	text-align: left;
}


#intro{
	width: 600px;
	height: auto;

	padding: 36px;
	padding-top: 0px;
	
	text-align: center;
}


table, td{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #4C4C4C;
	
	text-align: left;
	line-height: normal;
	
	vertical-align: top;
}


h1
{
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;

	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #4C4C4C;
}

h2
{
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;

	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color:#4C4C4C;
}

h3
{
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:#4C4C4C;
}


IMG
{
	border-color: #FFFFFF;
}

UL
{
	list-style-image: url(images/li.gif);
}

.specchar
{
	font-family: symbol;
}

.small
{
	font-family: verdana,tahoma,arial;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
}

.heading
{
	font-family: verdana,tahoma,arial;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
}

.normal
{
	text-align: left;
	font-family: verdana,tahoma,arial;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
.errStr
{
	font-family: verdana,tahoma,arial;
	font-size: 10px;
	font-weight: normal;
	color: #FF0000;
}

.path
{
	font-family: terminal;
	font-size: 13px;
	font-weight: normal;
	text-decoration:none;
	color: #FFFFFF;
}

.thumb	{position:relative;
	margin-top:1px;
	margin-bottom:5px;
	margin-left:1px;
	margin-right:5px;

	text-align:center;
	float:left;
	padding:5px;
	width:138px;
	background-color:#F3F3F3;

	border-bottom:1px #C8C8C8 solid;
	border-right:1px #C8C8C8 solid;
	border-top:1px #D5D5D5 solid;
	border-left:1px #D5D5D5 solid;
}

.thumbnailPic{
	height:150px;
	width:100%;
}
