﻿/* //////////// 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:174px;
	left:0px;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:10px;width:130px;height:400px;background-image:url('/images/leftslice.gif');}
#CenterColumn {float:left;margin-top:0px;margin-left:15px;width:453px;margin-right:0px;}
#RightColumn {float:left;height:400px;margin-top:0px;margin-left:12px;margin-right:0px;width :187px;
 	background-image:url('/images/rightslice.gif');margin-bottom:0px;}
	
#CenterColumnNo3 {float:left;margin-top:0px;margin-left:15px;width:600px;}	

.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;margin: 10px 0px 5px 0px;}
h2 {font-size:120%;font-weight:bold;margin: 10px 0px 1px 0px;}
h3 {font-size:110%;font-weight:bold;margin: 5px 0px 5px 0px;}

img {margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}
td {vertical-align:top;}
ul {margin-top:4px;}
/*-------------------------------------------------------------------------*/


/*************** Optional Tags ****************************************/
#Menu {width: 130px;margin: 0px;position: absolute;left:0px;top: 10px;height: 223px;padding:0px;} /* JS Menu File */
.Picture {border-style: solid;border-width: 1px;margin-left: 0px;margin-right: 20px;margin-bottom: 8px;float:left;}

/************** 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;}
/*------------------------------------------------------------------- */

/************** Button Link Formatting *********************/
.buttonbox {
	width: 105px;
	height: 18px;
	border: 1px #075387 solid;
	text-align: center;
	background-color: #E6DBAE;
	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;}
/*------------------------------------------------------------------- */

/***************** Non-Footer Links *************************/
a:link {color:#427BAF;text-decoration:none;}
a:visited {color:#0b3543;text-decoration:none;}
a:hover {text-decoration:underline;color:black;}
/* ---------------------------------------------------------*/
