body {
	background: #FFF;	
	margin:0px;
	padding:0px;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, select, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset, img {
	border: 0;
}
address, caption, cite, code, dfn, em, strong, th, var, optgroup {
	font-style: inherit;
	font-weight: inherit;
}
del, ins {
	text-decoration: none;
}

caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
q:before, q:after {
	content: '';
}
a {
    text-decoration: none;	
}
a img {
	border:none;
}
strong {
	font-weight: 700;
}
em {
	font-style: italic;
}
:focus {
	outline: none;
}
abbr {
	border: none;
}







#mid {
	width:998px;
	margin: 0 auto;	
}

#container {
	width:998px;
	font-family: arial;
	font-size: 0.75em;
	color: #003F62;
	border-bottom:4px solid #001c4a;
	border-top:4px solid #001c4a;
	border-left: 4px solid #001c4a;
	border-right: 4px solid #001c4a;
	float:left;
}

.logo {
	background:url("images/call_center.jpg") no-repeat;	
	padding:0px;	
	margin:0px;
	border:0px;
	width:621px;
	height:303px;
	float:left;	
}

.loginbox {
	background-color: #f5f6fa;
	padding:0px;	
	margin:0px;
	border:0px;
	width:370px;
	height:303px;
	float:left;	
}

.loginbox h2 {
	font-size:26px;
	font-weight:bold;
	padding:30px 0px;	
}

.download {
	background-color: #f5f6fa;
	padding:0px;	
	margin:0px;
	border:0px;
	width:998px;
	float:left;	
	display:block;
}

.download h2 {
	font-size:28px;
	font-weight:bold;
	padding:15px 15px;	
}

.download h3 {
	font-size:14px;
	font-weight:normal;
	padding:0px 15px;	
	border-bottom:1px solid #485c7d;	
}

.titleRow {
	font-size:18px;
	display:block;	
	padding-left:15px;
	padding-top:10px;
}

.files {
	border-bottom:1px solid #485c7d;	
	padding-left:15px;
	padding-top:0px;
	
}

.adminRow {
	padding:10px 10px;
}

.overdiv:hover .adminRow {
	background:#bcbcbe;
}


.contentRow {
	padding-left:15px;
	padding-top:10px;
}


.form1 {
	color: #322e2f;
	font-family:Calibri;
	font-size:18px;
	font-weight:bold;
	text-align:left;
	padding:10px;
}

.formText {
	font-size:20px;	
	width:400px;
}

.li {
	white-space:nowrap;	
}

.newpass {
	text-align:left;
	padding:10px 10px;	
}

.newpass a {
	color: #001c4b;
}

.newpass a:hover {
	text-decoration:underline;
}

.logout {
	text-align:right;
	padding:10px;	
}

.logout a {
	color: #001c4b;
}

.logout a:hover {
	text-decoration:underline;
}


.centerText {
	text-align:justify;
	font-size:14px;
	color:#00235d;
	padding:10px;
}	

.centerText h2 {
	font-weight:bold;
	padding:10px 0px;
	font-size:16px;	
}

.pic {
	border: 2px solid #00235D;
	margin:5px;
	padding:5px;	
}

.centerText p {
	text-align:justify;
	padding:5px 0px; 	
}


#footerContainer {
	background:url("images/footer.jpg") no-repeat;
	width:998px;
	height:59px;	
}



.formTagTitle {
	width:100%;
	text-align:center;
	font-weight:bold;
	text-decoration:underline;	
}

.formTagTitle h2 {
	font-size:22px;	
}

.formTagName {
	width:100%;
	text-align:left;
	font-weight:bold;
	padding:10px 0px;
}

.formTagName h3 {
	font-size:16px;
	font-weight:bold;
}


.formTag {
	width:470px;
	text-align:right;
	font-size:18px;
	padding:10px 0px;
}

.inputForm {
	width:300px;	
	font-size:16px;
	border:2px solid #cd9a31;
	color:#00235d;
}


.formInput {
	text-align:left;	
	font-size:18px;
}


.inputSelect {
	font-size:18px;
	border:2px solid #CD9A31;	
	color:#00235d;
}

.formTag2 {
	text-align:center;
	font-size:16px;
	padding:10px 0px;
	font-weight:normal;
}

.formInput2 {
	text-align:justify;	
	font-size:16px;
	font-weight:normal;
	width:800px;
}

.inputSubmit1 {
	border:3px solid #001c4b;
	padding:5px;
	color: #FFF;	
	background-color:#001c4b;
	text-align:center;
	font-size:14px;
	font-weight:bold;
}

.inputSubmit1:hover {
	border:3px solid #001c4b;
	padding:5px;
	color: #485c7d;	
	background-color:#faffbd;
	text-align:center;
	font-weight:bold;
	cursor:pointer;
}

 input[type=text], input[type=password]  {
       background: #FFF;
       border:1px solid #001c4b;
       height: 18px;
       display:inline-block;
       padding: 0 0 0 0px;
  }


 input[type=checkbox] {
    display:none;
  }
  input[type=checkbox] + label
   {
       background: #FFF;
       border:1px solid #cd9a31;
       height: 29px;
       width: 29px;
       display:inline-block;
       padding: 0 0 0 0px;
   }
   
   input[type=checkbox]:checked + label
    {
       background: url("images/check_on.png") no-repeat;
       height: 29px;
       width: 29px;
       display:inline-block;
       padding: 0 0 0 0px;
    }

.error {
	font-size:14px;
	color:#e10101;
}
	
