﻿/* //////////// MASTER WEBSITE CSS /////////////// */

/************ Create a Floating 2/3-Columns Layout Plus Footer ******/
#PageCenterContainer {width:800px;margin:0 auto;position:relative;}  
#FloatContentContainer {width:800px;margin:0px 0px 0px 0px;position:absolute;top:229px;
	left:0px;background-image:url('/images/leftcolumn.gif');height:400px;} /*-Extends left bg color */
#IFloatContentContainer {width:800px;margin:0px 0px 0px 0px;position:absolute;top:126px;
	left:0px;background-image:url('/images/leftcolumn.gif');} /*-Extends left bg color */
#LeftColumn {float:left;top:0px;width:140px;height:400px;}
#CenterColumn {float:left;margin-top:0px;margin-left:15px;width:450px;}	
#CenterColumnNo3 {float:left;margin-top:0px;margin-left:15px;width:590px;}	
#RightColumn {float:left;margin-top:20px;margin-left:15px;width :160px;}

.clearfloats {clear:both;}	/* at the end of the three columns */
#footer {width:800px;text-align:center;font-size:small;
	background-color:white;} /*- - - Footer Container- - -*/
/*-------------------------------------------------------------------*/


/************** Standard TAG Formatting *****************/
body {margin: 0;font-family:Arial, Helvetica, sans-serif;font-size:80%;
	padding: 0;margin: 0;}
p {margin: 6px 0px 0px 0px;padding: 0px 0px 0px 0px;}
h1 {font-size:140%;font-weight:bold;}
img {margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;} /*Removes borders*/
/*-------------------------------------------------------------------------*/


/*************** Optional Tags ****************************************/
#Menu {width: 130px;margin: 0px;position: absolute;left:0px;top: 10px;
	background-color:#003A6F;height: 223px;padding:0px;} /* JS Menu File */
    /* Search form formatting */
#searchForm {width: 120px;margin: 0px;position: absolute;left:9px;
	top: 179px;height: 10px;padding:0px;}
#searchInput {width: 110px;height: 10px;vertical-align:top;font-size:x-small;}
/*-----------------------------------------------------------------------------*/

/************** Button Link Formatting *********************/
.buttonbox {
	width: 105px;
	height: 18px;
	border: 1px #075387 solid;
	text-align: center;
	background-color: #9FCFEE;
	font-size:small;
	color:black;
}

.button {text-align:center;} /* Button Items */
a.button:link{text-decoration:none;color:black;}
a.button:visited{text-decoration:none;color:black;}
a.button:hover {text-decoration:underline;color:black;}
/*------------------------------------------------------------------- */


/************** Footer and Footer Link Formatting *********************/
.foot {text-align:center;} /* Footer Items */
a.foot:link{text-decoration:none;color:#427BAF;}
a.foot:visited{text-decoration:none;color:#427BAF;}
a.foot:hover {text-decoration:underline;color:black;}
/*------------------------------------------------------------------- */


/***************** Non-Footer Links *************************/
a:link {color:#427BAF;text-decoration:none;}
a:hover {text-decoration:underline;color:black;}
a:visited {color:#427BAF;text-decoration:none;}
/* ---------------------------------------------------------*/
