body {
	background-color: #184870;
	background-image: url(images/page_bg.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	background-attachment: fixed;
	color: #000066;
}


a:link {
	color: #3333CC;
	text-decoration: none;
}
a:visited {
	color: #666699;
	text-decoration: none;
}
a:active, a:hover {
	color: #990099;
	text-decoration: underline; 
}
a img {
	border-color: #3333CC;
}


h1 {
	display: block;
	margin: 0px;
	width: 100%;
	height: 60px;
	background-image: url(images/theme/sumbanna.gif);
	background-position: top center;
	background-repeat: no-repeat;
	padding: 11px 0px 0px 0px;
	text-align: center;
	font-size: 32px;
	color: #000066;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
}
h2, h3, h4, h5, h6 {
	color: #003366;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
}


ul {
	list-style-image: url(images/theme/sumbul1a.gif);
}
ul li {
	padding-left: 4px;
}


div.hr {
	clear: both;
	height: 10px;
	background-image: url(images/theme/sumhorsa.gif);
	background-repeat: no-repeat;
	background-position: top center;
}
div.hr hr {
  display: none;
}


div#maincontainer {
	border-color: #333366;
	background-color: #F8F8F8;
	background-image: url(images/theme/sumtextb.jpg);
	font-size: 15px;
}


div#content {
	border-color: #CCCCFF;
	background-color: #F8F8FF;
}


div.rightblock {
	border-color: #CCCCFF;
	background-color: #F8F8FF;
}
div.rightblock form {
	margin-top: 1em;
	margin-bottom: 1ex;
}
div.rightblock input {
	text-align: center;
	font-size: 11px;
}
div.purplehb, div.bluehb  {
	height: 36px;
	background-position: top center;
	background-repeat: no-repeat;
	padding: 9px 0px 0px 0px;
	text-align: center;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
div.purplehb  {
	background-image: url(images/theme/sumhbusa.gif);
}
div.bluehb {
	background-image: url(images/theme/sumhbusd.gif);
}


div#footer {
	text-align: center;
	font-size: 12px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}
div#footer a:link {
	color: #3333CC;
	font-weight: bold;
	text-decoration: none;
}
div#footer a:visited {
	color: #666699;
	font-weight: bold;
	text-decoration: none;
}
div#footer a:active, div#footer a:hover {
	color: #990099;
	font-weight: bold; 
	text-decoration: underline; 
}


/* CUSTOM MENU CLASSES */
ul.nav li a:link, ul.nav li a:visited {
	border-color: #CCCCFF;
	color: #000066;
	background-color: #E8E8E8;
}
ul.nav li a:active, ul.nav li a:hover {
	border-color: #CCCCFF;
	color: #000066;
	background-color: #FFFFFF;
}
