html {
	font-size					: 16px;
}
body {
	background					: #b2b2b2;
	background-image			: url(../img/bg_main.gif);
	background-repeat			: repeat-x;
	margin						: 0 auto;
	font-family					: arial, "lucida console", sans-serif;
	font-size					: 0.8em;
}
#outer_container {
	/*width						: 910px;*/
	/*width						: 870px;*/
	margin						: 0 auto;
	/*margin-top					: -20px;*/
	text-align					: center;
	overflow					: hidden;
	
	width						: 870px;
}
/*#shade_left {
	background-image			: url(../img/shade_left2.gif);
	float						: left;
	width						: 35px;
	padding-bottom				: 10000px;
	margin-bottom				: -10000px;
	background-repeat			: repeat-y;
}
#shade_left2 {
	background-image			: url(../img/shade_left.gif);
	background-repeat			: no-repeat;
	height						: 610px;
	width						: 35px;
}
#shade_right {
	background-image			: url(../img/shade_right2.gif);
	float						: left;
	width						: 35px;
	padding-bottom				: 10000px;
	margin-bottom				: -10000px;
	background-repeat			: repeat-y;
}
#shade_right2 {
	background-image			: url(../img/shade_right.gif);
	height						: 610px;
	width						: 35px;	
}*/

#container_left_repeat {
	background					: url(../img/shade_left2.gif) repeat-y left;
	float						: left;
	width						: 870px;
}
#container_left {
	background					: url(../img/shade_left.gif) no-repeat top left;
	float						: left;
	height						: 610px;
	width						: 35px;
}
#container_right_repeat {
	background					: url(../img/shade_right2.gif) repeat-y right;
	float						: left;
	width						: 835px;
}
#container_right {
	background					: url(../img/shade_right.gif) no-repeat top right;
	float						: right;
	height						: 610px;
	width						: 35px;
}
#container {
	background					: white;
	width						: 800px;
	float						: left;
	overflow:hidden;
	margin:auto;
}

div.floatClear {
	clear						: both;
	height						: 0px;
	overflow					: hidden;
}

a {
	color						: red;
	text-decoration				: none;
}
a .sub_link {
	font-size					: 0.9em;
	color						: red;
}

a .sub_link:hover {
	text-decoration				: underline;
}
#right_col img a, #right_col a img {
	border						: 1px solid #000000;
}

a:hover {
	text-decoration				: underline;
}
h3 {
	font-size : 1.1em;
}
h3.noMargin {
	margin:0;
	padding:0;
}

/*HEADER SECTION*/

#title {
	width						: 800px;
	margin						: 10px;
	margin-top					: 30px;
	margin-left					: 30px;
}
#logo {
	/*background-image			: url(../img/logo_green.gif);*/
	background-repeat			: no-repeat;
	float						: left;
	width						: 239px;
	height						: 38px;
	margin-top					: 7px;
	margin-bottom				: 13px;
}
#site_links {
	float						: right;
	margin-right				: 45px;
	font-size					: 0.9em;
}
.site_links {
	margin-top					: 0px;
	margin-right				: 2px;
}
.site_links li:first-child {
	border-left					: none;
	margin-left					: 0px;
	padding-left				: 0px;
}
.site_links li{
	color						: #b2b2b2;
	display						: inline;
	float						: left;
	margin-right				: 6px;
	padding-left				: 5px;
	
}
.site_links a{
	color						: #7d7d7d;
}
.site_links a:hover{
	color						: red;
}

#accessibility {
	float						: right;
	margin-right				: 50px;
	margin-top					: 6px;
	
}

#accessibility a {
	color						: #7d7d7d;
	font-weight					: bold;
}

#accessibility a:hover {
	
}

#accessibility_button {
	/*background-image			: url(../img/button_accessibility_green.gif);*/
	background-repeat			: no-repeat;
	float						: left;
	width						: 102px;
	height						: 20px;
	padding-top					: 6px;
	overflow					: hidden;
	margin-right				: 10px;
	color						: #7D7D7D;
	font-weight					: bold;
}

.accessibility_button_text {
	/*background-image			: url(../img/button_a_green.gif);*/
	background-repeat			: no-repeat;
	float						: left;
	width						: 30px;
	height						: 20px;
	padding-top					: 6px;
	overflow					: hidden;
	font-weight					: bold;
}

#accessibility_button:hover {
	
}

.accessibility_button_text:hover {
	color						: black;
	text-decoration				: underline;
}

#banner_shade {
	background-image			: url(../img/shade_banner.gif);
	background-repeat			: no-repeat;
	width						: 779px;
	height						: 150px;
	margin-left					: 11px;
	padding-top					: 19px;
	padding-left				: 18px;
}
#banner {
	background-image			: url(../img/banner.gif);
	background-repeat			: no-repeat;
	width						: 738px;
	height						: 128px;
	/*position					: relative;
	top							: 19px;
	left						: 18px;*/
	border						: 1px solid #999999;
	margin-bottom				: 1px;
	overflow:hidden;
	float:left;
}

/*QUICK LINKS*/

#quick_links {
	margin-top					: 10px;
	margin-left					: 6px;
	text-align					: left;
	float						: left;
}
#quick_links_dd {
	margin-bottom				: 5px;
}
.go_button {
	float						: left;
	width						: 19px;
	padding-top					: 2px;
	color						: #7f7f7f;
}

.go_button a {
	color						: #B2B2B2;
}

.go_button:hover a {
	color						: black;
	text-decoration				: underline;
}

.login_text {
	float						: left;
	width						: 180px;
	margin-bottom				: 5px;
}
.login_text input {
	color						: #7f7f7f;
}

/*TABS*/

.tab {
	height						: 20px;
	width						: 133px;
	background					: black;
	color						: white;
	text-align					: center;
	font-weight					: bold;
	/*margin-top					: 100px;
	padding-top					: 2px;*/
	font-size					: 0.9em;
	padding-top					: 2px;
	padding-bottom				: 2px;
	margin-left					: 4px;
}
.tab a {
	position					: relative;
	top							: 2px;
}
.tab_link a {
	color						: white;
}
.tab_link a:hover {
	color						: black;
	text-decoration				: none;
}
.tab_link #tab_students a:hover {
	color						: white;
	text-decoration				: none;
}
#tab_foot {
	/*background					: #90d704;*/
	height						: 6px;
	width						: auto;
}
#tab_foot_overlay {
	height						: 6px;
	width						: auto;
}
#tab_college {
	float						: left;
	margin-left					: 10px;
	/*background					: #90d704;
	color						: black;*/
}
#tab_courses {
	float						: left;
}
#tab_students {
	float						: left;
}
#tab_parents {
	float						: left;
}
#tab_adults {
	float						: left;
}
#tab_college:hover {
	background					: #90d704;
	text-decoration				: none;
	color						: black;
}
#tab_college:hover a {
	color						: black;
}
#tab_courses:hover{
	background					: #03cdff;
	text-decoration				: none;
}
#tab_courses:hover a {
	color						: black;
}
#tab_students:hover {
	background					: #ff0505;
	text-decoration				: none;
}
#tab_students:hover a {
	color						: white;
}
#tab_parents:hover {
	background					: #ffcc02;
	text-decoration				: none;
}
#tab_parents:hover a {
	color						: black;
}
#tab_adults:hover {
	background					: #cc6699;
	text-decoration				: none;
}
#tab_adults:hover a {
	color						: black;
}

#tab_college_overlay, #tab_courses_overlay, #tab_students_overlay, #tab_parents_overlay, #tab_adults_overlay {
	height						: 20px;
	padding-top					: 2px;
}

#login_area {
	color						: white;
	border-left					: 1px solid #191919;
	float						: right;
	width						: 190px;
	height						: 100px;
}
#login {
	margin-left					: 12px;
	margin-top					: 10px;
	text-align					: left;
	font-size					: 0.9em;
}
#select_login {
	margin-top					: 5px;
	margin-bottom				: 10px;
	margin-left:0;
	padding-left:0;
	display:none;
}


/*CENTRAL SECTION*/
#central {
	
	/*width						: 599x;*/
}

/*PAGE MENU*/

ul {
	padding						: 0;
	padding-left				: 30px;
	margin						: 0;
}
li {
	padding						: 0;
	margin						: 0;
}
#page_menu {
	width						: 137px;
	margin-right				: 10px;
	float						: left;
	margin-top					: 1px;
}
#page_menu img {
	position:relative;
	bottom:2px;
}
.page_menu {
	list-style-type				: none;
	padding						: 0;
	font-size					: 0.9em;
}
.page_menu a {
	color						: black;
	text-decoration				: none;
}

.page_menu a:hover {
}

.menu_item {
	margin-top					: 4px;
}
.page_menu li {
	margin-bottom				: 1px;
	text-align					: right;
	font-weight					: bold;
	width						: 128px;
}

.page_menu li:first-child {
	
}

.page_menu li a {
	display						: block;
	/*height						: 22px;*/
	width						: 128px;
}
.menu_item {
	width						: 136px;
}

.sub_menu {
	list-style-type				: none;
	padding						: 0;
	float						: left;
	width						: 128px;
}
.sub_menu li {
	font-weight					: normal;
	padding						: 3px;
	padding-right				: 6px;
	/*margin-bottom				: 1px;*/
	/*margin-left					: -3px;*/
	float						: left;
	margin:0;
}

.sub_menu li a {
}

.deep_menu li {
	padding						: 3px;
	padding-right				: 6px;
	margin-bottom				: 1px;
}
.deep_menu {
	list-style-type				: none;
	padding						: 0;
	float						: left;
	width						: 128px;
	margin-left					: 3px;
	font-style					: italic;
}

.deep_menu {
	margin-left					: 0px;
}

.sub_menu li {
	padding						: 0px;
}

.deep_menu li a {
	color						: #838382;
}

.deep_header {
	font-weight					: normal;
	padding						: 3px;
	padding-right				: 6px;
	margin-bottom				: 1px;
	width						: 128px;
}
.sub_header {
	width						: 128px;
	padding						: 3px;
	padding-right				: 6px;
	margin-bottom				: 1px;
}

#menu_1{
}
.menu_header {
	width						: 128px;
	padding						: 3px;
	padding-right				: 6px;
	margin-bottom				: 2px;
	height						: 15px;
	text-transform				: uppercase;
	background:	#E5E5E5;
}
#menu_header_1{
	/*background					: #8fd602;*/
	/*height						: 15px;*/
}
#menu_header_1:hover{
	background					: #90d704;
}

#menu_header_2 a {
	overlow:hidden;
}
#menu_header_2{
	/*background					: #e5e5e5;*/
	/*height						: 35px;*/	
}
#menu_header_2:hover{
	background					: #03cdff;
}
#menu_header_3{
	/*background					: #e5e5e5;*/
}
#menu_header_3:hover{
	background					: #ff0101;
}
#menu_header_4{
	/*background					: #e5e5e5;*/
}
#menu_header_4:hover{
	background					: #ffcd04;
}

.menu_item {
	float:left;
}
.sub_menu, #sub_about, #sub_facilities {
	display:none;
}
.lower_sub_menu {
	font-style					: italic;
	color						: #868784;
	font-weight					: normal;
	list-style-type				: none;
	padding						: 0;
}

/*MAIN SECTION*/

.main_box {
	/*float						: left;*/
	overflow					: hidden;
	margin-left:10px;
}
.main_top {
	background-image			: url(../img/main_top.gif);
	background-repeat			: no-repeat;
	width						: 599px;
	height						: 24px;
	float						: left;
}

.main_box_left_repeat {
	width: 599px;
	background:url(../img/main_left.gif) repeat-y left;
	float: left;
}

.main_box_right_repeat {
	width: 599px;
	background:url(../img/main_right.gif) repeat-y right;
	float: left;
}

/*#main_left {
	background-image			: url(../img/main_left.gif);
	background-repeat			: repeat-y;
	width						: 20px;
	padding-bottom				: 10000px;
	margin-bottom				: -10000px;
	float						: left;
}
#main_right {
	background-image			: url(../img/main_right.gif);
	background-repeat			: repeat-y;
	width						: 18px;
	padding-bottom				: 10000px;
	margin-bottom				: -10000px;
	float						: left;
	
}*/
.main_bottom {
	background-image			: url(../img/main_bottom.gif);
	background-repeat			: no-repeat;
	width						: 598px;
	height						: 24px;
	float						: left;
	margin-left					: 1px;
}
.main {
	text-align					: left;
	float						: left;
	width						: 562px;
	margin-left					: 19px;
	overflow: hidden;
}
#content {
	float						: left;
	width						: 395px;
	/*border-bottom				: #a8a39f dotted 1px;*/
	margin-bottom				: 20px;
	overflow					: hidden;
}

.title {
	font-size					: 1.2em;
	float						: left;
	font-weight					: bold;
	margin-bottom				: 10px;
	margin-top					: 0px;
}

/*SHORT NEWS EXTRACT - COLLEGE PAGE*/

#news_short {
	/*width						: 192px;*/
	/*height						: 327px;*/
	/*float						: left;*/
	padding						: 5px;
	padding-left				: 0px;
}
.news_title {
	border-bottom				: #a8a39f dotted 1px;
	/*float						: left;*/
	font-size					: 1.2em;
	font-weight					: bold;
	margin-top					: 0px;
	/*width						: 192px;*/
	padding-bottom				: 10px;
}
.news_article {
	margin-bottom				: 5px;
	padding-top					: 10px;
	padding-bottom				: 5px;
	/*height						: 118px;*/
	font-size					: 0.85em;
}
.border {
	border-bottom				: #a8a39f dotted 1px;
	height						: 1px;
	/*width						: 192px;*/
}
.news_article a {
	color						: black;
	font-size					: 1em;	
}
.news_article:hover a {
	text-decoration				: underline;
}
.news_article a:hover {
	text-decoration				: underline;
}
.article_title, .article_date {
	font-weight					: bold;
	margin-bottom				: 10px;
}
.news_article:hover {
	text-decoration				: underline;
}

/*PROFILES - COLLEGE PAGE*/

#profiles_short {
	width						: 192px;
	height						: 327px;
	float						: right;
	padding						: 5px;
	padding-right				: 0px;
	margin-bottom				: 5px;
	margin-right				: 10px;
}

.profiles_title {
	border-bottom				: #a8a39f dotted 1px;
	float						: left;
	font-size					: 1.2em;
	font-weight					: bold;
	margin-bottom				: 10px;
	margin-top					: 0px;
	width						: 192px;
	padding-bottom				: 10px;
}

#profiles_area {
	height						: 258px;
	background-image			: url(../img/img_college.JPG);
	background-repeat			: no-repeat;
	background-position			: bottom right;
}
#profiles_txt a {
	color						: black;
	font-size					: 0.85em;
	height						: 280px;
}
#profiles_txt:hover a {
	text-decoration				: underline;
}
#profiles_area:hover {
	background-image			: url(../img/img_college_h.JPG);
}

/*USEFUL LINKS*/

#useful_links {
	margin-right				: 11px;
	width						: 178px;
	float:right;
}
#course_finder {
	/*background-image			: url(../img/box_course.gif);*/
	background-image			: url(../img/box_course_2.gif);
	background-repeat			: repeat-y;
	width						: 178px;
	/*height						: 157px;*/
	float						: right;
	text-align					: left;
	font-size					: 0.9em;
}
#course_finder_pic {
	/*background-image			: url(../img/c_finder_green.gif);*/
	background-repeat			: no-repeat;
	width						: 104px;
	height						: 15px;
	float						: left;
	margin-left					: 35px;
}
#course_finder_top {
	background-image			: url(../img/box_course_1.gif);
	background-repeat			: no-repeat;
}
#course_finder_middle {
	background-image			: url(../img/box_course_3.gif);
	background-repeat			: no-repeat;
	background-position			: bottom;
}
#course_finder_bottom {
	background-image			: url(../img/box_course_4.gif);
	background-repeat			: no-repeat;
}

#find_course_links .drop_down {
	font-size					: 0.9em;
}
#find_course_links p {
	margin-left					: 18px;
	margin-top:0;
}

#find_links p .find_subject_graphic {
	margin-left: 5px;
	vertical-align:middle;
}
#find_links p {
	margin						: 0px;
	margin-left					: 18px;
	float						: left;
}
#strSearch {
	color						: #7F7F7F;
	float						: left;
	margin-right				: 5px;
}
#imgSearch {
	float						: left;
}

#find_subject {
	/*background-image			: url(../img/button_find_subject.gif);*/
	background-repeat			: no-repeat;
	width						: 103px;
	height						: 20px;
	margin-left					: 40px;
	/*padding-top					: 7px;*/
	font-size					: 0.8em;
	
	text-align					: center;
	font-weight					: bold;
}
#find_subject a {
	color						: #7a7a7a;
}
#find_subject a:hover {
	color						: black;
	text-decoration				: underline;
}
#search_box {
	background-image			: url(../img/search_box.gif);
	background-repeat			: no-repeat;
	width						: 160px;
	height						: 40px;
	margin-left					: 0px;
	padding-top					: 18px;
	padding-left				: 18px;
}
#prospectus_box {	
	font-size					: 0.85em;
	text-align					: left;
	color						: #7f7f7f;
	line-height					: 1.1;
}

#prospectus_link1 {
	margin-top					: 5px;
}
#prospectus_link2 {
	margin-top					: 32px;
}
.box_bottom, .box_top, #contact_link_top, #contact_link_bottom, #prospectus_link_top, #prospectus_link_bottom, #course_finder_top, #course_finder_bottom {
	height						: 21px;
}
#contact_link_top, #prospectus_link_top, .box_top {
	background-image			: url(../img/box_contact_1.gif);
	background-repeat			: no-repeat;
}
#prospectus_box, .box {
	background-image			: url(../img/box_contact_2.gif);
	background-repeat			: repeat-y;
	width						: 178px;
	float						: right;
}
#contact_link_bottom, #prospectus_link_bottom, .box_bottom {
	background-image			: url(../img/box_contact_3.gif);
	background-repeat			: no-repeat;
}
#contact_link {
	/*background-image			: url(../img/link_contact_green.gif);*/
	background-repeat			: no-repeat;
	width						: 140px;
	/*height						: 63px;*/
	float						: left;
	position					: relative;
	left						: 18px;
	/*top							: 20px;*/
	padding-top					: 35px;
	text-align					: center;
	font-size					: 0.8em;
	color						: #7f7f7f;
	line-height					: 1.1;
	border						: #7f7f7f solid 1px;
	padding-bottom				: 5px;
}

#contact_link_title {
	width						: 138px;
	height						: 21px;
	position					: relative;
	right						: 5px;
}
#prospectus_link {
	background-image			: url(../img/prospectus_bg.gif);
	background-repeat			: no-repeat;
	background-position			: bottom left;
	width						: 129px;
	float						: left;
	position					: relative;
	left						: 18px;
	font-align					: left;
	border						: #7f7f7f solid 1px;
	padding						: 5px;
	overflow:hidden;
}

/*GENERAL*/

.sub_text {
	float						: left;
	width						: 188px;
	/*height						: 110px;*/
}
.sub_text2 {
	float						: left;
	width						: 188px;
	height						: 16px;
	padding-top					: 10px;
	padding-bottom				: 10px;
}
.drop_down {
	margin-bottom				: 10px;	
}

.normal_font_title {
	font-weight					: normal;
	float						: left;
	font-size					: 1.2em;
	float						: left;
	margin-bottom				: 10px;
	margin-top					: 0px;
}

/*.page_color {
	color						: #99ff00;
	float						: left;
}*/

.l_txt {
	float						: left;
	
	margin:0;
}

.right_p a {
	text-align					: right;
}

#left_col {
	/*width						: 137px;*/
	width						: 20%;
	float						: left;
}
#right_col {
	float						: right;
	/*width						: 395px;*/
	width						: 72%;
}
#large_go_button {
	text-align					: center;
	background-image			: url(../img/button_go_large.gif);
	background-repeat			: no-repeat;
	width						: 69px;
	padding-top					: 5px;
	margin-left					: 35px;
	height						: 20px;
}

#large_go_button a {
	color						: #7f7f7f;
}

#large_go_button a:hover {
	color						: black;
	text-decoration				: underline;
}

.text {
	line-height					: 1.4;
	/*font-size					: 1.1em;*/
	margin-bottom				: 14px;
}

.text:first-child {
	margin-top					: 2px;
}

/*FOOTER*/
#footer {
	text-align					: left;
	margin-left					: 20px;
	margin-bottom				: 5px;
	line-height					: 1.6;
	font-size					: 0.9em;
	width						: 580px;
}

.footer_links {
	padding						: 0px;
	margin						: 0px;
	color						: #7a7a7a;
}
.footer_links li:first-child {
	border-left					: none;
	margin-left					: 0px;
	padding-left				: 0px;
}
.footer_links li {
	display						: inline;
	float						: left;
	padding-left				: 5px;
}

#w3c {
	float						: right;
	width						: 171px;
	margin-right				: 2px;
	margin-top					: 20px;
}
#w3c img {
	float						: right;
}

#footer_JLC {
	margin-right				: 20px;	
	width: 155px;
	float:right;
}
#footer_JLC img {
	float						: right;
}

#jlc_text {
	font-size					: 0.8em;
	margin-right				: 4px;
	width						: 100px;
	float						: right;
	margin-top:40px;
}
#jlc_text a {
	color:#000;
}
#JLC_logo {
	position					: relative;
	right						: 5px;
	vertical-align:middle;
	margin-top:35px;
}

/* GALLERY */

#gallery {
	width						: 400px;
}

.thumb {
	float						: left;
	height						: 72px;
	overflow					: hidden;
	width						: 72px;
	margin						: 4px;
}
#imageFrame {
	width						: 395px;
	float						: left;
}
#image {
	float						: left;
	margin-top					: 30px;
	text-align:center;
}
#image img {
	margin-bottom				: 10px;
}
#imageDescription {
	float						: left;
	font-size					: 1em;
}

/*PAGE TITLE */

#pageTitle {
	font-size					: 1.2em;
	/*text-decoration				: underline;*/
	font-weight					: bold;
	margin-bottom				: 10px;
	/*text-transform				: uppercase;*/
}

/*NEWS PAGE*/

.news_article_full {
	margin-top					: 10px;
	margin-bottom				: 10px;
}
.article_title_full {
	font-size					: 1.1em;
	margin-bottom				: 5px;
	font-weight					: bold;
}
.article_date_full {
	font-size					: .8em;
	font-style					: italic;
	font-weight					: normal;
	margin-bottom				: 5px;
	color						: #666;	
}
.article_full {
}
.toTop {
	text-align					: right;
}

/*COMMENTS*/

#comments_heading {
	font-size					: 1.4em;
	font-weight					: bold;
	margin-bottom				: 10px;
}
.comment {
	margin-bottom				: 10px;
}
#commentTitle {
	font-size					: 1.2em;
	margin-bottom				: 5px;
	font-weight					: bold;
}
.comments_title {
	font-size					: 1em;
	margin-bottom				: 5px;
}
.comments_student {
	font-size					: .8em;
	font-style					: italic;
	margin-bottom				: 5px;
	color						: #666;
}
.comments_text {
}

.col1 {
	float:left;
	width: 70px;
}

.col2 {
	float:left;
}

.error {
	color:red;
	font-weight:bold;
}

/*QUICK LINKS*/

/*.quick1 {
	text-transform:uppercase;
	font-weight:bold;
}
.quick2 {
	text-transform:uppercase;
}
.quick3 {
	font-style: italic;
}*/

/*SITE MAP*/

.map_level1 {
	float:left;
	width: 395px;
	margin-bottom:10px;
}
.map_level2 {
	margin:5px;
}
.map_level3 {
	font-size:0.9em;
	margin-left:5px;
}

.map_level1 a {
	font-weight:bold;
	font-size:1.2em;
	color:black;
}
.map_level2 a {
	font-size:1em;
	font-weight:normal;
	/*color:#8FD602;*/
	color:red;
}
.map_level3 a {
	font-style: italic;
	color:#7D7D7D;
}

.courseItem {
	padding:5px;
	border-bottom:1px dotted #A8A39F;
	margin-bottom:5px;
}

a.subweb_link {
	color:#03cdff;
}

#comments_heading {
	border-top:1px dotted #A8A39F;
	float:left;
	width:395px;
	padding-top:5px;
}

#content img {
	max-width:385px;
	padding:5px;
	text-align:center;
	float:left;
}

blockquote {
	margin-left:5px;
}

#find_page input, #find_subject input, #find_subject2 input {
	color:grey;
}
#find_page input:hover, #find_subject input:hover, #find_subject2 input:hover {
	color:black;
	text-decoration:underline;
}


#find_page {
	/*background-image			:url(../img/button_go_large.gif);*/
	background-repeat			:no-repeat;
	font-size					:0.8em;
	font-weight					:bold;
	text-align					:center;
	width						: 69px;
	/*padding-top				: 5px;*/
	margin-left					: 35px;
	height						: 20px;
}
textarea {
	font-family:arial;
	font-size:1em;
}
.return {
	float						: right;
	margin-top					: 10px;
	text-align					: right;
	line-height					: 1.7;
}

#notice {
	color						: #1c6b00;
	/*float						: left;*/
	margin						: 5px;
	margin-left					: 0px;
	margin-bottom				: 20px;
	padding						: 5px;
	border						: 1px solid #1c6b00;
	background					: #83ff8c;
}

/*Changes to Text-only*/

#find_subject_text {
	display: none;
}

#find_subject_graphic {
	display: block;
}
.find_page_text {
	display: none;
}

.find_page_graphic {
	display: block;
}

#jandl_graphic {
	display: block;
}
#jandl_text {
	display: none;
}

/* Font size changes */

.font1 {
	font-size: 0.8em;
}
.font2 {
	font-size: 1.0em;
}
.font3 {
	font-size: 1.2em;
}
.font4 {
	font-size: 1.4em;
}
.font5 {
	font-size: 1.6em;
}
.font6 {
	font-size: 1.8em;
}
.font7 {
	font-size: 2em;
}

/*Search Page*/
.main .toolbar {
	margin-bottom: 10px;
	font-weight: bold;
	background: RGB(212,255,128);
	border: 1px solid RGB(169,255,0);
	padding: 3px;
}
.main .toolbar, .main .viewingRecords {
	float: left;
}
.main .viewingPages {
	float: right;
}
ul.student_list, ul.student_list2 {
	padding:0;
}

/*Results and Fixtures Pages*/
.teams {
	padding: 4px;
}
#fixtureRowHeading {
	font-weight: bold;
	font-size: 0.9em;
	/*text-transform: uppercase;*/
}
.fixtureRow {
	float: left;
	font-size: 0.8em;
	line-height: 1.5;
}
.lightRow {background:#e0f4ff;}
.darkRow {background:#CCF4FF;}
.extra {}

.fixtureday {float:left;width:60px;}
.kickoff {float:left;width:42px;}
.competition {float:left;width:70px;}
.opposition {float:left;width: 123px;}
.score {float:left;width:55px;}
.extra {float:left;width:50px;}

.reportField {float:left;width:120px;font-weight:bold;/*text-transform:uppercase;*/}
.matchReport {float:left;}
.fullMatchReport {float:left;}

.rssButton {
	padding: 3px;
	margin: 3px;
	width: 100px;
	border: #000000 1px solid;
	color: #FFFFFF;
	background: orange;
	text-align: center;
	float: left;
}
.rssButton:hover {
	color: orange;
	border: orange 1px solid;
	background: white;
}
#logo_box {
	margin:0;
	padding:0;
    text-align:center;
}
#logo_box li {
	margin:0;
	padding:0;
	display:inline;
}
#logo_box  .logo_box_img {
	padding-right:20px;
}
.rss {
	background:url('../img/rss_icon.jpg') no-repeat center right;
	border:0;
	padding:10px 20px;
	float:right;
}
#announce {
	background:url('../img/announcements.jpg') no-repeat top center;
	padding:25px 20px 0px 20px;
	text-align:left;
	font-size:.9em;
}
#announce div {
	border-bottom:1px solid #ddd;
	line-height:2.5;
}
#announce div a {
	color:#666;
}
#announce div a:hover {
	color:#f00;
}
#announceStories.announceMax {
	height:110px;
	overflow:hidden;
	padding-bottom:10px;
	border:0;
}/*Bottom button option
#up {
	background:url('../img/up_enabled.gif') no-repeat;
	height:19px;
	width:40px;
	display:block;
	float:right;
}
#down {
	background:url('../img/down_enabled.gif') no-repeat;
	height:19px;
	width:40px;
	display:block;
	float:right;
	margin-right:20px;
}
#down:hover {
	background:url('../img/down_over.gif') no-repeat;
}
#up:hover {
	background:url('../img/up_over.gif') no-repeat;
}
#up.disabled, #up.disabled:hover {
	background:url('../img/up_disabled.gif') no-repeat;
}
#down.disabled, #down.disabled:hover {
	background:url('../img/down_disabled.gif') no-repeat;
}*/
#announceScrollBar {
	float:right;
	width:16px;
	margin-right:-12px;
	border:0;
	border-bottom:#fff;
	border-left:1px solid #7d98b8;
	margin-left:5px;
}
#up {
	background:url('../img/up2.png') no-repeat;
	height:50px;
	width:16px;
	display:block;
	float:right;
}
#down {
	background:url('../img/down2.png') no-repeat;
	height:50px;
	width:16px;
	display:block;
	float:right;
	margin-top:20px;
}
#down:hover {
	background:url('../img/down2_over.png') no-repeat;
}
#up:hover {
	background:url('../img/up2_over.png') no-repeat;
}
#up.disabled, #up.disabled:hover {
	background:url('../img/up2_disabled.png') no-repeat;
}
#down.disabled, #down.disabled:hover {
	background:url('../img/down2_disabled.png') no-repeat;
}
