/* CSS Document */

body {
	background-image: url(images/body-bg.jpg);
	background-repeat: repeat;
	margin: 0px 0px 0px 0px;
}
body,td,th {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	color: #333333;
}
a:link {
	color: #8a966d;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #8a966d;
}
a:hover {
	text-decoration: none;
	color: #8a966d;
}
a:active {
	text-decoration: underline;
	color: #8a966d;
}
h1 {
	font-size: 24px;
}
h2 {
	font-size: 18px;
}

.main {
	background-color: #ffffff;
	margin-top: 20px;
	}
	
#right-side {
	background-color: #fbfbfb;
	background-image: url(images/right-side-bg.jpg);
	background-repeat: no-repeat;
	}
	
#right-side-content {
	padding: 20px 12px auto 9px;
	}
	
.right a:link {
	color: #333333;
	text-decoration: underline;
	}

.right a:visited {
	color: #333333;
	text-decoration: underline;
	}
	
.right	a:hover {
	color: #333333;
	text-decoration: underline;
	}
	
.right	a:active {
	color: #333333;
	text-decoration: underline;
	}
	
#content {
	margin: auto 10px 0px 10px;
	}
	
#content p{
	line-height: 16px;
	}

/* mindlash footer */ 
.mindlashFooter {  font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #666666}
.mindlashFooter a:link {color: #3e5f40; text-decoration: none; font-weight: bold;}
.mindlashFooter a:hover {color: #3e5f40; text-decoration: underline;}

