/* CSS Document */

body {
	/*background-image: url(Images/Background%20Tiles/Blue%20prints%20pattern.jpg);*/
	background-color: #F5F5F5;
	width:805px;
	color:#333333;
	font-family:Georgia, "Times New Roman", Times, serif;
}

p{
	font-family:Georgia, "Times New Roman", Times, serif;
	/*font:Georgia, "Times New Roman", Times, serif;*/
	/*padding: 0px 20px 0px 20px;*/
}

.center{ text-align:center; }
.caption{
	font-size:12px;
	font-style:italic;
}

.title{
	color:#333333;
	font-size:20px;
}

/*-----------------------------------------------------------------------*/
/* HEADINGS */
h1{
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 20pt;
	font-weight: bold;
	text-align: center;
	text-decoration: underline;
	color: #333333
}

h2{
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 20pt;
	font-style: italic;
	text-align: center;
	color: #333333
}

h3{
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-weight: bold;
	text-align: center;
	color: #333333
}

h3.left{
	text-align:left;
}

/*-----------------------------------------------------------------------*/
/* LISTS */
ul{
	text-align:left;
}

li.navpage{
	list-style-image:url(../images/bullet.gif);
	padding-bottom:20px;
}

.level1{
	font-weight:bold;
	font-size:18px;
}

.lowlevel{
	font-weight:normal;
	font-size:16px;
}

/*-----------------------------------------------------------------------*/
/* IMAGES */
img{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	border-style:none;
	vertical-align:top;
}
img.right{
	margin:0px 0px 0px 0px;
	float:right;
}

/*-----------------------------------------------------------------------*/
/* CUSTOM ID */
#content{
	width:544px;
	background-color: #ffffff;
	float:right;
	padding-top:10px;
	padding-left:10px;
	padding-bottom:10px;
	padding-right:10px;
	border-bottom:20px solid #F5F5F5;
}

#menu_left{
	float:left;
}

/*--------------------------------------------------------------------------*/
/* CUSTOM CLASSES */
.floatleft, .left{ float:left;}
.floatRight, .right{ float:right; }

p.spaced{line-height:+1.65;}

.clear { clear: both;}
