/* CSS Document */

	body {
	font-family:verdana, arial, helvetica, sans-serif;
	font-size:11px;
	color: #333333;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	background-color: #FFFFFF;
    background-image: url(images/checkerbg2.gif);
    background-repeat: repeat;
    background-position: 2px;
	background-attachment: fixed;
	}
	
	a:link {
	color: #0099FF;
    font-weight: bold;
	text-decoration: none;
    }

    a:visited {
    color: #CC3300;
	font-weight: bold;
	text-decoration: none;
    }

    a:hover {
	text-decoration: underline;
	font-weight: bold;
    }

    a:active {
	color: #0099FF;
	font-weight: bold;
	text-decoration: none;
    }
	
	h1, h2, h3, h4, h6, small, td
    {
	font-family:verdana, arial, helvetica, sans-serif;
    color: #333333;
	font-weight: normal;
    }
	h1 {
    font-size: 12px;
    color: #333333;
	font-weight: bold;
    }
    h2 {
    font-size: 14px;
    color: #336699;
	font-weight: bold;
    }
    h3 {
    font-size: 16px;
    color: #336699;
	font-weight: bold;
    }
    h4 {
    font-size: 18px;
    color: #336699;
	font-weight: bold;
    }
    h6 {
    font-size: 8px;
    color: #336699;
	font-weight: normal;
	}
    small {
    font-size: 8px;
    color: #336699;
	font-weight: bold;
    }

    td {
	font-size: 10px
	color: #333333
	}
	
	#wrapper {
		width:900px;
		margin:0px left;
		border:0px solid #bbb;
		padding:0px;
	}
	#header {
		border:0px solid #bbb;
		height:80px;
		padding:0px;
		background-color: #;
	}
	#content {
		margin-top:10px;
		padding-bottom:10px;		
	}
	#content div {
		padding:10px;
		border:0px solid #bbb;
		float:left;
	}
	#content-left {
		width:130px;
		height:350px;		
	}
	#content-main {
		margin-left:0px;
		width:716px;
		height:100%;		
	}

	#footer {
		float:left;
		margin-top:10px;
		margin-bottom:0px;
		padding:10px;
		border:0px solid #bbb;
		width:880px;
		height: 70px;
		background-color: #;
    	font-family:verdana, arial, helvetica, sans-serif;
	    font-size:10px;
	    color: #333333;
	}
	#bottom {
		clear:both;
		text-align:right;
	}


