@charset "UTF-8";
/*
# MY Dream! Web Development Solutions
# Package: SJW
# Version ID: $version
# Copyright (C) $copyright Jamey Aebersold Jazz(R). All Rights Reserved.
# Developed by Jason A. Lindsey; www.dreamchaserdesign.com
# MY Dream! Web Development Solutions is paid development.
# Version(s) may have been modified pursuant to the icense Agreement.
# See docs/copyright.txt for copyright notices and licensing information.
*/

/* CSS RESET */
* {
	margin: 0;
	padding: 0;
}

/* GLOBAL */
body {
  /* background: #ffffe4 url(../images/bkg-body.png) no-repeat center top; */
  background: #000;
	margin: 0 auto;	
	text-align: left;
	width: 100%;
}

a {
	border-bottom: 1px dotted #333;
	color: #171371;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	border: 0;
}

h1 {
	border-bottom: 1px dotted #333;
	color: #171371;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin: 0 5px 0 5px;
	padding: 5px 0 5px 0;
}

h2 {
	color: #660000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0 5px 0 5px;
	padding: 5px 0 5px 0;}

.row1 {
	background: #e0e0e0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 5px;
}

.row2 {
	background: #f0f0f0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 5px;
}

li {
	margin: 0 0 0 20px;
}

/* BODY */
#wrapper {
	background: #fff;
	margin: 0;
	padding: 0;
	width: 100%;
}

#leftcolumn {
	background: #f1f1f1;
	border-right: 1px solid #C0C0C0;
	text-align: left;
	vertical-align: top;
	width: 25%;
}

#rightcolumn {
	vertical-align: top;
	width: 75%;
}

/* MENU */
#menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 5px 0 0 3px;
}

#menu_tab {
	color: #333;
	line-height: 12px;
	list-style: none;
	font-size: 12px;
	margin: 0px 5px 10px 0;
	padding: 3px 0 3px 0;
}

#menu li {
	border-bottom: 1px dotted #333;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	list-style-type: none;
	margin: 0;
}

#menu a {
	border-bottom: 1px dotted #333;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}

#menu a:hover {
	border: 0;
}

#menu li a {
	border: 0;
	font-size: 12px;
	font-weight: normal;
}

#menu li:hover {
	background: #ccc;
}

#menu h1 {
	background: #660000;
	color: #fff;
	font-size: 12px;
	margin: 0 3px 0 0;
	padding: 3px 0 3px 5px;
}

/* IMAGES */
.image_links {
	border: 1px solid #333;
	height: 40px;
	padding: 1px;
	text-align: left;
	width: 140px;
}

.image_content {
	border: 1px solid #333;
	height: 160px;
	margin: 0px 5px 0px 5px;
	padding: 3px;
	text-align: left;
	width: 200px;
}

.images_faculty {
	border: 1px solid #333;
	height: 160px;
	margin: 0px 5px 0px 5px;
	padding: 3px;
	text-align: left;
	width: 200px;
}

.images_sponsors {
	border: 1px solid #333;
	margin: 0px 5px 10px 5px;
	padding: 3px;
	text-align: left;
}

/* TEXT DECLARATIONS */
.error {
	color: #ff0000;
	font-family: Arial, Helvetica, sans-serif;
	/*font-size: 1.35em;*/
	font-size: 12px;
	font-weight: bold;
	}

.default {
	color:#333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.3em;
	padding: 5px 8px 5px 5px;
	text-align: left;
}

.news {
	color:#ff0000;
	font-family: Arial, Helvetica, sans-serif;
	/*font-size: 1.35em;*/
	font-size: 12px;
	font-weight: bold;
	padding: 3px 3px 3px 3px;
	text-align: left;
}

.footnote {
	color:#666;
	font-family: Arial, Helvetica, sans-serif;
	/*font-size: 1.0em;*/
	font-size: 10px;
	line-height: 1.1em;
	padding: 0 8px 0 8px;
}

/* notices */
.notice {
	background: #fff6bf;
	border: 2px solid #ffd324;
	color: #514721;
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 13px;
	padding: 8px;
	text-align: center;
	width: 100%;
}

.notice a {
	border-bottom: 1px dotted #333;
	color: #514721;
}

.notice a:hover {
	background: none;
	border-bottom: 0;
	color: #514721;
}

.success {
	background: #e6efc2;
	border: 2px solid;	
	border-color: #c6d880;
	color: #264409;
	margin-left: 10px;	
}

.success p {
	color: #264409;
	text-align: center;	
}

.success a {
	border-bottom: 1px dotted #333;
	color: #264409;
}

.success a:hover {
	background: none;
	border-bottom: 0;
	color: #264409;
}