/*-------
// global reset
//-----*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
:focus { outline: 0; }
table { border-collapse: collapse; border-spacing: 0; }
acronym { cursor: help; }



/*-------
// general
//-----*/

html { font-size: 100.01%; }
body { font-size: 62.5%; line-height: 1.2; }
input, select, textarea { font-size: 100%; }

input.text, textarea { padding: 1px 2px; font-size: 100%; font-family: Arial, sans-serif; }
.submit { cursor/**/: /**/pointer; }
select { font-size: 100%; font-family: Arial, sans-serif; }
select > option { padding: 0 5px 0 3px; }

.ul, .ol { margin: 0 0 1em 2em; }
.ul li, .ol li { margin: .2em 0; padding: 0; }

.flR { float: right; }
.flL { float: left; }
.alR { text-align: right; }
.alC { text-align: center; }

.hide { display: none; }
.clear { clear: both; }

.ir { position: relative; overflow: hidden; }
.ir span { position: absolute; width: 100%; height: 100%; left: 0; top: 0; text-indent: -1000em; }

a:link, a:visited { text-decoration: underline; cursor/**/: /**/pointer; }
a:link:hover, a:visited:hover { text-decoration: none; }
a.inv:link, a.inv:visited { text-decoration: underline; }
a.inv:link:hover, a.inv:visited:hover { text-decoration: none; }

.clearFix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }



/*-------
// custom styles
//-----*/

a:link, a:visited {
	color: #780032;
}
a:visited { 
}
a:link:hover, a:visited:hover {
}

html { height: 100.01%; }
body {
	font-family: Georgia, serif;
	background: #FFFFFF url(../img/body-bg.gif) repeat-x 0 129px;
}
#body {
	width: 100%;
	background: url(../img/body-t.png) no-repeat 50% 67px;
}

#page {
	font-size: 1.2em;
	width: 960px;
	margin: 0 auto;
	color: #000000;
}

#top {
	background: url(../img/top-bg.jpg) no-repeat 100% 0;
}
	#logo {
		float: right;
		padding: 59px 20px 17px 0;
	}
		#logo a:link, #logo a:visited {
			display: block;
			width: 156px;
			height: 53px;
		}
			#logo a:link span, #logo a:visited span {
				background: url(../img/logo-1.png) no-repeat 0 0;
			}
	#menu {
		clear: both;
		width: 100%;
		overflow: hidden;
		height: 25px;
		font-size: 116.67%;
	}
		#menu ul {
			margin: 0 0 0 120px;
			display: table;
			white-space: nowrap;
		}
			#menu li {
				display: table-cell;
				padding: 5px 0;
			}
				#menu li a:link, #menu li a:visited {
					float: left;
					display: block;
					color: #780032;
					text-decoration: none;
					text-transform: lowercase;
					line-height: 15px;
					padding: 0 8px;
					border-right: solid 1px #9665ac;
				}
				#menu li.last a:link, #menu li.last a:visited {
					border: none;
				}
				#menu li a:link:hover, #menu li a:visited:hover {
					text-decoration: underline;
				}
				#menu li.active a:link, #menu li.active a:visited {
					font-weight: bold;
				}

#wrap {
	padding: 30px 0 5px;
	min-height: 320px;
	position: relative;
}
	#content {
		margin: 0 235px 0 120px;
		background: #FFFFFF;
		position: relative;
	}
	#side {
	}


#content p {
	line-height: 1.5;
	margin: 0 0 1.5em;
}
#content ul {
	list-style: disc;
	line-height: 1.3;
	margin: 0 0 2em 1.5em;
}
	#content ul li {
		padding: .2em 0;
	}

#content h1 {
	font-size: 183%;
	font-weight: normal;
	color: #780032;
	margin: 0 0 .5em;
}
#content h2 {
	font-size: 133%;
	font-weight: normal;
	margin: 0 0 .2em;
}
#content h3 {
	font-size: 116%;
	font-weight: normal;
	margin: 0 0 .1em;
}


.imgRight {
	float: right;
	text-align: center;
	position: relative;
	left: 200px;
	margin: 0 0 0 -200px;
	width: 100;
}


.imgRight3 {
	float: right;
	text-align: center;
	position: relative;
	left: 200px;
	padding: .6em 1em;
}

.imgRight2 {
	float: right;
	text-align: center;
	position: relative;
	left: 200px;
	margin: 0 0 0 -200px;
	width: 400px;
}



#footer {
	background: #780032;
	color: #FFFFFF;
	padding: .6em 1em;
	font-size: 83.33%;
}
	#footer p.by {
		text-align: right;
	}
		#footer a:link, #footer a:visited {
			color: #FFFFFF;
			text-decoration: none;
		}
