/* Default CSS */
/* Generated by the CoffeeCup HTML Editor - www.coffeecup.com */
/* from http://www.maxdesign.com.au/articles/css-layouts/three-fixed/ */
body{
	font-family:	Verdana, Helvetica, Arial;
	font-size : 10pt; 
    background-color:#5179AA;
 }

#container
{
	margin: 0 auto;
	width: 1000px;
}

#header
{
    background-color: transparent;
/*	background: #77F;*/
	padding: 20px;
}

#header h1 { margin: 0; }

#navigation
{
	float: left;
	width: 1000px;
	background: #333;
}

#navigation ul
{
	margin: 0;
	padding: 0;
}

#navigation ul li
{
	list-style-type: none;
	display: inline;
}

#navigation li a
{
	display: block;
	float: left;
	padding: 5px 10px;
	color: #fff;
	text-decoration: none;
	border-right: 1px solid #fff;
}

#navigation li a:hover { background: #77F; }

/*  content-container holds Col_Left, Col_Center and Col_Right   */
/*  total of columns is 180 + 130 + 590 = 900, so 1000 is plenty big enough  */
#content-container
{
	float: left;
	width: 1000px;
    background-image: url(images/blue.jpg);
    background-repeat:repeat-y;
    min-height:400px;
    position:relative;
}


/* right-container is used to hold col_center and col_right.  That way, when Col_Cente3r passes below the menu items in the left hand column, it will still be properly lined up   */
/* 590 + 130 = 720  */
#right-container
{
	float: left;
	width: 730px;
}


/* total left width is 180 */
#Col_Left
{
	float: left;
	width: 180px;
	padding: 20px 0;  /* top and bottom = 20;  Left and right = 0 */
	margin: 0 20px;
}

#Col_Left h2
{
    background: #77F;
	font-family:	Verdana, Helvetica, Arial;
	font-size : 10pt; 
	padding: 5px;
}

#Col_Left ul
{
	margin: 0;
	padding: 0;
}

#Col_Left ul li
{
	list-style-type: none;
}

#Col_Left li a 
{
	display: block;
	text-decoration: none;
	margin: 0 0 1em;
	padding: 10px;
    background: #77F;
    border-style:solid;
    border-color: #000;
    color: black;
    text-align:center;
    font-weight:bold;
}

#Col_Left li a:hover 
{ 
    background-color:transparent;
}

#Page_Title
{
    float: left;
	width: 250px;
	margin: 10px 0px 0px 10px;
    background: transparent;
    color: #800080 ;
	font-size : 14pt;
}

/* total center width is 110 + 10 + 10 = 130 */
.Col_Center
{
    float: left;
	width: 110px;
	padding: 0px 10px 20px 10px;  /* Top, right, bottom, left */
    left: 30px;
    background: transparent;
    color: #800080 ;
}


/* total right width is 570 + 10 + 10 = 590 */
.Col_Right
{
	float: left;
	width: 570px;
	padding: 0px 10px 20px 10px;  /* Top, right, bottom, left */
    color: black ;
}


#Image_Box
{
 float:right; 
 margin: 5px 0px 20px 20px;  
 }


#footer
{
	clear: left;
	background: #77F;
	text-align: right;
	padding: 20px;
    border-top: solid ;
    border-top-color: black;
	height: 1%;
}

p 
{
	margin: 0px 30px;
}

p.doubleIndent 
{
	margin: 0px 60px;
}

br.clear{
clear:both; }
