/* Why Quit:
1.  rgb(38, 20, 20)  - dark red
2.  rgb(38, 38, 38)  - dark gray
3.  rgb(65, 62, 45)  - brown
4.  rgb(242, 240, 195) - light tan
5.  rgb(205, 198, 135) - dark tan

*/

/* Body Settings */
body {
	background-color: rgb(242, 240, 195);
}

/*
body#linkbar {
	background-color: rgb(205, 198, 135);
	margin-left: 00px;
	margin-top: 00px;
	margin-bottom: 00px;
	margin-right: 00px;
	text-align: center;
	font-size: 11pt;
	color: rgb(65, 62, 45);
}
*/
linkBar {
	background-color: rgb(205, 198, 135);
	font-size: 11pt;
	color: rgb(65, 62, 45);
	font-family:'Lucida Sans Unicode','Lucida Grande',Lucida,sans-serif;
	text-align: center;
}


/* Link Settings */
A {
	font-family:'Lucida Sans Unicode','Lucida Grande',Lucida,sans-serif; 
	font-size:8,
	text-decoration: none;
}
A:link {
	color: rgb(65, 62, 45);
	text-decoration: none;
}
A:visited{
	color: rgb(65, 62, 45);
	text-decoration: none;
}
A:hover{
	color: rgb(38, 20, 20);
	text-decoration: underline;
}
A:active{
	color: rgb(65, 62, 45); 
	text-decoration: none;
}


/* Heading Settings */
h1 {
	font-family:'Lucida Sans Unicode','Lucida Grande',Lucida,sans-serif; 
	font-size: 24pt;
	font-weight: bold;
	color: rgb(38, 20, 20);
	margin-left: 00px;
	margin-top: 00px;
	margin-bottom: 0px;
	margin-right: 00px;
	text-align: center;
	position: relative;
	z-index: 1;
}

h2 {
	margin-left: 40px;
	margin-top: 10px;
	margin-bottom: 00px;
	margin-right: 40px;
	font-family:'Lucida Sans Unicode','Lucida Grande',Lucida,sans-serif; 
	font-size: 12pt;
	font-weight: bold;
	text-decoration: underline;
	color: rgb(38, 20, 20);
}

h2#A {
	margin-left: 40px;
	margin-top: 10px;
	margin-bottom: 00px;
	margin-right: 40px;
	font-family:'Lucida Sans Unicode','Lucida Grande',Lucida,sans-serif; 
	font-size: 12pt;
	font-weight: bold;
	text-decoration: underline;
	color: rgb(38, 20, 20);
}


/* Paragraph Settings */
p {
	font-family:'Lucida Sans Unicode','Lucida Grande',Lucida,sans-serif; 
	margin-left: 40px;
	margin-top: 00px;
	margin-bottom: 00px;
	margin-right: 40px;
	font-size: 11pt;
	color: rgb(65, 62, 45);
}

p#copyright {
	font-family:'Lucida Sans Unicode','Lucida Grande',Lucida,sans-serif; 
	font-size: 8pt;
	margin-left: 00px;
	margin-top: 10px;
	margin-bottom: 00px;
	margin-right: 00px;
	color: rgb(38, 20, 20);
	text-align: center;
}

/* Un-Ordered Lists */
ul {
	font-family:'Lucida Sans Unicode','Lucida Grande',Lucida,sans-serif; 
	margin-left: 15px;
	margin-top: 00px;
	margin-bottom: 00px;
	margin-right: 40px;
	font-size: 11pt;
	color: rgb(65, 62, 45);
}
li {
	margin-top: 8px;
}



/* Division Settings */
div#main_division {
	font-family:'Lucida Sans Unicode','Lucida Grande',Lucida,sans-serif; 
	margin: 0pt auto;
	margin-top: 00px;
	width: 700px; 
	background-color: rgb(205, 198, 135);  
	text-align: left;
	border: 10px solid rgb(38, 20, 20); 
	position: relative;
	z-index: 0;
}

div#advertisement {
	font-family:'Lucida Sans Unicode','Lucida Grande',Lucida,sans-serif; 
	margin: 0pt auto;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top:5px;
	padding-bottom:5px;
	padding-right:5px;
	padding-left:5px;
	width: 620px; 
	background-color: rgb(242, 240, 195); 
	text-align: center;
	border: 2px solid rgb(38, 20, 20); 
	font-size: 16pt;
	font-weight: bold;
	color: rgb(65, 62, 45);
}

/* Linkbar Settings */
/*
iframe#linkbar {
	font-family:'Lucida Sans Unicode','Lucida Grande',Lucida,sans-serif;
	margin-left: 00px;
	margin-top: 00px;
	margin-bottom: 00px;
	margin-right: 00px;
	width:580px;
	text-align: center;
}
*/

.round {
  -webkit-border-radius: 3ex;
  -moz-border-radius: 3ex;
}

