/* css
------------------------------------------------------------------------------*/

a:active, a:focus{ outline:none; } 

a:link, a:visited, a:hover, a:active  {
	text-decoration: none;
}


p  {
	padding: 0px;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
}




body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	color: #000000;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	color: #333333;
	letter-spacing: 0pt;
	background-color: #F5F3D6;
	background-image: url(../images/global/body_bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
}


#wrapper {
	position: relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
	width: 950px;
	padding: 0px;
	background-image: url(../images/bg-img.jpg);
	background-repeat: no-repeat;
	background-position: right 25px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CEAA5F;
	border-bottom-color: #CEAA5F;
	border-left-color: #CEAA5F;
}
#wrapper-no-img {
	position: relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
	width: 950px;
	padding: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CEAA5F;
	border-bottom-color: #CEAA5F;
	border-left-color: #CEAA5F;
}

#header {
	height: 150px;
	background-image: url(../images/global/header_img.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 925px;
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
}

#footer {
	text-align: center;
	display: block;
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E7CE98;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#content  {
	display: block;
	padding-top: 35px;
	padding-right: 225px;
	padding-bottom: 25px;
	padding-left: 55px;
	list-style: none;
	width: 670px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}


#content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#content li {
	padding-left: 28px;
	margin-top: 0px;
	margin-bottom:0em;
	padding-bottom:3px;
	margin-right: 0px;
	margin-left: 0px;
	padding-right: 0px;
	text-decoration: none;
	padding-top: 0px;
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0em 0.3em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CEAA5F;
	width: 300px;
	font-weight: bold;
}

.printtext {
	margin-top: 10px;
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}


#content a:link, #content a:visited, #content a:active {
	color: #1C5EAA;
	text-decoration: none;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}

#content a:hover {
	background-color: transparent;
	color: #996600;
	text-decoration: none;
	font-weight: bold;
}

#enter {
	height: 80px;
	width: 950px;
}

#enter a:link, #enter a:visited, #enter a:active {
		display: block;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	width: 100px;
	height: 20px;
	margin-left: 55px;
	margin-bottom: 45px;
	margin-right: 775px;
	text-align: center;
	background-color: #1C5EAA;
	font-weight: bold;
	color: #FFFFFF;
}

#enter a:hover {
	background-color: #996600;
	color: #FFFFFF;
	text-decoration: none;
}
