body {
	background:url(../images/tile.gif) repeat top left #fc6;
	color:#333;
	font-family:lucida, "Lucida Grande", "Lucida Sans Unicode", arial, helvetica, verdana, sans-serif;
	font-size:12px;
}

p, li, h1, h2, h3, h4, h5 {
	line-height:135%;
}

p { margin:0.6em 0 1em 0 }
ul { margin-top:0 }

h1, h2, h3, h4, h5 {
	font-family:arial;
	font-weight:normal;
	color:#59178A;
	margin:0.6em 0; 
}

h2 { margin:0 0 0.6em 0; font-size:24px }
h3 { font-size:18px }
h4 { font-size:16px }
h5 { font-size:14px }

a { color:#59178A }
a:hover { color:#f60 }
a img { border:none }

tr, td { text-align:left; vertical-align:top }
td { padding:0.3em 1em 0.3em 0; border-bottom:1px solid #ddd }
table { border-spacing:0 }

address { font-style:normal; }
#address { color:#666; font-size:11px; }

code { color:green; font-family:monospace; font-size:12px; }

#frame {
	width:903px;
	margin:0 auto;
}

/* TOP */

#top {
	background:url(../images/top2.gif) top left transparent no-repeat;
	height:238px;
}

#logo {
	float:left;
	margin-left:20px;
	width:295px;
	margin-top:20px;
}

#logo h1 {
	margin:0;
}

#logo h1 a {
	text-indent:-2000px;
	display:block;
	width:295px;
	height:151px;
	background:url(../images/logo.gif) top left transparent no-repeat;
}

#search {
	float:right;
	width:400px;
	text-align:right;
	padding-right:30px;
	padding-top:20px;
}

#search form p { margin:0; }

#header_images {
	float:right;
	width:320px;
	height:142px;
	margin-top:10px;
}

#header_images img { margin-left:10px; }

/* BODY */

#body {
	clear:both;
	background:url(../images/body.gif) top left transparent repeat-y;
}

#content {
	padding:20px 30px;
	overflow:auto;
}

#content_left {
	float:left;
	width:200px;
	padding-right:30px;
}

#content_right {
	float:left;
	width:610px;
}

#content_right ul {
	list-style:url(../images/list-dot.gif);
}

/* FORMS */
form { margin:0 }
legend { font-weight:bold; color:#59178A; background-color:transparent }
fieldset { border:1px solid #f60 }

input, select, textarea {
	font-family:lucida, "Lucida Grande", "Lucida Sans Unicode", arial, helvetica, verdana, sans-serif;
	font-size:12px;
	background-color:#fff;
	border:1px solid #F7B521;
	color:#333;
	padding:2px;
}

input[type='text'], input[type='password'], textarea {
	background:url(../images/input_bkgd.gif) top left no-repeat #fff;
	padding:4px 6px;
}

input:focus, textarea:focus { border-color:#59178A; color:#59178A }
label.checked { color:#f60 }
.required, .req { color:green; font-size:20px; font-weight:bold; vertical-align:middle; }

input.checkbox { border:none; background-color:transparent }

.submit {
	background-color:#59178A;
	color:#fff;
	text-transform:uppercase;
	font-size:11px;
	font-family:arial;
	font-weight:bold;
}
input.submit:focus { color:#fff }

.imageright { 
	float:right;
	margin:0 0 1em 1em;
}
.imageleft { 
	float:left;
	margin:0 1em 1em 0;
}
.clear { clear:both }
.note { color:#666 }
.small { font-size:11px; }
.download { padding-left:15px; background:url(../images/download.gif) top left no-repeat transparent; }
.hilite { color:green; font-weight:bold; }

hr { height: 1px; color: #999; border: none; clear:both } /* For Internet Explorer */
html>body hr { height: 1px; background-color: #999; border: none; } /* For Gecko-based browsers */
html>body hr { height: 1px; background-color: #999; border: 0px solid #999; } /* For Opera and Gecko-based browsers */

#feature_boxes {
	clear:both;
	padding-top:10px;
}

.feature {
	float:left;
	width:150px;
	margin-right:20px;
}

.feature a { color:#fff; text-decoration:none }
.feature a:hover { color:orange; }

.feature h4 {
	background:url(../images/box_top_purple.gif) top left no-repeat #fff;
	height:33px;
	color:#fff;
	font-weight:bold;
	font-size:12px;
	text-align:center;
	line-height:32px;
	text-shadow: #000 2px 2px 1px;
	margin-bottom:0;
}

.feature p {
	margin:0;
}

h4.alt_feature  {
	background-image:url(../images/box_top_lightpurple.gif);
}

#footer {
	height:65px;
	background:url(../images/footer.gif) top left transparent no-repeat;
	padding-top:15px;
}

#footer p {
	text-align:center;
	margin:0;
	font-size:11px;
	color:#9B74B9;
}

#footer a { color:#D3C2E1; text-decoration:none; }
#footer a:hover { color:#F7B521 }

#homepage_content {
	overflow:auto;
	border-bottom:1px solid #ccc;
	background-color:white
}

#homepage_content p { margin:0 }

#news_ticker {
	margin-top:1em;
	float:left;
	width:500px;
}

.articleList li {
	list-style:url(../images/doc.gif);
	border-bottom:1px solid #ccc;
	margin-bottom:1em;
	padding-bottom:0.3em;
}
.articleList li strong { font-size:16px; font-weight:normal; line-height:150%; }

.event_item {
	overflow:auto;
	padding-bottom:1em;
	margin-bottom:1em;
	border-bottom:1px solid #ccc;
}
.event_date { 
	background-color:#ffc;
	border:1px solid #fc3;
	float:left;
	width:40px;
	text-align:center;
	padding:2px;
	color:#4F1F91;
}
.event_day { font-size:24px; }
.event_month { font-size:10px; }
.event_year { font-size:10px; }

.event_details {
	margin-left:20px;
	float:left;
	width:530px;
}

.event_details h3 { margin-top:0 }

.dropshadow_right {
  float:right;
  background: url(../images/shadowAlpha.png) no-repeat bottom right !important;
  /* IE ignores the !important bit and uses this line */
  background: url(../images/shadow.gif) no-repeat bottom right;
  margin: 10px 0 10px 25px !important;
  margin: 10px 0 0 5px;
  }

.dropshadow_right img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #f90;
  margin: -6px 6px 6px -6px;
}

.dropshadow_left {
  float:left;
  background: url(../images/shadowAlpha.png) no-repeat bottom right !important;
  /* IE ignores the !important bit and uses this line */
  background: url(../images/shadow.gif) no-repeat bottom right;
  margin: 10px 15px 10px 0px !important;
  margin: 10px 0 0 5px;
  }

.dropshadow_left img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #f90;
  margin: -6px 6px 6px -6px;
}

#content_right #search_results ul {
	list-style:url(../images/doc.gif);
}
#search_results li { line-height:160%; }

.course_list {
	float:left;
	width:250px;
	margin-right:10px;
}

.course_list ul {
	padding-left:1.2em;
}