/* Start of CMSMS style sheet 'dc-layout' */
/*
Design by Ice-Man
*/

* {
	margin: 0;
	padding: 0;
}
/*
body {
	margin: 20px 0;
	background: #FFFFFF;
	font: normal 13px Tahoma;
	color: #666666;
}
*/
body {
	margin: 20px 0;
	margin: 20px 0;
	background: #FFFFFF;
	font: normal 13px Tahoma;
	color: #666666;
             background-image: url(images/body-bkgrd.jpg);
             background-repeat: repeat-x;
}

a {
	color: #29A3E1;
}

a:hover {
	text-decoration: none;
	color: #232C78;
}

/* Boxed */

.title {
	background: url(images/arrow.gif) no-repeat right center;
	border-bottom: 3px solid #CFCFCF;
}

.boxed1 .title {
	font: bold 100% Tahoma;
}

.boxed1 .content {
	background: url(images/img05.gif) no-repeat left bottom;
	padding: 20px;
}

.boxed2 .title {
	font: normal 182% Tahoma;
}

.boxed2 .content {
	background: url(images/img06.gif) repeat-x left bottom;
	padding: 20px;
}

.boxed3 .title {
	font: normal 129% Tahoma;
}

.boxed3 .content {
	padding: 20px;
}

.boxed3 ol, .boxed3 ul {
	margin-left: 1em;
}


/* Header */

#header {
	width: 960px;
	height: 194px;
	margin: 0 auto;
/*	background: url(images/bkgrd.jpg) repeat 100% 50px; */
/*	background: url(images/header_back.jpg) repeat 100% 50px; */
	border-bottom: 5px solid #232C78;
}

/* Logo */

#logo {
	float: left;
	width: 240px;
	height: 194px;
	background: #29A4E1 url(images/dc-header.gif) no-repeat;
	text-align: center;
}

#logo h1 {
	padding-top: 80px;
	font: bold italic 26px Tahoma;
}

#logo h2 {
	font: bold 11px Tahoma;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Search & Breadcrumbs*/
div#search {
   float: right;
   width: 27em;    /* enough width for the search input box */
   text-align: right;
   padding: 0.6em 0 0.2em 0;
   margin: 0 1em;
   background: #FFFFFF;
}

div.breadcrumbs {
   padding: 1em 0 1.2em 0; /* CSS short hand rule first value is top then right, bottom and left */
   font-size: 90%;        /* its good to set fontsizes to be relative, this way viewer can change his/her fontsize */
   margin: 0 1em;        /* css shorthand rule will be opened to be "0 1em 0 1em" */
   border-bottom: 5px solid #232C78;
   background: #FFFFFF;
}

div.breadcrumbs span.lastitem { 
   font-weight:bold; 
 } 

/* Menu */

#menu {
	float: left;
	width: 720px;
	height: 50px;
	background: #F4F4F4;
}

#menu ul {
	height: 5px;
	background: #29A4E1;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 30px;
	padding: 15px 15px 0 15px;
	border-top: 5px solid #29A4E1;
	text-decoration: none;
	font-family: Tahoma;
	font-weight: bold;
	color: #000000;
}

#menu a:hover {
	background: #DCDCDC;
	border-top-color: #1A7196;
}

#menu .active a {
	background: #FFA800;
	border-top-color: #232C78;
}

#menu a b {
	text-decoration: underline;
}

/* Background text */
#bkgrdtxt {
	float: left;
	width: 680px;
	height: 50px;
}

#bkgrdtxt h1 {
	padding-top: 65px;
	font: 22px Tahoma;
	font-weight: normal;
	font-style: italic;
	text-align: left;
}

#bkgrdtxt a {
	text-decoration: none;
}
#bkgrdimg {
	float: left;

}

/* Page */

#page {
	width: 960px;
	margin: 0 auto;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	background: #FFFFFF;
}

/* Content */

#content {
	float: right;
	width: 680px;
	padding: 10px;
	border-bottom: 1px solid #FFFFFF;
	text-align: justify;
	background: #FFFFFF;
}

#contentLink {
	float: right;
	width: 480px;
	padding: 20px;
	border-bottom: 1px solid #FFFFFF;
}

#content p, #content ol, #content ul {
	line-height: 152%;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 200px;
	padding: 0;
}

/* Welcome */

#welcome {
	margin-bottom: 20px;
}

/* Boxes */

#project, #link {
	float: left;
	width: 330px;
}

#project {
}

#link {
	margin-left: 20px;
}

/* Footer */

#footer {
	width: 760px;
	margin: 0 auto;
	padding: 20px 0;
	border-top: 5px solid #232C78;
}

#footer p {
	text-align: center;
	font-size: 77%;
}

.bl {background: url(bl.gif) 0 100% no-repeat}
.br {background: url(br.gif) 100% 100% no-repeat}
.tl {background: url(tl.gif) 0 0 no-repeat}
.tr {background: url(tr.gif) 100% 0 no-repeat; padding:10px}
/* End of 'dc-layout' */

