/*css reset*/
*
{
	padding: 0 0;
	margin: 0 0;
}
a:link {
	color: white;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
}

a:visited {
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #c5c5c5;
}

a:hover {
	font-style: normal;
	font-weight: normal;
	color: #ff0100;
	text-decoration: underline;
}

a:active {
	font-style: normal;
	font-weight: normal;
	text-decoration: underline;
	color: #ff0107;
}
body {
	color: white;
	font-size: 14px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	background-repeat: no-repeat;
	background-color: black;
    text-align: center; /* to correct the centering IE bug*/
	}

#maincontainer {
	padding-top: 100px;
	margin:  0 auto;
    /*margin-left: auto;
    margin-right: auto;*/
    width: 960px;
    height:100%;
	text-align: left; 
    }

#footer {
	height: 38px;
    right: 0px;
    bottom: 0px;
    position: fixed;
	
    }

#nav {
    	padding-right: 5px;
    	padding-left: 0px;
    	float: left;
    	width: 101px;
    }

li {
    	list-style-image: url(bullet.gif);
    }
    
#leftcol {
    	padding-right: 5px;
    	padding-left: 5px;
    	float: left;
    	width: 204px;
    }

#leftcol ul {
    	list-style-type: none;
    }

#rightcol {
    	padding-right: 0px;
    	padding-left: 5px;
    	float: right;
    	width: 635px;
    }

p {
    	padding-bottom: 10px;
    }

h3 {
    	font-size: 14px;
    	font-weight: bold;
    	padding-top: 15px;
    }

h2 {
    	font-size: 18px;
    	font-weight: bold;
    	padding-top: 15px;
    }

