/*********Font data*********/
html {
  overflow-y: scroll;
}

body,input,select,textarea {
	font-family: arial,sans-serif;
	font-size: 10pt;
}

.headerSection {
	font-family: tahoma,sans-serif;
	font-weight: bold;
	font-size: 11pt;
}

#footer,#footer .headerSection { font-size: 8pt; }
#footer .headerSection { font-weight: normal; }

/*********Size data*********/

/* NOTE: This is pretty much treated as one unit */
/**/ #page { width: 768px; }
/**/ #page .section { padding: 0px 10px; } /* Set up like this for browser-consistancy */
/**/ #page * .section { padding: 0px; }
/**/
/**/ .column { display: inline; } /* Fixes IE problems */
/**/ .columnLeft { margin-left: 10px; 
}
/**/ .columnRight { margin-right: 10px; }
/**/ .column * .column { margin: 0px; }
/* ***********************************************/

.columnLeft { width: 660px; }  /****/
.columnRight { 
	width: 222px;
	margin-right: 8px;
} /****/

#footer .headerSection { width: 28%; }

/*********Layout data*******/

a {
	display: inline; /* Opera fix */
	text-decoration: none;
        color: #050505;
}
a img { border-style: none; }

img { vertical-align: top; }

p { margin: 0px; }

ul { margin-top: 0px; }

table,button,p,ul,ol,h1,h2,h3,h4,h5,h6,h7,dl { line-height: normal; }
table { width: 90%;border-spacing: 1px;}

body {
	margin: 0px 10px;
	padding: 10px 0px; /* Bottom 20 pixels (rather 10 more than usual are to account for the rounded corners) */
	text-align: center;
}

form {
	margin: 0px;
	padding: 0px 5px;
}

form .section { margin: 0px !important; }

fieldset {
	margin: 0px;
	padding: 0px;
	border-style: none;
	width: 100%;
}
fieldset div { margin-bottom: 1em; }

label { line-height: normal; }

#page {
	margin: 0px auto !important;
	text-align: left;
}

#footer {
	margin: 3px 13px 0px 14px;
	padding: 1em 0px !important;
	line-height: normal;
   border-top: 5px solid;
	text-align: center;
}
#footer a { margin: 0px 1ex; }
#footer a:hover { text-decoration: underline; }
#footer .headerSection {
	height: auto;
	line-height: normal;
	padding-left: 0px;
	float: left;
	text-align: left;
}
#loginLink {
	float: right !important;
	margin-right: -1ex;
}
#loginLink span { margin-right: 3px; }

.headerSection {
	margin: 0px;
	padding-left: 5px;
}

.column { float: left; }
.column * .section { margin-left: 0px; }
.column .columnRight .section { margin-right: 0px; }
.columnLeft #submitButton { width: 673px; }

.horizList {
	width: 100%;
	margin: 0px;
	padding: 0px;
}
.horizList li {
	display: inline;
	float: left;
	list-style-type: none;
}

.section {
	margin: 3px 3px 0px 0px;
}
.bodySection {
	width: 100%; /* Fixes the FireFox margin behavior */
	padding-top: 1em;
}
.bodySection p {
	margin-bottom: 1em;
	text-align: justify;
}

/********Variable data******/

.arial { font-family: arial; }
.wingdings { font-family: wingdings; }

.center { text-align: center; }

.anchor {
	float: none !important;
	clear: both !important;
	height: 0.1px !important; /* Firefox won't render a zero-height element */
	line-height: 0px !important;
	margin-bottom: -0.1px !important;
	font-size: 0px !important;
}

.underline { text-decoration: underline; }

table tbody td a { text-decoration: underline !important; }


/* Sidebar Buttons */
.button {
	background:url(../images/sidebarGradient.jpg);
	display:block !important;
	height:40px;	
	width: 219px;
	font-size: 12pt; 
	font-weight: bold;
	color: #ffffff;
	text-align:center;
}

.button:hover {
	background:url(../images/sidebarGradient.jpg) 0 -41px;						
	font-size: 12pt; 
	font-weight: bold;
	color: #FFFFFF;
}
.text {
	position: relative;
	top: 10px;
	text-shadow: 1px 1px black;
}