@charset "UTF-8";
/* CSS Document */

/* Stuff
*****************************************************/

html, body {
	height:100%;
	margin:0;
}

body {
	background-image: url(images/jpg/background.jpg);
	background-attachment:fixed;
	background-position:top center;
	background-repeat:repeat-y;
}

body,td,th {
	font-family:  'trebuchet ms', Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#666666;
	line-height: 22px;
}


/* Stuff
*****************************************************/

.ipt {
font-size: 10px;
background-color:#006699;
color:#FFFFFF;
border-style:outset;
border-width:1px;
border-color:#333333;
margin: 0px 0 0 0;
}
h1, .hdl     {
font-size: 16px;
font-weight: normal;
color:#006699;
margin:0px 0 4 0;
}
h2, .hdm      {
font-size: 14px;
font-weight: normal;
color:#234E0D;
margin:0px 0 4 0;
}
.menupanel {
font-size: 10px;
background-image:url(/assets/images/bg_panel.gif); 
background-position:top; 
background-repeat:no-repeat;
padding: 12px 16 12 16;
}
.content        {
font-size: 11px;
font-weight: normal;
color: #666666;
padding: 12px 16 16 16;
}
a:link, a:visited, a:active    {
color: #234E0D;
text-decoration: underline;
}
a:hover      {
text-decoration: underline;
}
.ft        {
font-size: 10px;
}


/* DIVS
*****************************************************/

#holder {
	width:715px;
	margin: 0 auto;
	height: 95%;
}

#title {
	width: 715px;
	margin: 0 auto;
}

#main {
	width: 715px;
	margin: 0 auto;
}

#images {
	width: 200px;
	float:left;
	background-color:#EFEFEF;
}

#text {
	width: 500px;
	float: right;
}

#bottom {
	width:715px;
	text-align:center;
	vertical-align:middle;
	vertical-align:bottom;
	margin: 0 auto;
	height:5%;
}

/* DIVS
*****************************************************/


.heading {
	color: #006699;
	text-transform: uppercase;
	font-weight:bold;
	font-size:14px;
}

.large_heading {
	color: #006699;
	text-transform: uppercase;
	font-weight:bold;
	font-size:20px;
}


/* Clearfix
*****************************************************/

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {
	display: inline-block;
	}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
	}
.clearfix {
	display: block;
	}
/* End hide from IE-mac */