/**
* global options
*/

*, body{
	margin:0;
	padding:0;
}

body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.7em;
	color: #000000;
	text-align: center; /* IE 5.5 Hack to make the division center */
}

p{
	margin:10px 0;
	line-height:2em;

}


a{
	outline:0;
	color:#7B9515;
	text-decoration:none;
}

a:hover{
	outline:0;
	color:#666666;
	text-decoration:underline;
}

br.clear {
    clear:both;
    text-indent: -999em;
    font: 1px/1px sans-serif; /* stop IE from revealing unnecessary bg */
    height: 0.1em;

}

/**
* text equivelents on headings
*/

h1, h2, h4, h5, h6, #imagesec{
	text-indent:-999em;
	font-size:1px;
}

h3{
	font-size:1.2em;
	font:Arial, Helvetica, sans-serif;
}

/**
* main division setup
*/

#container {
	text-align:left;
	width:780px;
	margin:75px auto 0  auto;
}

#header h1{
	width:780px;
	height:27px;
	background:url(../images/misc/logo.gif) no-repeat;
}

#header{
	margin-bottom:27px;
}

#menu, #content{
	float:left;
}

#menu{
	width:134px;
}

#content{
	width:646px;
}

#imagesec, #textsec{
	float:left;
}

#imagesec{
	background:url(../images/about-us/about-us-image.jpg) no-repeat;
	margin-left:10px;
	width:313px;
	height:310px;
	display:inline;
}

#textsec{
	width:313px;
	color: #000000;
}

.dotted{
	background:url(../images/announcements/dottedbg.gif) repeat-x;
	height:10px;
	width:100%;
	font-size:1px;
	margin-top:20px;
}

#footer{
	margin-top:25px;
	width:636px;
	padding-left:144px;
}

#footer p{
	color:#CCCCCC;
}

#footer a{
	color:#BEE0C2;
}

#footer a:hover{
	color:#99CC00;
}
