@charset "utf-8";
body, html {
	height:100%;
}
body {
	background-color: #0d005e;
	background-image: url(../images/bck_gradient.gif);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
}
.lftbckimg {
	background-image: url(../images/left_bck.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.rightbckimg {
	background-image: url(../images/right_bck.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.whitelineright {
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
.whitelineleft {
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}.boxmiddlebtm {
	background-image: url(../images/box_mdl2.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.boxmiddletop {
	background-image: url(../images/box_mdl.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #6eaee6;
}
.navbar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
a.navbar:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding-top: 25px;
}
a.navbar:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFCC00;
	text-decoration: none;
	padding-top: 25px;
}
a.navbar:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding-top: 25px;
}
.whitefont24 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.whitefont14 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
}
.yellowfont24 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #ffd200;
	text-decoration: none;
	font-size: 24px;
}
.blackfont24 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.blackfont14 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.blackfont11 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
a.blackfont11:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
a.blackfont11:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFCC00;
	text-decoration: underline;
}
.box {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	border: 1px solid #000000;
}
.whitefont24wide {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: italic;
	color: #FFFFFF;
	text-decoration: none;
	letter-spacing: 5px;
}
.whitefont11 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
a.whitefont11:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
a.whitefont11:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFCC00;
	text-decoration: underline;
}
#logo {
	position:absolute;
	width:244px;
	height:98px;
	z-index:1;
	top: 0px;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
}
.subpagebck {
	background-image: url(../images/subboxmdl.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #2e6d9f;
}
.border {
	border: 1px solid #000000;
}
