/* Donald Beasley Institute website Stylesheet
----------------------------------------------- */
body {
  background-color: #600;
  width: 800px;
  margin: 10px auto 10px auto;
  font-family: verdana, sans-serif;
  text-align: center;
  color: #000;
  font-size: small;
  }
  
/* Links
----------------------------------------------- */
a:link {
  color: #309;
	background-color: #ffe;
  text-decoration: none;
}
a:visited {
  color: #903;
	background-color: #ffe;
  text-decoration: none;
}
a:hover {
  color: #096;
	background-color: #ffe;
  text-decoration: underline;
}

h1 a:hover {
  text-decoration: none;
	color: #800000;
	background-color: #ffe;
}

a img {
  border: none;
}

/* Layout
----------------------------------------------- */
#titlebox {
  width: 800px;
	color: #000;
	background-color: #ffe;
}

#toplinks {
	width: 300px;
	float: right;
	margin-right: 5px;
	text-align: right;
	font-size: 75%;
	color: #309;
	background-color: #ffe;
}

#contentwrapper {
	margin-top: 10px;	
} 
 
#content {
  width: 660px;
	float: right;
  text-align: left;
	color: #000;
	background-color: #ffe;
}

#contentinner {
 margin: 10px;
}

#menu {
  width: 135px;
	text-align: left;
  margin-right: 10px;
  font-size: 100%;
	color: #000;
	background-color: #ffe;
}

#footer {
  width: 100%;
  clear: both;
  margin-top: 10px;
	border-top: 2px solid #600;
	font-size: 75%;
	text-align: center;
	color: #000;
	background-color: #ffe;
}

/* Styles for rounded corners
------------------------------------------- */
b.rtopbox, b.rbottombox{
	display: block;
	background-color: #600;
}
b.rtopbox b, b.rbottombox b{
	display: block;
	height: 1px;
	overflow: hidden;
	background: #ffe;
}
b.r1{margin: 0 5px;}
b.r2{margin: 0 3px;}
b.r3{margin: 0 2px;}
b.rtopbox b.r4, b.rbottombox b.r4{
	margin: 0 1px;
	height: 2px;
}

/* Headings
----------------------------------------------- */
h1 {
	font-size: 140%;
	color: #903;
	background-color: #ffe;
}

h2 {
  font-size: 120%;
  color: #903;
	background-color: #ffe;
}
h3 {
  font-size: 110%;
  color: #903;
	background-color: #ffe;
}
h4 {
	font-size: 100%;
  color: #800;
	background-color: #ffe;
}

/* Menu list styles
----------------------------------------------- */
#menu ul {
  margin: 0;
  padding: 5px;
  list-style: none;
}
#menu li {
  margin: 0;
  padding: 0 0 .25em 15px;
  text-indent: -15px;
	line-height: 1.5em;
	border-bottom: 1px dotted #669;
}
#here {
		font-weight: bold;
} /* for menu item here text */

#submenu ul {
  list-style: none;
	border: none;
	margin-bottom: -4px;
}
#submenu li {
  margin: 0;
  padding: 0 0 .25em 15px;
  text-indent: -15px;
	line-height: 1.5em;
	font-weight: normal;
	border-bottom: 1px dotted #669;
}

/* General Table layout
----------------------------------------------- */
table {
	width: 100%;
}
td, th {
	vertical-align: top;
	border-bottom: 1px solid #669;
}

/* Style for Table on the form
----------------------------------------------- */
td.form {
	vertical-align: top;
	border: 0;
}

/* General text formatting
----------------------------------------------- */
abbr {
	border: none;
}
acronym {
	border: none;
	font-style: normal;
}
.center {
	text-align: center;
} /*Use for content centered in container.*/
.floatleft {
	float: left;
	padding: 5px;
} /*Use for img, positioned at left
with text flowing to the right.*/
.floatright {
	float: right;
	padding: 5px;
} /*Use for img, positioned at right
with text flowing to the left.*/
.clear {
	clear: both;
} /*To clear floating elements from both left and right.*/

.italic {
	font-style: italic;
}
.bold {
	font-weight: bold;
}
.redtext {
	color: #f00;
} 
.invisible {
	color: #ffe;
	background-color: #ffe;
}
.larger {
	font-size: 130%;
}
.rightalign {
	text-align: right;
}

ul.nobullet {
	font-size: small;
	list-style-type: none;
}
ul.bullet {
	font-size: small;
	list-style-type: circle;
}
.quote {
  font-style: italic;
	margin-left: 20px;
}
