/* Some elements have default margins and/or padding, so set everything to 0 */
* {
	margin: 0px;
	padding: 0px;
}
/* Make sure the elements are displayed as blocks (as opposed to inline) in all browsers */
header, section, footer, aside, nav, article, hgroup {
	display: block;
}
/* To center the whole site for some older browsers */
body {
	text-align: center;
	width:100%;
	font: normal 0.75em Tahoma;
}
#body_wrapper {	
	width: 100%;
	background-image: url(../images/space2.png);
	background-position: left top;
}
#main_header {	
	background-image: url(../images/bg2.png);
	background-position: center bottom;
	background-repeat: no-repeat;
}
#main_header h2 {
	text-shadow: 2px 1px black;
}
.login {
	text-align:center;
	/* top right bottom left */
	padding: 0.25em 0em 0.4em 0em;
}
input[type=text], input[type=password], button{
	padding:2px;
	border:none;
	border-radius: 4px;
	height: 10px;
}
button {
	cursor: pointer;
	font-size: 10px;
	height: 14px;
	background: #e6e6e6;
}
h2 {
	font: bold 1.1em Tahoma;
}
h1 {
	font: bold 0.95em Tahoma;
}
a:link {
	color: black;
	text-decoration: none;
	font: bold 0.75em Tahoma;
	text-shadow: 1px 1px white;
	display: inline-block;
}
a:visited {
	/* ucla light blue
	color:#00A5E5;
	ucla blue 
	color:#3284BF;
	ucla gold
	color:#FFE800;*/
	color:black;
	text-shadow: 1px 1px white;
}
a:hover {
	color:#FFE800;
	text-shadow: 1px 1px black;
	text-decoration: underline;
}
a:active {
	color:red;
}
.welcome {
	/* top right bottom left */
	padding: 0.75em 0px 2px 0.75em;
	color:white;
	font-weight:bold;
	text-align: left;
	text-shadow: 1px 1px #000000;
}
.main_menu {
	text-align: left;
	padding-left: 20px;
}
.main_menu li {
	/* top right bottom left */
	padding:2px 2px 3px 2px;
}
.main_submenu li {
	/* top right bottom left */
	padding: 2px 2px 0px 2px;
}
nav a:link {
	color:#FFE800;
	text-decoration: none;
	font-weight: bold;
	text-shadow: 2px 1px #000000;
}
nav a:visited {
	color:#FFE800;
	text-decoration: none;
}
nav a:hover {
	color:#FFFFFF;
	text-decoration: underline;
}
nav {
	color:white;
	font-weight: bold;
	text-shadow: 1px 1px #000000;
}
nav li {
	list-style: none;
	display: inline-block;
}
.main_content{
	/* top right bottom left */
	margin: 0px 4px 0px 4px;
	background-color: #f2f2f2;
	border-radius: 4px;
	padding: 0px 2px 2px 2px;
}
.main_footer {
	padding: 1.0em;
	color:white;
	font-weight: bold;
	text-shadow: 1px 1px #000000;
}
article {
	text-align: justify;
	background: white;
}
.scsignup {
	background: #f2f2f2;
	width:95%;
	text-align: center;
	padding:0.125em;
}
article footer {
	text-align: right;
	padding-top:0.625em;
}
.large_article {
	padding: 0.75em;
}
article h1 {
	padding-bottom: 0.15em;
}
article h2 {
	padding-bottom: 0.05em;
}
img {
	height: auto;
	max-width:50px;
}
.block{
	white-space: nowrap;
}
table {
	margin-left:auto;
	margin-right:auto;
	border:0 none !important;
	border-spacing: 0;
	border-collapse: collapse;
	width: 100%;
	text-align: center;
}
tr {
	padding-top:6px;
}
td {	
	padding:6px 4px 6px 4px;
}
th {	
	padding:10px 4px 10px 4px;
	text-align: center;
	background: white;
}
.table1{
	width: 15%;
}
.table2{
	width: 55%;
}
.bold {
	font-weight: bold;
}
tr:nth-child(2n+2) {
	background: #f2f2f2;
}
tr:nth-child(2n+1) {
	background: #d9d9d9;
}
.article_menu li {
	/* inline is left to right, horizontally */
	display: inline-block;
	list-style: none;
	padding: 5px;
	font-weight: bold;
}
.article_menu {
	color: black;
	text-shadow: 1px 1px white;
	text-align: center;
	padding-top: 5px;
}
.article_menu a:link {
	color:black;
	text-decoration: none;
	text-shadow: 1px 1px white;
}
.article_menu a:visited {
	color:black;
	text-decoration: none;
	text-shadow: 1px 1px white;
}
.article_menu a:hover {
	color:#FFE800;
	text-shadow: 1px 1px black;
	text-decoration: underline;
}
.gold {
	color:#FFE800;
	text-decoration: underline;
	font-weight: bold;
	text-shadow: 1px 1px black;
}
article p {
	padding-bottom: 5px;
	text-align: justify;
}
.tableinfo {
	text-align: justify;
	padding: 6px 5% 6px 5%;
}