/*
	Rutgers University Student Assembly CSS Stylesheet
	Created by Rohit Sodhia
*/

body, table, #mainBody, input, textarea, select {
	font: 12px "Avant Garde", "Century Gothic", sans-serif;
}

body {
	background: #808080 url(rutgers_seal.png) top left no-repeat;
	margin: 10px 0px;
	padding: 0px 0px;
}

img {
	border: none;
	margin: 0px 0px;
	padding: 0px 0px;
}

hr {
	border: none;
	background: #000000;
	color: #000000;
}

div {
	text-align: left;
}

textarea {
	text-align: justify;
}

fieldset {
	margin-top: 1.5em;
	width: 600px;
	border-color: #7777DD;
}

fieldset legend {
	color: #EE0000;
	font-size: 1.2em;
	font-weight: bold;
}


/* Links */
a {
	color: #0033FF;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#submenu a {
	font-family: Arial;
	display: block;
	margin: 3px 0px 0px 0px;
	text-align: center;
	width: 100%;
	border: 2px solid #000000;
	border-right: 1px solid #000000;
	background: #666666;
	padding: 2px;
	color: #FFFFFF;
	text-decoration: none;
}

#submenu a:hover {
	background: #D21034;
}


/* IDs */
#layout {
	width: 950px;
	border: 1px solid #000000;
	border-top: none;
}

#mainBody {
	background: #FFFFFF;
	margin: 0px 0px;
	padding: 5px;
	padding-right: 0px;
}

#submenu {
	width: 150px;
/*	border: 1px solid #000000;
	padding: 5px;
*/	text-align: left;
	float: right;
	margin-top: 10px;
	margin-right: 6px;
}

#submenu #current {
	background: #D21034;
}

#content {
	margin-right: 165px;
	padding: 8px;
	text-align: justify;
}

#content div {
	text-align: justify;
}

#bottom {
	background: #D21034;
	color: #FFFFFF;
	font-size: 10px;
	text-align: center;
	padding: 5px;
	clear: both;
}

/* Classes */
input.submit {
	background: #FF6666;
	border-top: 1px solid #AAAAFF;
	border-left: 1px solid #AAAAFF;
	border-right: 2px solid #3333FF;
	border-bottom: 2px solid #3333FF;
}
