a {
	color:#980065;
	text-decoration:none;
}

a:hover,
a:active,
a:focus {
	
	text-decoration:underline;
}

a.navi-main:hover,
a.navi-main:active,
a.navi-main:focus {
	text-decoration:none;
}

a.more {
	position:absolute;
	right:10px;
	bottom:10px;
	height:24px;
	overflow:hidden;
	background:url('../img/icons.png') right 0 no-repeat;
	line-height:24px;
	font-size:2em;
	font-weight:bold;
	padding-right:30px;
	text-decoration:none;
}

body {
	text-align:center;
	font:0.75em/1.333 Arial, sans-serif;
	background:url('../img/body.png') center top no-repeat;
	margin:0;
}

form {
	margin:0;
	padding:0;
}

h2 {
	position:relative;
	overflow:hidden;
	line-height:34px;
	margin:0;
	padding:0 40px 0 10px;
	font-size:1.6em;
	color:#fff;
	text-transform:lowercase;
}
h2.blank {
	padding-left:0px;
	margin-bottom:10px;
}
h2.blank img {
	margin-right:5px;
}
h2.orange,
h2.violet,
h2.green {
	height:34px;
	background:url('../img/h2.png') right -68px no-repeat;
	margin-right:10px;
}
h2.purple {
	height:34px;
	background:#980065 url('../img/h2.png') right -68px no-repeat;
}
h2.acc-visible {
	background-position: right -34px;
	cursor:pointer;
}
h2.acc-hidden {
	background-position: right 0px;
	cursor:pointer;
}

h3 {
	position:relative;
	margin:0;
	padding:0 0 0.5em 0;
	font-size:1.4em;
	color:#980065;	
}

h4 {
	position:relative;
	margin:0;
	padding:0 0 0.5em 0;
	font-size:1.1em;
	color:#980065;	
}

hr {
	display:block;
	height:0.2em;
	margin:0 -10px 10px -10px;
	padding:0 10px;
	color:#444;
	background:#444;
	border:none;
}

img {
	border:0;
	overflow:display;
}

li {
	margin:0;
	padding:0;
}
ul.dotify li {
	padding-left: 29px;
	background: url('../img/li.png') 10px 3px no-repeat;
}

p {
	padding-bottom:10px;
	margin:0;
	color:#444;
}
table {
	width:100%;
}
td {
	padding:2px;
}
ul {
	margin:0;
	padding:0;
	list-style-type:none;
}

/* ~~page layout ~~*/
#page {
	position:relative;
	text-align:left;
	width:960px;
	margin:0 auto;
}
#page-head {
	position:relative;
	display:block;
	height:94px;
	margin-bottom:6px;
	overflow:hidden;
}
#page-logo {
	position:absolute;
	right:4px;
	bottom:10px;
}
#page-left {
	position:relative;
	overflow:hidden;
	float:left;
	width:170px;
	margin-right:10px;
}
#page-right {
	position:relative;
	overflow:hidden;
	float:left;
	width:780px;
}

/* ~~navigation~~ */
ul#navi-main {
	position:relative;
	background:#f6a800 url('../img/box.png') -47px bottom no-repeat;
	padding:10px 10px 45px 10px;
	margin-bottom:10px;
}

li.navi-main {
	position:relative;
	border-bottom:2px solid #fff;
}
li.navi-main-last {
	border-bottom:none;
}

a.navi-main {
	position:relative;
	display:block;
	width:130px;
	height:33px;
	margin:0 10px;
	overflow:hidden;
	line-height:33px;
	text-align:right;
	font-size:2em;
	font-weight:bold;
	color:#fff;
	text-transform:lowercase;
}

img.navi-main {
	position:absolute;
	top:0;
	left:0;
	width:130px;
	height:33px;
}
ul.navi-sec {
	margin:0 10px;
}
a.navi-sec {
	position:relative;
	display:block;
	text-align:right;
	font-size:1.1em;
	color:#fff;
	font-weight:bold;
	margin-bottom:4px;
}


/* ~~header box~~ */

div.widebox {
	position:relative;
	background:#0099cc;
	width:100%;
	height:245px;
	margin-bottom:10px;
	overflow:hidden;
}

div.widebox-content {
	position:relative;
	background:#0099cc;
	width:100%;
	height:245px;
	overflow:hidden;
}

div.widebox-left {
	position:relative;
	float:left;
	width:280px;
	height:225px;
	overflow:hidden;
	padding:10px;
	background:url('../img/box.png') 253px top no-repeat;
}
div.widebox-right {
	position:relative;
	float:left;
	width:480px;
	height:245px;
	overflow:hidden;
}

/*~~some other boxes~~*/

div.box {
	position:relative;
	margin-bottom:10px;
}

div.purple {
	border:4px solid #980065;
	border-top:none;
	background:#fff url('../img/box.png') right bottom no-repeat;
}

div.orange {
	background:#f4a700;
}

div.violet {
	background:#650065;
}

div.green {
	background:#98cb00;
}

div.cont {
	margin:0 10px;
	padding-top:10px;
	border-top:2px solid #fff;
	overflow:auto;
}
div.corner {
	position:absolute;
	bottom:0;
	right:0;
	width:6px;
	height:6px;
	background:url('../img/corner.png') bottom right no-repeat
}
div.purple div.corner {
	bottom:-4px;
	right:-4px;
	width:7px;
	height:7px;
	background: url('../img/corner-purple.png') bottom right no-repeat
}

/*~~inline styles in boxes~~*/

div.widebox p,
div.widebox h3,
div.orange p,
div.orange h3,
div.violet p,
div.violet h3,
div.green p,
div.green h3 {
	color:#fff;
}

div.widebox a,
div.orange a,
div.violet a,
div.green a {
	color:#fff;
	font-weight:bold;
}


/*~~maillist*/
label {
	position:relative;
	display:block;
	color:#fff;
}
input.text {
	position:relative;
	display:block;
	margin:0 0 10px 0;
	width:180px;
	border:1px solid #eb5400;
	padding:2px;
	overflow:hidden;
}

input.submit {
	position:relative;
	margin-bottom:10px;
}
input.img_submit {
	position:relative;
	float:right;
	width:54px;
	margin:30px 10px 10px 20px;
	z-index:42;
}
form {
	overflow:hidden;
}



/* ~~cal-list~~ */
div.cal-entry {
	position:relative;
	overflow:auto;
	margin-bottom:10px;
}

div.cal-date {
	position:relative;
	float:left;
	width:80px;
	margin-right:10px;
}
span.cal-dow,
span.cal-day,
span.cal-time {
	position:relative;
	display:block;
	font-size:1.5em;
	font-weight:bold;
}

span.cal-dow {
	color:#cc89cc;
	margin-bottom:-5px;
	text-transform:lowercase;
}
	div.smdS span.cal-dow {
		color:#e5bfd9;	
	}
	div.smdA span.cal-dow {
		color:#bfe5f2;	
	}
	div.highlight span.cal-dow {
		color:#dff2a2;	
	}
span.cal-day {
	text-align:center;
	height:20px;
	padding:1px 0;
	margin-bottom:-6px;
	line-height:1em;
	color:#fff;
	background:#650065 url('../img/box.png') -217px 20px no-repeat;
}
	div.smdS span.cal-day {
		background-color:#b3408c;	
	}
	div.smdA span.cal-day {
		background-color:#40b3d9;	
	}
	div.highlight span.cal-day {
		background-color:#98cb00;
	}
span.cal-time {
	text-align:right;
	color:#993499;
}
	div.smdS span.cal-time {
		color:#cc7fb2;	
	}
	div.smdA span.cal-time {
		color:#7fcce5;	
	}
	div.highlight span.cal-time {
		color:#c7ed51;	
	}

div.cal-desc {
	position:relative;
	float:left;
	overflow:auto;
	width:357px;
	border-bottom:2px solid #650065;
}
	div.smdS div.cal-desc {
		border-bottom-color:#980065;
	}
	div.smdA div.cal-desc {
		border-bottom-color:#40b3d9;
	}
	div.highlight div.cal-desc {
		border-bottom-color:#98cb00;
	}
div.cal-entry h4,
div.cal-entry a {
	color:#650065;
}
	div.smdS h4,
	div.smdS a {
		color:#980065;
	}
	div.smdA h4,
	div.smdA a {
		color:#40b3d9;
	}
	div.highlight h4,
	div.highlight a {
		color:#98cb00;	
	}
	
	







/* ~~tabs~~ */

ul.cztabs-items {
	display:none;
}

div.cztabs-content,
div.cztabs-container {
	position:relative;
	background-color:#fff;
	height:245px;
	width:100%;
	overflow:hidden;
	margin-bottom:10px;
}

div.cztabs-container {
	position:absolute;
}
a.cztabs-start,
a.cztabs-stop {
	position:absolute;
	overflow:hidden;
	display:block;
	left:700px;
	top:20px;
	height:24px;
	width:0px;
	line-height:24px;
	padding-left:30px;
	z-index:10;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	background:url('../img/icons.png') left -48px no-repeat;
}
a.cztabs-start:hover,
a.cztabs-stop:hover {
	overflow:display;
	width:auto;
}

a.cztabs-start {
	background:url('../img/icons.png') left -72px no-repeat;
}

/* common layout */
.larger {
	font-size: 1.2em;
}
.smaller {
	font-size: 0.8em;
}
.indent {
	margin-left:20px;
}
.align-left {
	text-align:left;
}
.align-center {
	text-align:center;
}
.align-right {
	text-align:right;
}
.align-justify {
	text-align:justify;
}
.float-right {
	position:relative;
	float:right;
	margin:0 0 10px 10px;
}
.clear-both {
	position:relative;
	clear:both;
	display:block;
	overflow:auto;
}
.marge {
	margin-bottom:10px;
}
div.golden-left {
	position:relative;
	float:left;
	overflow:hidden;
	width:475px;
	margin-right:10px;
}
div.golden-right {
	position:relative;
	float:left;
	overflow:hidden;
	width:295px;
}

div.col4,
div.col4square {
	position:relative;
	float:left;
	overflow:hidden;
	width:23%;
	height:280px;
	margin:0 1% 10px 1%;
}
div.col4square {
	height:auto;
}
div.col2 {
	position:relative;
	float:left;
	overflow:hidden;
	width:48%;
	height:330px;
	margin:0 1% 10px 1%;
	border-bottom:2px solid #980065;
}
