@charset "utf-8";
.body {
	background-color: #180f5e;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

a:link {
	color: #180f5e;
	text-decoration: underline;
}
a:visited {
	color: #180f5e;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
a:active {
	color: #180f5e;
	text-decoration: underline;
}
a.other:link {
	color: #ffffff;
	text-decoration: none;
}
a.other:visited {
	color: #ffffff;
	text-decoration: none;
}
a.other:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
a.other:active {
	color: #ffffff;
	text-decoration: none;
}
a.nav:link {
	color: #476C7F;
	text-decoration: none;
}
a.nav:visited {
	color: #476C7F;
	text-decoration: none;
}
a.nav:hover {
	color: #180f5e;
	text-decoration: underline;
}
a.nav:active {
	color: #476C7F;
	text-decoration: none;
}


.leftsidebar {
	background-color: #007dc3;
	background-image: url(../images/left_gradient.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.leftscuba {
	background-color: #007dc3;
	background-image: url(../images/sidebar_01.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.leftborder {
	background-image: url(../images/leftborder.jpg);
	background-repeat: repeat-y;
}

.rightborder {
	background-image: url(../images/rightborder.jpg);
	background-repeat: repeat-y;
}
.rightbgrnd {
	background-color: #180f5e;
}

.content1 {
	background-color: #FFFFFF;
	background-image: url(../images/rightcontent_01.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.content2 {
	background-color: #FFFFFF;
	background-image: url(../images/rightcontent_02.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.list {
	list-style-position: outside;
	list-style-type: disc;
	text-indent: 0px;
	text-align: left;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: -15px;
	list-style-image: url(../images/bullet_shell.jpg);
}
hr {
	color: #180f5e;
	background-color: #ffd400;
	height: 3px;
	margin-top: 0em;
	line-height: 10px;
}

.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-large;
	font-weight: bolder;
	color: #180f5e;
	border-bottom-width: medium;
	border-bottom-style: groove;
	border-bottom-color: #ffd400;
	font-variant: small-caps;
	text-align: center;
	line-height: 25px;
	letter-spacing: 0.05em;
}
.subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	color: #180f5e;
	font-variant: small-caps;
}
.subtitlelarge {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-weight: bold;
	color: #180f5e;
	font-variant: small-caps;
}

.coursetitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #180f5e;
	font-variant: normal;
	text-decoration: underline;
}
.coursetitlenolink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #180f5e;
	font-variant: normal;
}

.moreinfo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}

.equipborder {
	border-bottom-width: medium;
	border-bottom-style: groove;
	border-bottom-color: #007dc3;
	text-indent: 30px;
}


.navbarselect {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-variant: normal;
	font-weight: bold;
	text-indent: 4px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	vertical-align: middle;
}
.navbar {
	font-family: Arial, Helvetica, sans-serif;
	font-variant: normal;
	font-weight: bold;
	font-size: medium;
	text-indent: 4px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	vertical-align: middle;
}
.navborder {
	border-left-width: medium;
	border-left-style: groove;
	border-left-color: #007dc3;
}
.sidebartitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	font-variant: small-caps;
	text-transform: none;
	color: #180f5e;
	text-decoration: underline;
}
.sidebarfeed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	font-style: italic;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #FFFFFF;
	border-right-style: none;
}

.footergridright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #FFFFFF;
	border-right-width: thin;
	border-right-style: solid;
}
.contentborder {
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}

