/* CSS Document */

body {
	margin:0px 0px; 
	padding:0px;
	text-align:center;
	font-family: Times New Roman, arial, helvetica, sans-serif;
	font-size: 11px;
	line-height : 20px;
	color : #34342E;
	background-color: #f8eacd;
	}
	
.container {
	border-top-width: 4px;
	border-right-width: 4px;
	border-left-width: 4px;
	border-bottom-width: 4px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-bottom-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-left-color: #666666;
	border-bottom-color: #666666;
	width: 648px;
	margin-left: auto;
	margin-right: auto; 
}

/*shared across all templates*/	
a.nav  {
	font-family: arial, helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-decoration : none;
	color : #ffca3b;
}

a.nav:hover {
	color : #EC741D;
}
	
HR {
	width: 200px:;
	color : #CC6633;
}

.title {
	font-family: arial, helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color : #CC6633;
}

.headertitle {
	font-family: arial, helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color : #FFCC66;
}

.header  {
	font-family: arial, helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	text-decoration : none;
	color : #333333;
}

.footer {
	font-family: arial, helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color : #333333;
}

.footer2 {
	font-family: arial, helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color : #333333;
}

.date {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color : #333333;

}



a.menu {
	font-family: arial, helvetica, sans-serif;
	font-size: 13px;
	font-weight:bold;
	color : #4C355F;
	text-decoration : none;
}

a.menu2 {
	font-family: arial, helvetica, sans-serif;
	font-size: 18px;
	font-weight:bold;
	color : #4C355F;
	text-decoration : none;
}

/* nav - shared across all templates*/
ul {
	margin-top: 20px;
}

li {
	color : #333333;
	background-image: url(_graphics/home/bullet.gif);
	background-repeat: no-repeat;
	list-style-type : none;
    background-position: 0px 6px; 
    margin: 0px; 
	margin-left : -30px;
	padding-bottom : 0px;
	padding-left : 27px;
	margin-bottom: 7px;
	font-weight : bold;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 20px;
}


/*padding around body content - shared across all template*/
.bodyContent {
	padding-bottom : 20px;
	padding-left : 10px;
	padding-right : 20px;
	clear:left;
	width:648px;
}


.headerBar {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFCC66;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-top: 5px;
	font-variant: small-caps;
	background: #336699;
	margin : 0px 0px 20px 0px;
}

.hr_like {
	border-bottom:2px solid #CC6633;
	margin-top:10px;
}
