/* CSS Document */

body
{
	margin:          0;
	padding:         0;
	font-family:     Verdana, Arial, Helvetica, sans-serif;
	background-color: transparent;
	background-image: url(Images/home/bkg.gif);
}
#container
{
	margin:          0 auto;
	width:           799px;
	position:        relative;
	background:      transparent url('images/home/containerbg2.png') top left repeat-y;
}
#topbdr
{
	margin:          0 auto;
	width:           799px;
	height:			 30px;
	position:        relative;
	background:      transparent url('images/home/topbdr.png') top left;
}
#btmbdr
{
	margin:          0 auto;
	width:           799px;
	height:			 30px;
	position:        relative;
	background:      transparent url('images/home/btmbdr.png') top left;
}

#header
{
	margin:          0 auto;
	width:           739px;
	position: relative;
	
	}
#menu
{
	margin:          0 auto;
	width:			 739px;
	margin-top: 	 0px;
}
#roundcontenth
{
	margin:          0 auto;
	position:        relative;
	width:           739px;
	height:          20px;
	background:      transparent url('images/home/topcontainer.png') bottom  no-repeat;
}
#content
{
	width:           739px;
	position:        relative;
	margin:          0 auto;
	background:      transparent url('images/home/midcontainer.png') bottom repeat-y;
}
#roundcontentf
{
	margin:          0 auto;
	position:        relative;
	width:           739px;
	background:      transparent url('images/home/btmcontainer.png') top no-repeat;
}
#contentl
{
	width:           325px;
	float: 			 left;
	background-repeat: repeat-y;
	margin-left: 20px;
	margin-bottom: 20px;
}
#contentr
{
	width:           325px;
	float: 			 right;
	background-repeat: repeat-y;
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 20px;
}

#picbox
{
	border-color: #BCBD69;
	border-width: 1px;
	border-style: solid;
	float: left;
	margin-right: 10px;
	padding: 10px;
	margin-bottom: 5px;
	margin-top: 10px;
}
h1
{
	color:           #FFFFFF;
	font-size:       2em;
	margin: 0;
	vertical-align: top;
	
}
h2
{
	margin:          0;
	font-weight:     normal;
	color:           #DEF9B2;
	font-size:       1.6em;
	}
p
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #DEF9B2;
	font-size: 0.9em;
}
.title {
	color:           #FFFFFF;
	vertical-align:  top;
	font-size:       1.7em;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #003300;
}
.underline {
	text-decoration: underline;
}
.linksmall {
	font-size: x-small;
	color: #390;
	text-align: center;
}
.small_link {
	color: #666;
}
.boldwhite {
	color: #FFF;
	font-size: 1.1em;
	font-weight: bold;
}
.bold2 {
	color: #BBBC68;
}
