body {
	font-family: Arial, Helvetica, sans-serif;

	color: #000;
	font-size: 12px;
}



p,td,tr {
	font-size: 12px;
}

a{
	font-weight: bold;
	text-decoration: none;
}

/*a:link {
	color: #009900;
}*/


a:active
{
	text-decoration: underline;
}

.vmiddle {
	vertical-align: middle;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

h2, h3
{
	color: blue;
		font-weight: bold;
}

.title {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: maroon;
}

.title1 {
	font-size: 12px;
	font-weight: bold;
	color: #0066cc;
}

.title2 {
	font-size: 12px;
	color: #0066cc;
}


#title h2
{
	font-size: 12px;
	color: #0066cc;

}

#news {
	clear: both;
	margin-top: 0.25em;
	border-top: 1px solid gray;
}


.vmiddle {
	vertical-align: middle;
}

.small {
	font-size: 85%;
}

.large {
	font-size: large;
}

#banner h1 {
	font-size: 110%;
	margin-bottom: 0;
}

#banner h2 {
	font-size: 125%;
	margin-top: 0.25em;
	margin-bottom: 0;
}

#banner h3 {
	font-size: 150%;
	margin-top: 0.25em;
	margin-bottom: 0;
}

#banner h4 {
	font-size: 150%;
	margin-top: 0.25em;
	margin-bottom: 0;
}

#info h3 {
	font-size: x-large;
	text-align: center;
}

#banner {
	margin-bottom: 0.5em;
}

.degree h1 {
	font-size: 150%;
	margin-bottom: 0;
}

.degree h2, .degree h3 {
	font-size: 125%;
	margin-bottom: 0;
}

.noBorder {	
	border: none;
}

.centeredTable {
   margin-left: auto;
   margin-right: auto;
}

.courseName {
	margin-top: 1em;
	font-weight: bold;
}

.courseUnits {
	font-weight: bold;
}

.courseMisc {
	font-style: italic;
}

.course {
	padding: 0.25em;
	border-bottom: 1px solid black;
	border-right: 1px solid gray;
	margin-bottom: 0.75em;
}

.courseDescription {
	margin-top: 0.5em;
	margin-left: 1em;
	padding: 0.5em;
}

.courseDescription p {
	margin-top: 0.25em;
	margin-bottom: 0.25em;
}

#courseInfo h3 {
	margin-bottom: 0;
	font-size: 125%;
}

#courseInfo h3+div {
	margin-top: 0;
}


tr.total {
	font-weight: bold;
}

span.underline {
	text-decoration: underline;
}
.buttondiv
{
     width: 325px;
	font-size: 12px;
	cursor: pointer;

}

.button
{
	font-size: 12px;
     width: 325px;
	 background-color :#FF9D5C;
	cursor: pointer;
	font-weight: bold;

}
hr {
  border: 0;
  width: 100%;
color: green;
background-color: #003300;
height: 2px;
}

#sidebar {
	float: right;
	width: 50%;
	margin-left: 0.5em;
	margin-right: 0.25em;
	padding: 0.25em;
	border-width: 3px;
	border-style: dotted; 
	font-size: 70%;
}
#sidebar1 {
	float: right;
	width: 85%;
	margin-left: 0.5em;
	margin-right: 0.25em;
	padding: 0.25em;
	border-width: 3px;
	border-style: dotted; 
	font-size: 70%;
}

