@charset "UTF-8";
/* CSS Document */

body {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	color:#fff;
	margin-top:50px;
	text-align:center;
	background-image: url(images/pattern.gif);
	background-repeat: repeat;
	background-position: left top;
	background-attachment: fixed;
}

/* ============DIVS============= */


#wrapper {
	margin:0 auto;
	width:804px;
	
}

#page {
	text-align:left;
	background-color:none;
	background-image:url(images/bg-content.png);
	background-repeat:repeat-y;
}

#header {
	margin:0px;
}

#nav {
	clear:both;
	width:720px;
	
}

#nav-local {
	color:#CC3333;
	font-size:100%;
	font-weight:normal;
	padding-left:0px;
	text-align:left
}


#nav-local a {
	color:#CC3333;
	text-decoration:none
}


#nav-local a:hover {
	color:#FFFFFF;
}

#content {
	clear:both;
	text-align:left;
}

#content-inner {
	width:724px;
	padding-left:41px;
	padding-right:39px;
}

#contentinner-body {
	width: 675px;
	padding-left:25px;
	padding-right:25px;
	padding-top:25px;
	text-align:left;
	background-image:url(images/content-inner-innerBG.gif);
	background-repeat:no-repeat;
	background-position:left bottom;
}

#footer {
	clear:both;
}

#footer-inner,
#footer-inner a {
	color:#FFFFFF;
	font-size:85%;
	padding-top:5px;
	padding-right:10px;
	text-decoration:none;
	text-align:right;
	clear:both;
}

.cell-border {
	border-bottom: dashed 1px #CCCCCC;
}
	
	
/* ============FONT============= */

p,
p a {
	margin:0px;
	line-height: 1.5em;
	text-decoration:none;
}
a {
	color:#ffffff;
}

p a:hover {
	text-decoration: underline;
}



h1	{
	font-size:250%;
	font-weight:lighter;
	color: #CC6600;
	margin:0;
	letter-spacing:.25em;
}

h2,
h2 a {
	font-size:150%;
	color: #CC3333;
	font-weight: normal;
	margin:0;
	text-decoration:none
}

h2 a:hover {
	text-decoration:underline;
}

h3,
h3 a {
	font-size:150%;
	color: #CCCC66;
	font-weight: normal;
	margin:0;
	text-decoration:none
}

h3 a:hover {
	text-decoration:underline;
}

.image-left {
padding-right:10px;
padding-top:5px;
padding-bottom:10px;
clear:both;
/*border-left:#CC6600 1px dashed;*/
}

.image-right {
padding-left:10px;
padding-top:5px;
padding-left:10px;
clear:both;
/*border-left:#CC6600 1px dashed;*/
}

ul,li {
	line-height:1.5ems;
	margin-top:0px;
	padding-top:0px;
}
.table {
	font-size:110%;
}