@charset "UTF-8";
/* CSS Document */

/* core styles */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #808080;
	margin:0px;
}
a:link {
	color: #024EA2;
}
a:visited {
	color: #024EA2;
}
a:hover {
	color: #FC4500;
}

a.hashlink:hover {
	color: #024EA2;
}

a:active {
	color: #024EA2;
}
h1 {
	font-size: 16px;
	color: #808080;
	margin-top:0px;
}
h2 {
	font-size: 12px;
	color: #808080;
	margin-top:3px;
}

/* background images */

#header-l {
	background-image:url(../images/header-l.png);
	width:21px;
	background-repeat:repeat-y;
}
#header-r {
	background-image:url(../images/header-r.png);
	width:21px;
	background-repeat:repeat-y;
}
#nav-repeat {
	background-image:url(../images/nav-repeat.png);
	height:57px;
	background-repeat:repeat-x;
}			
#nav-l {
	background-image:url(../images/nav-l.png);
	width:21px;
	height:57px;
	background-repeat:no-repeat;
}	
#nav-r {
	background-image:url(../images/nav-r.png);
	width:21px;
	background-repeat:no-repeat;
}
#nav-m {
	background-image:url(../images/nav-m.png);
	background-repeat:repeat-x;
}
#body-l {
	background-image:url(../images/body-l.png);
	width:21px;
	background-repeat:no-repeat;
	background-position:top;
}
#body-r {
	background-image:url(../images/body-r.png);
	width:21px;
	background-repeat:no-repeat;
	background-position:top;
}
#body-m {
	background-image:url(../images/body-bg.png);
	background-position:top left;
	background-repeat:no-repeat;
	width:639px;
}
#body2-m {
	background-image:url(../images/body-bg.png);
	background-position:top left;
	background-repeat:no-repeat;
}		
#right {
	background-image:url(../images/right-repeat.png);
	background-repeat:repeat-x;
	background-position:top;
	width:243px;
	padding:3px;
}		
.footer {
	background-image:url(../images/footer-bg.png);
	background-position:top;
	padding:10px;
	padding-top:6px;
	width:33%;
}

/* content */

#main-content {
	padding:20px;
	text-align:justify;
}	
.h-rule {
	background-image:url(../images/h-rule.png);
	background-repeat:repeat-x;
	background-position:bottom;
}
.h-rule2 {
	background-image:url(../images/h-rule.png);
	background-repeat:repeat-x;
	background-position:top;
}
.v-rule {
	background-image:url(../images/v-rule.png);
	background-repeat:repeat-y;
	background-position:right;
}		
.search {
	width:140px;
	height:16px;
	color:#666666;
	background-color:#E6E6E6;
	padding:0px;
	padding-top:3px;
	padding-left:2px;
	margin:0px;
	border:1px solid #666666;
}			
.table-header {
	background-image:url(../images/table-header.png);
	background-position:left;
	color:#FFFFFF;
	font-weight:bold;
	height:30px;
}
.table-header2 {
	background-color:#81a7d1;
	color:#FFFFFF;
	font-weight:bold;
}
.red-text {
	color:#FF0000;
}		
.apply-form {
	background-color:#C1C1C1;
	color:#FFFFFF;
	font-weight:bold;
}	
#but-sort {
	display:inline;
}		
.quick-links {
	border:solid 1px #CCCCCC;
	margin:8px;
}	
#nav-pad {
	padding-top:10px;
}		

p {margin: 0; padding: 0;}
