form#openStudentWeb {
	color: #ccc;
	background-color: #3D3193;
	float: right;
	width: 50%;
	border-radius: 8px;
	padding: 10px;
}
/* text blocks */

body {
	background-color: #fff;
	background-image:  url(../../images/bg_arabesque_w.jpg)
	font : 95% "Lucida Grande","Lucida Sans Unicode", Verdana, sans-serif;
	background-image: url(../../images/bg_arabesque_w.jpg);
}
p, ul, dl, ol 	{ line-height: 1.5em; margin-top: 3px; }

div#nav ul {
	margin: 0 0 1em 0;
	padding: 0;
	list-style-type: none;
}
.subhead {
	padding-left: 10px;
}
th {
	color: #366;
	text-align: left;
	padding-top: 15px;
	border-bottom: 1px solid #366;
	font-weight: normal;
}

#tweens th, #tweens td {
	border-bottom: none;
	text-align: center;
}


.row-header {  }

.inline { 
	float: left; /* wrap text around images */
	margin-right: 10px;
	margin-left: 0px; 
}
.roll {
	font-size: 14px;
	width: 710px;
}

/* end text blocks */

/* positioning */


#wrap-text {
	margin: 0;
	border: 0;
	padding: 0;
	width: 550px; /* False value for IE4-5.x/Win */
	voice-family: "\"}\"";
	voice_family: inherit;
	width: 500px; /* Actual value for conformant browsers */
}

html>wrap-text {
	width: 500px; /* Be nice to Opera */
	}

#content {
	margin: 0;
	padding: 0 35px 0 15px;
	margin-left: 200px;
	width: auto;
	min-height: 600px;
}

#sidebar {
	background: #3D3193;
	}
#nav { font-size: 15px;
}

#footer {
	font-size: x-small;
	color: #999;
	border-top: 1px groove #366;
	margin-top: 25px;
	clear: both;
}
#date {
	float: right;
	margin: 0;
	padding: 0 10px 0 0;
	text-align: right;
}

/* end positioning */


/* headers*/

h1, h2, h3     { font-style: normal; color: #3D3193; font-family: tahoma, verdana, helvetica, sans-serif }
               
h1 	{ font-weight: normal;  font-size: 28px; margin-bottom: 15px; margin-top: 15px  }
h2	{ font-weight: normal; font-size: 18px; margin-bottom: 5px; margin-top: 15px   }
h3 	{
	font-weight: normal;
	font-size: 16px;
	margin-bottom: 0px;
}

/* end headers */

/* links */

a:link { text-decoration: underline; font-weight: normal; color: #3D3193; backgroud: transparent; } 
a:visited    { text-decoration: underline; color: #3D3193; font-weight: normal; }
a:hover { text-decoration: underline; color: #AEDA6B; }
a:active { text-decoration: underline; color: #3D3193; }

div#nav a:link { color: #AEDA6B; text-decoration: none; font-weight: normal }
div#nav a:visited    { color: #AEDA6B; text-decoration: none; font-weight: normal }
div#nav a:hover { color: #ffffff; text-decoration: underline; }
div#nav a:active { color: #AEDA6B; text-decoration: none; }

div#footer a:link { text-decoration: underline; font-weight: normal; color: #999; } 
div#footer a:visited { text-decoration: underline; font-weight: normal; color: #999; } 
div#footer a:hover { text-decoration: underline; color: #609; }
div#footer a:active { text-decoration: underline; color: #609; }

/* end links */


img {
	border: 0px;
}
th {
	color: #366;
	text-align: left;
	margin-top: 15px;
	border-bottom: 1px solid #366;
}

#schedule td { vertical-align: top; }

.row-header { text-align: right; }
dt {
	font-weight: bold;
}
caption {
	font-weight: bold;
}
.techniques {
	-moz-column-count:2; /* for mozilla */
	-webkit-column-count:2;  /* for webkit (Safari and Google) */
	-o-column-count:2;  /* for opera, likely, when supported */
	column-count:2; /* for all and future proofing */

}

