/* CSS Document */

#container {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -400px;
	width: 800px;

}

body {
    margin:0;
    padding: 0;
    font-size: small;
    font-family: Georgia, Times, "Times New Roman", serif;
	background-image: url(../images/backgroundgradiant.gif);
	background-position: top center;
	background-repeat: repeat-y;
}


h2 {
	font-weight: normal;
	font-size: 24px;
	margin: 0;
	padding: 0;
	}



/*HEADER STYLE*/

#header  {
    position: absolute;
        top: 0;
        left: 0;
    width: 100%;
    height: 125px;
	background-image:url(../images/swirl.gif);
	background-position: 0 12px;
	background-repeat:repeat-x;
    }

#mainNav  {
    position: absolute;
        top: 90px;
        left: 0px;
	width: 100%;
	height: 28px;
	border-top: 1px solid #777;
	border-bottom: 1px solid #777;	
    }
	
#choice	{
	position: absolute;
	top: 35px;
	left: 0;
	}
	
#logo	{
	position: absolute;
		top: 0;
		left: 50px;
	}

/*Greeting and Intro Style*/

#greeting  {
	position: absolute;
		top: 130px;
		left: 0px;
	width: 100%;
	height: 210px;
	font-size: 20px;
	line-height: 1.4;
	color: #626262;

	padding-left: 0px;
	border-bottom: 1px solid #000;
        }

#greeting img {
	float: left;
	margin-right: 15px;
        }

#greeting p {
	margin-left: 0px;
	width: 675px;
	margin: 0;
	margin-left: 50px;
        }
		
#greeting a {
	text-decoration: none;
	color: #644;
	}		
		
.sm_greeting {
	font-size: 17px;
	}

#site_cont	{
	position: absolute;
		top: 0;
		left: 240px;
	}

#sigcap3	{
	position: absolute;	
	top: 350px;	
	left: 0px; 
	font-size: 18px;
	width: 100%;
	}

#sigcap3 img	{
	float: left; 
	clear: both;
	margin-right: 10px;
	}
	
#sigcap3 img.noflo	{
	float: none;
	margin-bottom: -5px;
	margin-left: 10px;
	}
	
#sigcap3 p	{
	clear: both;
	}

#sigcap3 a {
	text-decoration: none;
	color: #644;
	}

#sigcap3 h2 {
	margin-top: 30px;
	}
	
	
#sigcap4	{
	position: absolute;	
	top: 425px;	
	left: 0px; 
	font-size: 18px;
	width: 100%;
	}

#sigcap4 p	{
	clear: both;
	}

#sigcap4 img.noflo	{
	margin: 0 7px 0 7px;
	}

#sigcap4 a {
	text-decoration: none;
	color: #644;
	}

#sigcap4 h2 {
	margin-top: 10px;
	}
	
	

/*Body Styles*/


#main	{
	position: absolute;
		top: 355px;
		left: 50px;
	width: 690px;
	}


#xlarge	{
	position: absolute;
		top: 0;
		left: 0;
		width: 690px;
	border: 1px solid #000;
	}
#xlarge .titlebar	{
	position: relative;
		top: 0;
		left: 0;
		width: 675px;
		height: 48px;
		padding-top: 2px;
		padding-left: 15px;
		background-color: #000;
		letter-spacing: 18px;
		color: #fff;
		font-size: 16px;
		text-align: center;
	}
	
#rightbar	{
	position: absolute;
		top: 0;
		left: 550px;
	width: 200px;
	}

#rightbar img	{
	margin-bottom: 10px;
	}
	
#footer  {
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
		top: 100px;	
		left: -1px;
		width: 700px;
	margin-left: -49px;
	padding: 10px 49px 0 49px;
	border-top: 1px solid #000;
	text-align: left;
 }
 
.floleft  {
	}

.footlinks	{
	display: block;
	padding-top: 5px;
	font-size: 13px;
	color: #626262;
	}
	
.footlinks a	{
	text-decoration: none;
	color: #626262;
	}


