/****
THIS IS THE CSS FOR GEMINI. THE CODING IS PRETTY STRAIGHT-FORWARD,
BUT IF YOU NEED ANY HELP FEEL FREE TO EMAIL ME (kmcannon [at] telus [dot] net.
***/
body {
	margin:0px;
	padding:15%;
	background:#6DA18B url(file:///C|/Users/Bucky/AppData/Local/Microsoft/Windows/Temporary%20Internet%20Files/Content.IE5/V01BG7FV/images/repeat.gif) repeat-y top center;
	font-size:78%;
	font-family:Helvetica, Arial, Sans-serif;
}	
/****************       COMMON ELEMENTS           *******/
/****************           LINKS           ********/

#todayis {
	/*float:left;*/
	width:0 auto;
      padding:0px;
      margin-bottom:0px;
      background:#e5e5e5;
}

a {
	color:#4290B8;
}

a:hover {
	color:#59806F;
	text-decoration:none;
}	
/****************          HEADINGS          *******/
h1 {
	margin:0;
	padding:10px 0 0 0px;
	font-family:Tahoma, Arial, Sans-serif;
	font-weight:normal;
	font-size:1.5em;
	color:#333;
}

h2 {
	margin:0;
	padding:10px 0 0 0px;
	font-family:Tahoma, Arial, Sans-serif;
	font-weight:bold;
	font-size:1.3em;
	color:#333;
}

h3 {
	margin:0;
	padding:10px 0 5px 0px;
	font-family:Tahoma, Arial, Sans-serif;
	font-weight:bold;
	font-size:1.1em;
	color:#333;
}


/**********                         PARAGRAPHS         ******/
p {
	text-indent:10px;
	padding-left:10px;
}
/***********                        TABLES                     ******/
table {
	width:100%;
	border-top:1px solid #ccc;
	border-collapse:collapse;
	margin-left:10px;
}


/*
td {
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
}
*/


th {
	background:#e5e5e5;
}


.leftfloatpicture {
	float: left;
	margin-left: 20px;
	margin-top: 0px;
	margin-bottom: 15px;
	margin-right: 15px;
	border: #024464 1px solid;
	background-color:black;
}


.rightfloatpicture {
    float: right;
        clear: all;
       /* margin: 10px;*/
        margin-left: 15px;
        margin-right: 0px;
        margin-top: 20px;
        margin-bottom: 10px;
        border: #024464 1px solid;
        background-color:black;
        }


/*following centers pic*/

IMG.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
    border: 1px solid #000000;
 }

	

/******************           INDEPENDANT DIVS AND CLASSES            ****/
/*****                    MAIN CONTAINER      *****/
#container {
	width:782px;
	background-color: #CCCCCC;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
/*********                    HEADER                          *******/
#header {
	height:166px;
	overflow:hidden; /* Keeps header from blowing up when text size is incresased  **/
	background-image: url(images/ncc_banner1_web.jpg);
	background-repeat: no-repeat;
	border: medium solid #ccc;
}

#header h1 {
	color:#000000;
	padding:5px 0 0 275px;
        font-weight:600;	
        font-size:1.9em;
}	

#header h2 {
        clear:both;
        color:#000000;
        padding:0px 0 0 275px;
        font-weight:100;
        font-size:1.7em;
}


#header h3 {
	font-size:1.5em;
	font-weight:100;
        padding:0 0 0 275px;
	margin-top:6px;
}	
/***********                      LEFT COLUMN           *****/
#leftcol {
	float:left;
	width:480px;
	font-size:14px;
	background-image: url(images/repeat.gif);
	background-color: #D4FFAA;
	border-top-width: inherit;
	border-right-width: inherit;
	border-bottom-width: thick;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: inherit;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}


/*#map {*/
/*margin-top:30px;*/
/*border:1px solid black;*/
/*{*/


/************                    RIGHT COLUMN         ****/

#rightcol {
	/* clear:left;*/
	width:240px;
	float:right;
	background-color: #BAA896;
       /* border: 2px solid #000000;*/
}

#rightcolfooter {
	text-align:center;
	background:#fff;
	clear:both;
	margin:0;
	border-top:1px solid #ccc;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 5px;
}	

#rightcol h1 {
	font-size:1.3em;
	padding-left:20px;
/*	font-weight:bold;*/
	font-family:helvetica, arial, sans-serif;
}	

img.portrait {   /**        The main image in the sidebar     **/
	background:#fff;
	padding:4px;
	border:1px solid #ccc;
	display:block;
	margin:10px auto 0 auto;
}	

#rightcol li {
	line-height:1.5em;
	list-style:none;
}	
/****************                NAVIGATION IN RIGHT COLUMN         *******/
#nav {
clear: both;
	list-style:none;
	padding-left:17px;
	margin:0 auto;
}

#nav li {
	background:#fff;
	width:210px;
	height:1.8em;
	line-height:1.8em;
	text-align:center;
	font-size:1.0em;
	margin:5px 0;
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
}	

#nav li a {
	color:#333;
	text-decoration:none;
	display:block;
	width:210px;
}	

#nav li a:hover {
	background:#4C83BA;
	color:#fff;
}	
/******************                  FOOTER                 ****/
#footer {
	text-align:center;
	background:#fff;
	clear:both;
	margin-bottom:1px;
        padding:10px;
border-left:1px solid #ccc;	
border-top:1px solid #ccc;
border-bottom:1px solid #ccc;
}

#credit {
        text-align:left;
font-size:12px; color:#a6a2a2;        
background:#fff;
        clear:both;
        margin-bottom:0px;
        padding:10px;
border-left:1px solid #ccc;
border-top:0px solid #ccc;
border-bottom:3px solid #ccc;
}
