/* CSS Document */
img { border: 0px; }

a
{
	font-family: arial, verdana;
	font-size: 12px;
	color: #4F3A00;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

.body
{
	margin: 10px; 
	padding: 0;
	background-color: #FFFFFF;
	text-align: center;
}

.leftMainBG
{
	background: url(../images/mainLeftBG.jpg) repeat-y;
	width: 25px;	
}

.rightMainBG
{
	background: url(../images/mainRightBG.jpg) repeat-y;
	width: 25px;	
}

.mainBG
{
	background: url(../images/mainBG.jpg) repeat-y;
	width: 740px;	
}

.bottomNav
{
	font-family: arial, verdana;
	font-size: 10px;
	color: #4F3A00;
	font-weight: normal;
	text-align: center;
}

.headerText
{
	font-family: arial, verdana;
	font-size: 16px;
	color: #4F3A00;
	font-weight: bold;
	margin: 10px 50px;
	text-align: left;
}

.mainText
{
	font-family: arial, verdana;
	font-size: 12px;
	color: #4F3A00;
	font-weight: normal;
	margin: 10px 50px;
	text-align: left;
}

.portThumbPad
{
	padding: 5px;
}









