/*  Global Styles */

body {
		margin: 15px;
		padding: 0px;
		background-color: rgb(170,170,170);
		min-width: 780px;
		font-family: arial, helvetica, sans-serif;
    font-size: 10pt;
    color: rgb(70,70,70);
		font-size: 10pt;
  	}

img {
	 border: 0px;
	 display: block;
	 margin-left: auto;
	 margin-right: auto;
	 }

a.small {
   font-size:8pt;
	 }
	 	 
a:link {
    font-weight: bold;
    text-decoration: underline;
    color: #0033CC;
    }

a:visited, a:active {
    font-weight:bold;
    text-decoration:underline;
    color:#0033CC;
    }

a:hover {
    font-weight:bold;
    text-decoration:none;
    color:rgb(154,51,101);
    }

h1 {
		font-weight:bold;
		font-size:14pt;
		color: rgb(70,70,70);
		}
		
b.purple {
		color: rgb(154,51,101);
		}
	  

/* Document Layout */

div#wrap {
		background-color: rgb(220,220,220);
		margin: 0px auto;
		width: 780px;
	  border: 2px solid rgb(70,70,70);
  	}

#sidebar {
		background-color: rgb(255,255,255);
		margin-left: 230px;
  	}
				
#wrap > #sidebar {
		width: 550px;
  	}

/* Header Section */

#header {
		background: rgb(255,255,255) url(images/logo.gif) no-repeat center right;
		padding: 70px 5px 0px 15px;
		font-weight:bold;
  	}

/* Left-Hand Column */	
	
#main {
		background-color: rgb(220,220,220);
		border-top: 2px solid rgb(255,255,255);
		float: left;
		width: 230px;
  	}
	
#main table {
		border-collapse: collapse;
		margin-left: 15px;
		width: 215px;
		color: rgb(70,70,70);
		font-size: 8pt;
		}
		
#main td {
    background-color: rgb(230,230,230);
    border-bottom: 1px solid rgb(255,255,255);
    padding: 6px 6px 6px 15px;
    }
		
#main td.selected {
    background-color: rgb(250,250,250);
		color: rgb(0,0,0);
    }

#main td.over {
    background-color: rgb(210,210,210);
    cursor: pointer;
    }

#main td.out {
    background-color: rgb(230,230,230);
    }

/* Right-Hand Column */

#textBlock {
    padding: 5px 5px 20px 20px;
		}
		
/* Footer Section */		 

#footer {
		background-color: rgb(220,220,220);
		border-top: 2px solid rgb(255,255,255);
		clear: both;
  	}

#footer p {
		padding: 5px;
		margin: 0px;
		font-size: 8pt;
		color: rgb(70,70,70);
  	}	 
