html, body, p, h1, h2, h3, h4, h5, h6, form, fieldset, a, div, img {margin: 0; padding: 0; border:0;}

ul, ol, li {
	margin: 0 0 0 5px;
	padding: 0;
	border:0;
	list-style-position: inside;
	list-style-image: url(../images/arrow.gif);
}

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #dbdbdb;
	margin-top: 10px;
	margin-bottom: 10px;
}

html {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}

body, html{
scrollbar-face-color:#3565a2; !important;
scrollbar-arrow-color:#cc0099; !important;
scrollbar-track-color:#012b5d; !important;
scrollbar-shadow-color:#012b5d; !important;
scrollbar-highlight-color:#012b5d; !important;
scrollbar-3dlight-color:#012b5d; !important;
scrollbar-darkshadow-color:#012b5d; !important;
}


h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #cc0099;
	font-weight: bold;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #cc0099;
	font-weight: bold;
}

a {
	color: #cc0099;
	text-decoration: none;
}

a:hover {
	color: #cccccc;
	text-decoration: underline;

}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

#wrapper {
	width: 750px;
	left: 50%;
	margin-left: -375px;
	position: absolute;
	background-image: url(../images/pagebkg.jpg);
	background-repeat: repeat-y;
}

#header {
	width: 750px;
	height: 171px;
	position: relative;
	background-image: url(../images/header.jpg);
}

#vote a { float:right; display:block; margin:20px 20px 0 0; width:200px; height:63px; text-indent:-1000em; background:url(../images/business-awards-2010-vote.gif) no-repeat; }

#vote a:hover { background-position: 0 -63px; }

#content {
	width: 750px;
	background-image: url(../images/pagebkg.jpg);
	background-repeat: repeat-y;
	overflow: hidden;
}

#left {
	width: 480px;
	float: left;
	margin-left: 50px;
	margin-bottom: 10px;
}

/*** IE6 Fix ***/
* html #left {
	margin-left: 25px;           /* RC width */
}

#right {
	width: 100px;
	float: right;
	height: 250px;
	background-image: url(../images/right1.jpg);
	background-repeat: no-repeat;
	padding: 0px;
}

#righttop {
	width: 100px;
	background-image: url(../images/right1.jpg);
	height: 217px;
	background-repeat: no-repeat;
}

#contentleft {
	width: 250px;
	float: left;
}

#contentright {
	width: 230px;
	float: right;
}

#footer {
	width: 750px;
	height: 49px;
	background-image: url(../images/footer.jpg);
	clear: both;
}

#navcontainer
{
	font-family: Arial,Sans-Serif;
	width: 400px;
	margin-left: 50px;
	margin-top: 131px;
	position: absolute;
	height: 20px;
}

#navlist
{
text-align: left;
margin: 0;
padding: 0;
text-indent: 0;
list-style-type: none;
}

#navlist li
{
padding: 0;
margin: 0;
text-indent: 0;
display: inline;
}

#navlist li a
{
	text-decoration: none;
	color: #FFFFFF;
	font-size: 1em;
	background-color: #1A416E;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #1C4A7E;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}

#navlist li a:hover,#navlist a#current
{
	color: #CC0099;
	border-bottom: none;
	font-size: 1.4em;
	background-color: #1A416E;
	border-top-width: 2px;
	border-bottom-width: 0.5em;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #DBDBDB;
	border-bottom-color: #1A416E;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
	font-weight: bold;
}

#navlist a#current { color: #CC0099; }
