@CHARSET "UTF-8";

body {
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0;
	padding: 0;
	background-image: url("/images/dpt/bg.jpg");
	z-index: 1;
}

a{
	text-decoration: none;
	color: #b05ca1; /* MAUVE */
}

a:hover{
	text-decoration:underline;
}

#pagecontainer {
	color: #000000;
	width: 980px;
	left: 50%;
	margin-left: -490px;
	position: relative;
	/*margin-top: 100px;*/
}

div.uedge {
	background-color: #FFD459; /* orange */
	background-image: none;
	z-index: 0;
	width: 100%;
}

div.redge { /*background-image: url("/images/dpt/redge.gif");*/
	background-position: right top;
	background-repeat: repeat-y;
	width: 100%;
}

div.bedge { /* background-image: url(/images/dpt/bedge.gif); */
	background-position: left bottom;
	background-repeat: repeat-x;
	width: 100%;
}

div.ledge {
	background-image: none;
	width: 100%;
}

div.ulcorner {
	background-image: url(/images/dpt/orange_tl.gif);
	background-position: left top;
	background-repeat: no-repeat;
	width: 100%;
}

div.urcorner {
	background-image: url(/images/dpt/orange_tr.gif);
	background-position: right top;
	background-repeat: no-repeat;
	width: 100%;
}

div.blcorner {
	background-image: url(/images/dpt/orange_bl.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	width: 100%;
}

div.brcorner {
	background-image: url(/images/dpt/orange_br.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
	width: 100%;
	/* padding: 15px 0px 0px 15px; */
}

div.innercontent {
	width: 100%;
	height: 75px;
}

/* MAUVE DIV */
div.uedgem {
	background-color: #b05ca1; /* MAUVE */
	background-image: none;
	margin-bottom: -16px;
	width: 100%;
}

div.redgem { /*background-image: url("/images/dpt/redge.gif");*/
	background-position: right top;
	background-repeat: repeat-y;
	width: 100%;
}

div.bedgem { /* background-image: url(/images/dpt/bedge.gif); */
	background-position: left bottom;
	background-repeat: repeat-x;
	width: 100%;
}

div.ledgem {
	background-image: none;
	width: 100%;
}

div.ulcornerm {
	background-image: url(/images/dpt/mauve_tl.gif);
	background-position: left top;
	background-repeat: no-repeat;
	width: 100%;
}

div.urcornerm {
	background-image: url(/images/dpt/mauve_tr.gif);
	background-position: right top;
	background-repeat: no-repeat;
	width: 100%;
}

div.blcornerm {
	background-image: url(/images/dpt/mauve_bl.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	width: 100%;
}

div.brcornerm {
	background-image: url(/images/dpt/mauve_br.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
	width: 100%;
	/* padding: 15px 0px 0px 15px; */
}

div.innercontentm {
	width: 100%;
	height: 115px;
}

/* WHITE DIV */
div.uedgew {
	background-color: #FFFFFF; /* WHITE */
	background-image: none;
	margin-top: 0px;
	margin-bottom: 100px;
}

div.redgew { /*background-image: url("/images/dpt/redge.gif");*/
	background-position: right top;
	background-repeat: repeat-y;
	width: 100%;
}

div.bedgew { /* background-image: url(/images/dpt/bedge.gif); */
	background-position: left bottom;
	background-repeat: repeat-x;
	width: 100%;
}

div.ledgew {
	background-image: none;
	width: 100%;
}

div.ulcornerw {
	background-image: url(/images/dpt/white_tl.gif);
	background-position: left top;
	background-repeat: no-repeat;
	width: 100%;
}

div.urcornerw {
	background-image: url(/images/dpt/white_tr.gif);
	background-position: right top;
	background-repeat: no-repeat;
	width: 100%;
}

div.blcornerw {
	background-image: url(/images/dpt/white_bl.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	width: 100%;
}

div.brcornerw {
	background-image: url(/images/dpt/white_br.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
	width: 100%;
	/* padding: 15px 0px 0px 15px; */
}

div.innercontentw {
	width: 100%;
	height: 850px;
	padding-top: 20px;
	color: #787878; /* medium grey */
	font-family: arial, verdana, sans-serif;
}

/* logo div */
#logo {
	float: left;
	margin-top: 32px;
	position: absolute;
	z-index: 100;
	left: 0;
}

#header {
	float: right;
	margin-top: 32px;
	position: absolute;
	z-index: 100;
	margin-left: 420px;
}

#menu {
	display: block;
	z-index: 1000;
	margin-left: 325px;
	list-style-type: none;
	margin-right: 25px;
}

#menu li {
	font-size: 15px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, FreeSerif,
		serif;
	font-weight: bolder;
	float: left;
	margin: 27px 15px 15px 0;
}

#menu li a {
	text-decoration: none;
	color: #821F70; /* kind of mauve */
	border: 0;
}

#menu li a:HOVER {
	text-decoration: none;
	color: #b05ca1; /* MAUVE */
}

#menu li a:ACTIVE {
	text-decoration: none;
	color: #b05ca1; /* MAUVE */
}

div.content_left {
	width: 30%;
	float: left;
	height: 100%;
	padding-left: 20px;
	text-align: left;
}

div.content_left h3 {
	margin-top:5px;
	margin-bottom:0px;
}

div.content_left h5{
	margin:5px 0 5px 0;
}

div.content_main {
	width: 60%;
	float: left;
	height: 100%;
	padding-left: 50px;
}

#banner {
	width: 300px;
	height: 200px;
	/*background-color: #FFD459;*/
	text-align: left;
	vertical-align: middle;
}

div.content_main img {
	border:0px;
	float: left;
	padding: 0px 10px 10px 0;
}

#shadowbox_div {
	padding:0;
	margin-top:10px;
	}

.footerRC {margin-top: 5px;clear:both}.footerRC td, .footerRC td a {font-family:Arial, Helvetica, sans-serif;font-size:12px;color:#666666;}.footerRC td a {text-decoration:underline}.footerRC td a:hover {color:#000000;}.footerRC .divisionName {font-family:Georgia, "Times New Roman", Times, serif;font-size:16px;color:#af232a;margin-bottom: 3px;}.firstRow {background-color:#d8d8d8;}.secondRow {background-color:#e5e5e5;padding-top: 20px;}.thirdRow {background-color:#e5e5e5;padding-top: 20px;padding-bottom: 20px;}.firstCol {width:475px;float:right;text-align:left}.secondCol {padding-left: 10px;width:475px;float:left;text-align:left}
