* 
{
	margin:0;
	padding:0;
}

body 
{
	background:#fcf8fa none repeat-x scroll top left;
	margin:0 auto;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
}




/* common headers */

h1, h2 
{
	text-align:left;
	color:#fff;
}

h1 
{
	font-size:3em;
	padding-left:10px;
}

h1 a, h1 a:hover, h1 a:visited 
{
	text-decoration:none;
	color:#ffffff;
}

h2 
{
	padding:0 0 10px 10px;
	font-size:0.9em;
	font-family:Georgia, "Times New Roman", Times, serif;
}

h3 
{
	font-size:1.1em;
	font-family:'Lucida Sans Unicode','Lucida Grande',verdana,sans-serif;
	font-weight:normal;
	color:#120a93;
	padding-bottom:10px;
}

h4 
{
	color:#120a93;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.4em;
	font-weight:normal;
	padding:5px 5px 5px 10px;
	border-left:10px solid #120a93;
}
h5
{
	margin-bottom:20px;
	line-height:1.7em;
	font-size:0.78em;	
	color:#333333;
}
h6
{
	margin-bottom:20px;
	line-height:1.7em;
	font-size:0.78em;	
	color:#333333;
	font-weight:normal;
}

h7
{
	color:#120a93;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.1em;
	border-bottom:1px solid #dddddd;
}



/* element defaults */
p 
{
	margin-bottom:20px;
	line-height:1.7em;
	font-size:0.95em;	
	color:#333333;
}

td.h6
{
	margin-bottom:20px;
	line-height:1.7em;
	font-size:0.95em;	
	color:#333333;
}

q
{
	line-height:1.7em;
	font-size:0.8em;	
	color:#000000;
	font-style:italic;
	padding-bottom:20px;
}

sot
{
	color:#CC0000;
}

ul 
{
	padding:0 0 20px 35px;
}

ul li
{	
	line-height:1.7em;
	font-size:13px;
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
}

code 
{
	border:1px solid #51007A;
	border-left-width:10px;
	display:block;
	padding:10px;
	margin:10px 0;
}

.smallInputTextbox 
{
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	background-color:#DDDDDD;
	border:1px solid #7E94A6;
	padding-left:2px;
	padding-right:2px;
	/*width:100%; */
	/*width:10em;*/
}
.coolLookingButton
{
	/*margin-top:18px; */
	display:block; 
	border:1px solid #000000; 
	width:100px; 
	height:20px;
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:11px; 
	padding-left:2px; 
	padding-right:2px; 
	padding-top:0px; 
	padding-bottom:2px; 
	line-height:14px; 
	background-color:#EFEFEF
}

.coolLookingButton:hover
{
	color:#6699CC;
	cursor: pointer;
}




/* default tables */ 
table 
{
	width:100%;
	margin-bottom:10px;
	border-bottom:1px solid #dddddd;
	padding-top:4px;
	/*border-left:1px solid #dddddd;*/
}

table tr th, table tr td,
{
	padding:5px 10px;
	vertical-align:text-top;
}

table tr th 
{
	background:#5E008D url('images/nav-bg.png') repeat-x scroll bottom left;
	color:#ffffff;
}

table.informationTable
{
	width:100%;
	padding-top:0px;
	border:1px solid #dddddd;
}

table.logInTable
{
	width:50%;
	padding-top:0px;
	border:1px solid #dddddd;
}

table.logInTable th
{
	text-align:center;
	font-weight:bold;
	color:#120a93;
	font-size:15px;
}

table.logInTable td
{
	text-align:center;
	/*vertical-align:top;*/
	color:#000000;
	font-size:13px;
	line-height:1.7em;	
	color:#333333;
}

table.informationTable th
{
	background:#999999;
	text-align:center;
	font-weight:bold;
	color:#120a93;
	font-size:15px;
	
}

table.informationTable td
{
	background-color:#F3F4F4;
	text-align:center;
	/*vertical-align:top;*/
	color:#000000;
	font-size:13px;
	line-height:1.7em;	
	color:#333333;
}

table.informationTable td.textLeft
{
	padding-left:40px;
	text-align:left;
}



/* default links */
a 
{ 
	color:#454545;
}

a:visited 
{ 
	color:#454545;
} 

a:hover 
{ 
	color:#120a93; 
} 

td.picture
{
	/*border: 1px solid #737070;*/
	background-repeat:no-repeat;
}

a.commonLinks
{
	padding-right:40px;
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
	font-size:11px;
}

a.commonLinks:HOVER
{
	color:#a00;
}

a.linkContactUs
{
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
	font-size:13px;
}

a.linkContactUs:HOVER
{
	color:#a00;
}











/* title */

div.header 
{
	width:100%;
	height:84px;
	margin:0 auto;
	/*background:url(../../images/masterImages/headerBackground.jpg) repeat-x center top;*/
/*	MyBar.JPG*/
	background:url(../../images/masterImages/MyBar.JPG) repeat-x left top;
}





/* main page wrap */

div#wrap 
{
	width:99%;
	height:100%;
	margin:0 auto;
	background:#e6e6e6;
}

div.pagewrapper
{
	margin:0 auto;
	background:#e6e6e6 url(../../images/masterImages/content-bg-right.png) no-repeat scroll top right;
}

div.innerpagewrapper
{
	background:#e6e6e6 url(../../images/masterImages/content-bg-left.png) no-repeat scroll top left;
	margin:0 0 0 0;
}








/* main page layout*/
div.mainSection
{
	/*border: red 4px dashed; */
	width:81%;
	float:left;
	padding-bottom:30px;
}

div.mainContentPadding
{
	margin:0 0 0 1%;
	padding:30px 20px 10px 10px;
}

div.content
{
	padding:10px 10px 10px 10px;

}

div.page
{
	clear:both;
	background:#e6e6e6 url('images/footerbg.png') repeat-x scroll bottom left;

}

div.sideBar
{
	
	/*position:fixed;
    top: 8.01em;
	width:22%;*/
	/*border: red 4px dashed; */
	margin:0 1% 0 0;
	width:18%;
	float:right;
	padding-bottom:20px;
}

div.footer
{
	clear:both;
	margin-top:10px;
	height:80px;
	border-top:1px solid #c6c6c6;
	background:#dddddd url(../../images/masterImages/footerbg.png) repeat-x scroll bottom left;
	width:98%;
	margin:0 auto;
}




/* dropDown menu */

div.menuWrap
{
	background:url(../../images/masterImages/manuMainButton.jpg) repeat-x; 
}

div.manuWrapper
{
	background:url(../../images/masterImages/manuMainButton-left.jpg) no-repeat scroll top left;
	
}

div.innerMenuWrapper
{
	height:20px;
	background:url(../../images/masterImages/manuMainButton-right.jpg) no-repeat scroll top right;
}

div.mainContentWrap
{
/*	background: url(../../images/masterImages/mainContentMainBackground.jpg) scroll repeat-x #dedede;*/
/*	background-color:#cac8c9;
/*	border-top:1px solid #7d7d7d;
	border-left:1px solid #7d7d7d;
	border-right:1px solid #7d7d7d;
	border-bottom:1px solid #7d7d7d;*/
}

#menu
{
	margin:0;
	text-align:center;
}


#menu ul
{
	padding:0;
	margin:0;
}

#menu li
{
	position: relative;
	float: left;
	list-style: none;
	margin: 0;
	padding:0;
}

#menu li a
{
	width:150px;
	height: 29x;
	display: block;
	text-decoration:none;
	text-align: center;
	line-height: 30px;
	font-weight: bold;
	font-size: 13px;
	background:url(../../images/masterImages/manuMainButton.jpg) repeat-x scroll top;
}

#menu li a:hover
{
	background:url(../../images/masterImages/manuMainButton-hover.jpg) repeat-x scroll top;
	color:#c9cde1;
}

#menu ul ul
{
		/*position: absolute;*/
		position: absolute;
		top: 30px;
		width: 120px;
		visibility: hidden;
}

#menu ul li:hover ul
{
		visibility:visible;
}

a.green
{
		/*background: url(img/green.jpg) no-repeat top center;*/
		color:#FFFFFF;
}



/*Side bar*/

div.dcmLogo
{
	height:200px;
	width:100%;
	background: url("../../images/masterImages/DCM Logo.jpg") no-repeat center;
	margin:0 auto;
}

div.sideBarWrap
{
	background:url(../../images/masterImages/sideBarBackground.jpg) repeat-y  #e6e6e6;
}

div.sideBarWrapper
{
	background: url(../../images/masterImages/sideBarBackground-TopLeft.jpg) no-repeat scroll top left;
}

div.innerSideBarWrapper
{
	background:url(../../images/masterImages/sideBarBackground-BottomLeft.jpg) no-repeat scroll bottom left;
	padding:0px 0px 0px 0px;
	/*padding-right:50px;*/
}

div.sideBarContent
{
	padding:10px 10px 10px 10px;
}




/* footer */

div.footer p 
{
	text-align:center;
	background:url(../../images/masterImages/footerBackground.jpg) repeat-x scroll top ;

	color:#666666;
	padding-top:30px;
	font-size:0.9em;
	font-family:"Trebuchet MS", Verdana, Arial;
}

div.footer p a 
{
	color:#666666;
}


div.content
{
	float:right;
	width:77.4%;
	
	/*background: url(../../images/masterImages/mainContentMainBackground.jpg) scroll repeat-x #dedede;*/
	background-color:#cac8c9;
	border-top:1px solid #7d7d7d;
	border-left:1px solid #7d7d7d;
	border-right:1px solid #7d7d7d;
	border-bottom:1px solid #7d7d7d
}

/*Menu Side bar*/
#menuVerticle 
{
float:left;
width: 18%; /* set width of menu */
background: #eee;
} 

#menuVerticle ul { /* remove bullets and list indents */
list-style: none;
margin: 0;
padding: 0;
}

/* style, color and size links and headings to suit */
#menuVerticle a{
font: bold 11px/16px arial, helvetica, sans-serif;
display: block;
border-width: 1px;
border-style: solid;
border-color: #ccc #888 #555 #bbb;
margin: 0;
padding: 2px 3px;
}

#menuVerticle h2
{
/*	font: bold 20px/20px arial, helvetica, sans-serif;
	display: block;
	border-width: .10px;
	border-style: solid;
	border-color: #ccc #888 #555 #bbb;
	margin: 0;
	padding: 2px 3px;*/
}


#menuVerticle h2 {
color: #0C0392;
background: #000;
text-transform: uppercase;
}

#menuVerticle a.subMenu {
font-size:11px;
color: #000;
background: #efefef;
text-decoration: none;
}

#menuVerticle a.headerMenu {
font-size:12px;
height:18px;
color:#FFFFFF;
background: #0C0392;
text-decoration: none;
text-transform: uppercase;
cursor:pointer;
}



#menuVerticle a:hover {
color: #a00;
background: #fff;
}

#menuVerticle li {
/* make the list elements a containing block for the nested lists */
position: relative;
} 

#menuVerticle ul ul ul {
position: absolute;
top: 0;
left: 100%; /* to position them to the right of their containing block */
width: 100%; /* width is based on the containing block */
}

div#menuVerticle ul ul ul,
div#menuVerticle ul ul li:hover ul ul
{display: none;}

div#menuVerticle ul ul li:hover ul,
div#menuVerticle ul ul ul li:hover ul
{display: block;}


<!--[if IE]>
<style type="text/css" media="screen">
body {
behavior: url(csshover.htc); /* call hover behaviour file */
font-size: 100%; /* enable IE to resize em fonts */
} 
#menuVerticle ul li {
float: left; /* cure IE5.x "whitespace in lists" problem */
width: 100%;
}
#menuVerticle ul li a {
height: 1%; /* make links honour display: block; properly */
} 

#menuVerticle a, #menuVerticle h2 {
font: bold 0.7em/1.4em arial, helvetica, sans-serif; 
/* if required use em's for IE as it won't resize pixels */
} 
</style>
<![endif]-->








.menu1{
background-image:url(images/menudiv1bg.gif);
margin-left:25px;
padding-left:20px;
padding-top:2px;
padding-bottom: 2px;
display:block;
text-decoration: none;
color: #000000;
height: 20px;
}

.submenu{
background-image: url(images/submenu.gif);
display: block;
height: 19px;
margin-left: 38px;
padding-top: 2px;
padding-left: 7px;
color: #333333;
}

.hide{
display: none;
}


.show{
display: block;
}



#menuVerticle table.MainPictures
{
background:#e6e6e6;

}
/*ABE ADDITIONS*/
.error, .notice, .success {
	border: 1px solid #DDD;
	margin-bottom: 1em;
	padding: 0.6em 0.8em;
}

.error {background: #FBE3E4; color: #8A1F11; border-color: #FBC2C4;}
.error a {color: #8A1F11;}

.notice {background: #FFF6BF; color: #514721; border-color: #FFD324;}
.notice a {color: #514721;}

.success {background: #E6EFC2; color: #264409; border-color: #C6D880;}
.success a {color: #264409;}









