html {
  height: 100%;
  margin-bottom: 0px;
}

img,table {
	border: none;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.4em;
	margin: 0;
	padding: 0;
	font-size: 16px;
	color: #000;
	background-color: #FFFFFF;
}
	
body.contentpane {
	background: #f8f8f8;
}

a:link, a:visited {
	outline: none;
	text-decoration: underline;
	font-weight: normal;
	color: #0E0F79;
}

a:hover {
	text-decoration: none;
	font-weight: normal;
	color: #4f93ca;
}

table.contentpane ul li {
	list-style-image: url(/images/li.png);
}
input.button, .validate  {
	background: #0057A2;
	border: 0;
	font-size: 10px;
	color: #fff;
}


input.button:hover, .validate:hover  {
	
}


p {
	margin-top: 0;
	margin-bottom: 30px;
	text-align: left;
}
.cen {
	margin-top: 0;
	margin-bottom: 30px;
	text-align: center;
}
.title {
	font-size:16px;
	text-align:center;
	font-weight:bold;
	font-style: italic;
}

.inputbox {
	border: 1px solid #0057a2;
	padding: 2px;
}
.inputbox:hover {

}

#modlgn_remember  {
	border:0;
}

h1{
	font-size: 36px;
	font-style: italic;
	text-align: center;
	display: block;
}

/*****************************************/
/*** Template specific layout elements ***/
/*****************************************/
#page_bg {
	height: 100%;
	padding: 0;
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-position: center top;
}

div.center {
	text-align: left;
	margin: 0 auto;
	padding: 0;
	width: 80%;
	min-width: 50%;
	padding-top: 125px;
}


div#wrapper {
	padding: 2px 0px;
	background: transparent;
	margin: 0 auto;
}

#header {
	height: 13px;
	margin: 0 auto;
	text-align:left;
	width: 80%;
}


#content {
	margin: 0 auto;
	padding: 5px 0 0;
	overflow: hidden;
	text-align: center;
}

#footer {
	margin: 0 auto;
	text-align: center;
	width: 80%;
	height: 55px;
}
#footerend {
	margin: 0 auto;
	text-align: center;
	width: 80%;
	height: 10px;
}
#footer p {
	height: 20px;
	text-align: center;
	padding: 10px 30px 0 0;
	color: #666666;
}
#footer p.important {
	height: 20px;
	text-align: left;
	font-weight: bold;
	color: #003399;
	margin-left: 20px;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 0;
	padding-left: 0;
	font-weight: bold;
	font-variant: small-caps;
}
#footer p.copy {
	height: 10px;
	text-align: center;
	color: #0E0F79;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0;
}

/* Copy Control */

a.copy:link, a.copy:visited {
	color: #0E0F79;
	font-size: 12px;
	text-decoration: underline;
}
a.copy:hover {
	color: #FF6600;
	text-decoration: none;
	}

