body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

#mainPage {
	width:100%;
}

#ITSGlogo {
	text-align: center;
	background-color:#D0E0EB;
	border-top:1px solid #49708A;
	border-left:1px solid #49708A;
	border-bottom:1px solid #49708A;
	padding:5px;
}

#logo {
	text-align: center;
	padding:5px;
}

#logo img {
	border:1px solid #49708A;
}

#header {
	font-size:250%;
	background-color:#D0E0EB;
	color:#333333;
	border-right:1px solid #49708A;
	border-bottom:1px solid #49708A;
	border-top:1px solid #49708A;	
	padding-left:20px;
	padding-right:20px;
}

#leftnav {
	width:15em;
	margin:0;
	color:#3060e0;
	text-decoration:none;
	border-right: none;
	background: #D0E0EB;
	border-left:1px solid #49708A;
}

#menu ul {
	padding-left: 0.5em;
  margin-left: 0;
}

#menu li {
	margin: 0px;
  padding: 0px;
  line-height: 3em;
  list-style-type: none;
  color: #3060e0;
	width:15em;
}
	
#menu li a {
	text-decoration:none;
	display:block;
	color:#0A328C;
	background-color:#FFFFFF;
	border-left: 5px solid #0A328C;
	font-weight:bold;
	display:block;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:5px;
}	
	
#menu li a:hover {
	background-color:#EBF7F8;
	border-left: 5px solid #1A4EC6;
	font-weight:bold;
	display:block;
}	


#content {
	width:75%;
	padding:10px;
	background-color:#D0E0EB;
}

#rightcontent {
	width:25%;
	padding:10px;
	background-color:#D0E0EB;
	border-right:1px solid #49708A;	
}

#rightcontent img {
	border:1px solid #49708A;
}


div.shadow {
  float: left;
  padding: 0 1px;
  background: #bfbfbf;
  border-left: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
  position: relative;
}

div.shadow img {
  padding: 5px 5px 9px 5px;
  background: white url("images/shad_bottom.png") repeat-x bottom left;
}

div.shadow div.topleft {
  width: 2px;
  height: 4px;
  background: url("images/shad_tlcorner.png") no-repeat top left;
  position: absolute;
  top: 0px;
  left: -1px;
}

div.shadow div.topright {
  width: 2px;
  height: 4px;
  background: url("images/shad_trcorner.png") no-repeat top right;
  position: absolute;
  top: 0px;
  right: -1px;
}

div.shadow div.bottomleft {
  width: 4px;
  height: 4px;
  background: url("images/shad_blcorner.png") no-repeat bottom left;
  position: absolute;
  bottom: 0px;
  left: -1px;
}

div.shadow div.bottomright {
  width: 4px;
  height: 4px;
  background: url("images/shad_brcorner.png") no-repeat bottom right;
  position: absolute;
  bottom: 0px;
  right: -1px;
}

#footer {
	background-color:#D0E0EB;
	border:1px solid #49708A;
	padding:3px;
	text-align:center;
	font-size:12px;	
}







