/* CSS Document */
/* 	Last updated on feb 27, 2007
	Created & Updated by RA
*/

/* ============================================================================
									BODY
============================================================================ */
body
{
	margin: 0px;
	padding: 0px;
	background-color: #141A50;
	
}
/* ============================================================================
									LINKS DEFAULTS
============================================================================ */
a
{
	color: #006600;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: normal;
	text-decoration: none;
	line-height: 18px;
}
a:hover
{
	color: #003366;
	text-decoration: none;
}
.credits-color
{
	color: #5B5F85;
	font-size: 70%;
	
}
.credits a
{
	color: #5B5F85;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-weight: normal;
	text-decoration: none;
}
.credits a:hover
{
	color: #FFFFFF;
	text-decoration: none;
}

.credits1-txt
{
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-weight: normal;
	text-decoration: none;
}

.credits1 a
{
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-weight: normal;
	text-decoration: none;
}
.credits1 a:hover
{
	color: #5B5F85;
	text-decoration: none;
}
.read a
{
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-weight: normal;
	text-decoration: none;
}
.read a:hover
{
	color: #000000;
	text-decoration: none;
}
.top a
{
	COLOR: #C9B31C;
	text-decoration: none;
	font-size: 70%;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 36px;
}
.top a:hover
{
	COLOR: #333333;
}

.sublink-txt 
{
	COLOR: #FFFFFF;
	text-decoration: none;
	font-size: 75%;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 24px;
}
.sublink a
{
	COLOR: #FFFFFF;
	text-decoration: none;
	font-size: 70%;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 28px;
}
.sublink a:hover
{
	COLOR: #C9B31C;
}
.sub-head-txt 
{
	COLOR: #003366;
	text-decoration: none;
	font-size: 75%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.sub-head a
{
	COLOR: #003366;
	text-decoration: none;
	font-size: 75%;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 40px;
	font-weight: bold;
}
.sub-head a:hover
{
	COLOR: #5B5F85;
}

.link a
{
	COLOR: #666666;
	text-decoration: none;
	font-size: 75%;
	font-family: Arial, Helvetica, sans-serif;
}
.link a:hover
{
	COLOR: #003366;
}

.map a {
	background-image: url(../mjfl-images/icon-arrow.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-weight: bold;
	color: #666666;
	background-repeat: no-repeat;
	padding-bottom: 5px;
	background-position: 0px;
	padding-top: 5px;
	padding-left: 15px;
	display: block;
}

.map a:hover {
	background-image: url(../mjfl-images/icon-arrow.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-weight: bold;
	color: #003366;
	background-repeat: no-repeat;
	padding-bottom: 5px;
	background-position: 0px;
	padding-top: 5px;
	padding-left: 15px;
}

/* ============================================================================
									BORDER
============================================================================ */
.outline-border-content {
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #C9B31C;
	border-bottom-color: #C9B31C;
	border-left-color: #C9B31C;
	border-left-width: 3px;
	border-left-style: solid;
	background-color: #FFFFFF;
}
.outline-border-leftside {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #C9B31C;
	border-left-color: #C9B31C;
	border-left-width: 3px;
	border-left-style: solid;
}

/* ============================================================================
									BACKGROUND
============================================================================ */

.navigation {
	background-image:  url("../mjfl-images/background-navigation-img.jpg");
	background-repeat: no-repeat;
	height: 170px;
}
.content-text {
	background-color: #FFFFFF;
	height: 243px;
}
.outline-border-news {
	border-left-color: #C9B31C;
	height: 243px;
	border-left-width: 3px;
	border-left-style: solid;
	background-color: #FFFFFF;
}
.background-content {
	background-color: #FFFFFF;
	height: 243px;
}
/* ============================================================================
									TEXT
============================================================================ */
.heading-1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #03530C;
	padding-bottom: 20px;
	padding-top: 25px;
	font-weight: bold;
	text-align: left;
}
.heading-2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #03530C;
	padding-bottom: 10px;
	padding-top: 10px;
	font-weight: bold;
	text-align: left;
}
.heading-3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 125%;
	padding-bottom: 10px;
	color: #03530C;
	text-transform: uppercase;
	padding-top: 20px;
}

.paragraph {
	color: #333333;
	font-size: 75%;
	line-height: 16px;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 10px;
}
.paragraph-1 {
	color: #333333;
	font-size: 75%;
	line-height: 16px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: left;
}
.input-box1 {
	border: 1px solid #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	font-style: normal;
	width: 200px;
}
.select-box {
	border: 1px solid #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	font-style: normal;
	width: 300px;
}
.submit-button {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #000000;
	background-image: url(../mjfl-images/submit-button.gif);
	FONT-STYLE: normal;
	background-repeat: no-repeat;
	height: 25px;
	width: 66px;
	background-attachment: fixed;
	font-style: normal;
	line-height: normal;
	TEXT-DECORATION: none;
	border: 1px none #CCCCCC;
}
.submitbu {
	BACKGROUND-POSITION: center 50%;
	FONT-WEIGHT: bold;
	FONT-SIZE: 11px;
	BACKGROUND-ATTACHMENT: scroll;
	BACKGROUND-IMAGE: url(../mjfl-images/submit-button.gif);
	WIDTH: 66px;
	LINE-HEIGHT: normal;
	BACKGROUND-REPEAT: no-repeat;
	FONT-STYLE: normal;
	FONT-FAMILY: Georgia, "Times New Roman", Times, serif;
	HEIGHT: 25px;
	TEXT-DECORATION: none;
	border: 1px none #CCCCCC;
}

.rank-button {
	BACKGROUND-POSITION: center 50%;
	FONT-WEIGHT: bold;
	FONT-SIZE: 11px;
	BACKGROUND-ATTACHMENT: scroll;
	BACKGROUND-IMAGE: url(../mjfl-images/submit-button.gif);
	WIDTH: 75px;
	LINE-HEIGHT: normal;
	BACKGROUND-REPEAT: no-repeat;
	FONT-STYLE: normal;
	FONT-FAMILY: Georgia, "Times New Roman", Times, serif;
	HEIGHT: 20px;
	TEXT-DECORATION: none;
	border: 1px none #CCCCCC;
}

.news {
	color: #333333;
	font-size: 70%;
	font-family: Arial, Helvetica, sans-serif;
	background-image:  url("../mjfl-images/news-icon.gif");
	background-repeat: no-repeat;
	padding-left: 16px;
	background-position: 0% 7%;
}

.table-height {
	height: 459px;
}
/* ============================================================================
									FOOTER
============================================================================ */
.footer-txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #FFFFFF;
	line-height: 24px;
}
.footer-txt-1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #5B5F85;
	line-height: 24px;
}
.heading-4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #03530C;
	padding-bottom: 5px;
	padding-top: 5px;
	font-weight: normal;
}
.paragraph-2 {
	color: #333333;
	font-size: 75%;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 16px;
	font-weight: normal;
}


.heading-2-1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #03530C;
	padding-bottom: 15px;
	padding-top: 20px;
	font-weight: bold;
	text-align: left;
}
.heading-2-2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #03530C;
	padding-bottom: 10px;
	padding-top: 10px;
	font-weight: bold;
	text-align: left;
}
.heading-2-3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #555555;
	padding-bottom: 5px;
	padding-top: 5px;
	font-weight: bold;
	text-align: left;
}
.heading-4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #141A50;
	padding-bottom: 5px;
	padding-top: 5px;
	font-weight: bold;
	text-align: left;
}
.paragraph-1-1 {
	color: #333333;
	font-size: 75%;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	line-height: 16px;
	padding-top: 10px;
	text-align: left;
}

