/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

/* -- GENERAL REDECLARATIONS -- */

html				{height: 100%;}
* 					{margin:0; padding:0;}

body 				{
	font-size: 11pt;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333333;
	line-height: 135%;
	background:#FFFFFF;
}


a				{outline: none;}
a:link 			{
	color:#D2482A;
	text-decoration:none;
	font-weight:normal;
}
a:visited 		{
	color:#C24327;
	text-decoration:none;
}
a:hover 		{
	color:#000000;
	text-decoration:underline;
}
a:active 		{color:#FF9523; text-decoration:none;}

ul, ol	 		{margin:0 0 10px 25px;}
dl 					{margin:0 0 10px;}
dt 					{font-weight:bold;}
dd					{margin:0 0 3px 10px;}
p 					{
	margin:0 0 15px;
	color: #333333;
}
h1 					{
	font-size:16px;
	margin:5px 0 12px;
	color: #D2482A;
	letter-spacing: 2px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
/*h1:first-letter {
	font-size:22px;
	
}*/
h2 					{
	font-size:12px;
	margin:8px 0;
	color: #D2482A;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h3 					{
	font-size:11px;
	margin:6px 0 5px;
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h4 					{
	font-size:11px;
	margin:4px 0;
	color: #666666;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h5					{
	font-size:11px;
	margin:3px 0;
	color: #D2482A;
}
h6 					{font-size:xx-small; margin:0;}
hr 					{border-style: none; border-bottom: 1px dashed #e3e3e5; color: #fff; background-color: #fff;}
					/*color and background color should be the same as the background color of the div it is contained within*/
img 				{border:none;}
acronym			{border-bottom: 1px dotted;}
blockquote 	{margin:0 25px 20px 25px; font-style:italic;}

.clr {clear:both;}
.right {float: right;}
.left {float: left;}
.rightimage {float: right; margin: 0 0 10px 10px;}
.leftimage {float: left; margin: 0 10px 10px 0;}

/* Page */

#wrapper {
	width: 920px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#outer-wrapper {
	width: auto;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	background-position: top;
}
#header h1 a {
	background-image: url(../images/logo.jpg);
	display: block;
	height: 82px;
	width: 266px;
	text-indent: -2000px;
	margin: 0px;
	padding: 0px;
}
#header h1 {
	margin: 0px;
	padding: 0px;
}



/* Header */

#header {
	width: 920px;
	height: 100px;
	background-repeat: no-repeat;
	float: left;
}

/* Content */

#content {
	width: 920px;
	float: left;
	background-color: #FFFFFF;
}

.content-main {
	width: 515px;
	float: left;
	padding: 0;
}

.content-main p, .content-main ul, .content-main ol {
	line-height: 140%;
	font-size: 11px;
}



#content-side {
	float: right;
	width: 355px;
	padding-top: 10px;
	padding-bottom: 20px;
	background-image: url(../images/side-bar-border.gif);
	background-repeat: repeat-y;
	background-position: left;
	padding-left: 20px;
}
#content-side li {
	list-style-image: url(../images/bullet.gif);
	list-style-type: none;
	line-height: 130%;
	background-image: url(../images/side-bar-border-btm.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-top: 1px;
	padding-bottom: 1px;
}
#content-side ul li a {
	text-decoration: none;
	color: #666666;
	font-weight: normal;
	display: block;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#content-side a:hover {
	color: #D2482A;
}





/* Footer */

#footer {
	width: 920px;
	height: 25px;
	overflow: visible;
	padding-top: 15px;
	padding-bottom: 0px;
	text-align: center;
	background-color: #fff;
	background-repeat: repeat-x;
	background-position: bottom;
	float: left;
	background-image: url(../images/footer.gif);
	margin: 0;
}

#footer p {
	margin: 0;
	color: #333333;
	font-size: 11px;
}
#footer a {
	color: #000000;
	font-weight: normal;
}
