@charset "UTF-8";
/* CSS Document */

a.blue { color:#0000ff; text-decoration:underline; cursor:pointer; }

a.sm_blue { color:#0033cc; text-decoration:underline; font-weight:bold; cursor:pointer; font-size:14px; }
a.sm_blue2 { color:#0000ff; text-decoration:underline; cursor:pointer; font-size:14px; }

#Banner1 {
	background-image: url(/images/banner.jpg);
	background-repeat: no-repeat;
	background-position: top center;
    width:960px;
	height:134px;
	margin:0px;
	border:0px;
	padding:0px;
	top:-10px;
}

body {
    background: #142350;
    font-family: arial, helvetica, sans-serif;
    font-size:12px;
    margin: 0px;
    padding: 0px;
}
 
#container_enter {
	width:960px;
	height:704px;
	background-image: url(/images/EnterImage.jpg);
	background-repeat: no-repeat;
	background-position:center top;
}

#container1 {
	width:960px;
	height:678px;
	background-image: url(/images/body.jpg);
	background-repeat: no-repeat;
	background-position:center 134px;
	background-color: #dedede;
	z-index:0;
}

#container1_long {
	width:960px;
	background-image: url(/images/body_long.jpg);
	background-repeat: no-repeat;
	background-position:center 134px;
	background-color: #dedede;
	z-index:0;
}

#container2 {
	width:960px;
	background-image: url(/images/body_repeat.jpg);
	background-repeat: repeat-y;
	background-position:center top;
	background-color: #dedede;
	z-index:0;
}

.content {
	margin-left:30px;
	margin-right:30px;
	z-index:0;
}
 
.copyright {
	font-family: arial, helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
}

#curveBottom {
	width: 960px;
	height:27px;
	clear: both;
	text-align:center;
	background-image: url(/images/body_bottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #dedede;
}

#Enter_Btn {
	position:relative;
	top: 560px;
	left: 795px;
}

#footer {
	text-align:left;
	position:relative;
	bottom: 25px;
}

h2
{
	font-size: 24px;
}

hr
{
	background-color:#bfbfbf;
	color:#bfbfbf;
	height:1px;
	border:0px;
}

hr.footer
{
	width:956px;
	text-align:center;
}

input {
    font-family: arial, helvetica, sans-serif;
    font-size:14px;
}
 
#main {
	margin:auto;
	width:960px;
	background: #142350;
}

#menu {
	position:relative;
	top: -30px;
	left: 440px;
}

.par {
	font-size:16px;
	margin-left:25px; 
	margin-right:25px; 
	text-align:justify;
}

.parCursive {
	font-family:cursive;
	font-size:16px;
	margin-left:25px; 
	margin-right:25px; 
	text-align:justify;
}

.parQuote1 {
	font-size:16px;
	margin-top:30px; 
	margin-left:25px; 
	margin-right:25px; 
	margin-bottom:5px; 
	text-align:justify;
}

.parQuote2 {
	font-size:14px;
	margin-top:0px;
	text-align:right;
}

.parStd {
	font-size:16px;
	margin-left:25px; 
	margin-right:25px; 
	text-align:justify;
}

.parStd2 {
	font-size:15px;
	margin-left:25px; 
	margin-right:25px; 
	text-align:justify;
}

.parWhite {
	color:#ffffff;
	font-size:15px;
	margin-left:45px; 
	margin-right:55px; 
	text-align:justify;
}

td {
    font-family: arial, helvetica, sans-serif;
    font-size:14px;
}
 
textarea {
    font-family: arial, helvetica, sans-serif;
    font-size:14px;
}
 
.white { color: #bbbbbb; font-size: 14px; text-decoration:none; }
a.white:hover { color: #fff4bc; }

