html, body {
	width: 100%;
	/*height: 100%;*/
	/*background: #043265 url(../images/bk_grad.gif) repeat-x;*/
	background: #FFFFFF url(../images/bk_grad.gif) repeat-x;
}

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

img {
	border: none;
}

.btn {
	border: none;
}

#outer {
	/*border: 1px solid #000000;*/
	width: 967px;
	min-height: 100%;
	margin: 0 auto 0 auto;
	background-image: url(../images/contentBK.png);
	background-repeat:  repeat-y;
	background-position: 0 20px;
}
*html #outer {
	height: 100%;
}

#header {
	/*border: 1px solid #000000;*/
	margin: 0px auto 0 auto;
	width: 943px;
	height: 135px;
	background: url(../images/header.gif) no-repeat;
	color: #123D6D;
}

#globalNav {
	float: right;
	position: relative;
	top: 12px;
	right: 20px;
	font-size: 10px;
	font-weight: bold;
	text-align: right;
}

#globalNav a:link, #globalNav a:active, #globalNav a:visited {
	color: #123D6D;
	text-decoration: none;
}

#globalNav a:hover {
	text-decoration: underline;
}

#mainNav {
	margin: 1px auto 1px auto;
	width: 943px;
	height: 32px;
	border-bottom: 1px solid #FFFFFF;
	background-color: #E5E5E4;
	padding-top: 5px;
	text-align: center;
}

#pageContent {
	margin: 0 auto 0 auto;
	border-top: 1px solid #B3B3B3;
	width: 913px;
	padding: 12px 15px 0 15px;
}

.inputTxt {
	width: 120px;
	height: 15px;
	font-size: 10px;
	color: #b1b1b1;
	padding-left: 5px;
}

#footer {
	width: 728px;
	height: 105px;
	margin: 10px auto 5px auto;
	text-align: center;
	font-size: 10px;
	color: #717070;
}

.leftFloat {
	float: left;
}

.rightFloat {
	float: right;
}

.clear {
		/*border: 1px solid black;*/
	clear: both;
	/*height: 1px;*/
}

.txt_12 {
	font-size: 12px;
}

.txt_10 {
	font-size: 10px;
}

.headingTxt {
	color: #EC008C;
}

.title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;	
	background: url(../administration/images/grayBg.gif) repeat-x;
}

a:link, a:active, a:hover, a:visited {
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}

img {
	border: none;
}

.dsiOrange {
	color: #ff9800;
}

.dsiBlue1 {
	color: #3b8dbd;
}

.dsiBlue2 {
	color: #7caed3;
}
