/* Stanford Colors:
   Sandstone:  (231,209,154)
   Cardinal:   (164,0,29)
   
*/

/* Body Settings */
body {
	/*background-color: rgb(231,209,154); Sandstone */
   background-color: rgb(194,183,161);
   /*background-color: rgb(214,221,211);*/
}

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


linkBar {
	background-color: transparent;
	font-size: 9pt;
	color: rgb(0, 0, 0);
	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(0, 0, 0);
	text-decoration: none;
}
A:visited{
	color: rgb(0, 0, 0);
	text-decoration: none;
}
A:hover{
	color: rgb(164,0,29);
	text-decoration: underline;
}
A:active{
	color: rgb(0, 0, 0); 
	text-decoration: none;
}


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

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

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

h3 {
	margin-left: 40px;
	margin-top: 20px;
	margin-bottom: 00px;
	margin-right: 40px;
	font-family:'Lucida Sans Unicode','Lucida Grande',Lucida,sans-serif; 
	font-size: 12pt;
	font-weight: normal;
	text-decoration: underline;
	color: rgb(164,0,29);
}

hr {
	color: rgb(164,0,29);
   background-color: rgb(164,0,29);
	border: 0;
   text-align: center;
	width: 85%;
   height: 3px;
	z-index: 1;
}




/* 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(0, 0, 0);
}

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(0, 0, 0);
	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(0, 0, 0);
}
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: 800px; 
	background-color: rgb(255,255,255);  
	text-align: left;
	border: 10px solid rgb(164,0,29); 
	position: relative;
	z-index: 0;
   background-image: url(./images/Background.png);
}

div#sub_division {
	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;
}
