
	body {
		color:       #5d5c2d;
		font-family: Arial, sans-serif;
		font-size:   62.5%;
		line-height: 1.5;
	}


	/*--------------------------------------------------------------------*/

	a {
		color:           #a150c5;
		font-weight:     bold;
		text-decoration: none;
	}

/*
		a[href^=http], a[href^=mailto], a[href$=doc], a[href$=pdf], a[href$=xls] {
			background-position: right center;
			background-repeat:   no-repeat;
			padding-right:       20px;
		}

		a[href^=http]   { background-image: url('/img/icons/layout_go.png'); }
		a[href^=mailto] { background-image: url('/img/icons/email.png'); }
		a[href$=doc]    { background-image: url('/img/icons/doc.png'); }
		a[href$=pdf]    { background-image: url('/img/icons/pdf.png'); }
		a[href$=xls]    { background-image: url('/img/icons/xls.png'); }
*/

		a:hover {
			text-decoration: underline;
		}

	abbr {
		cursor: help;
	}

	blockquote {
		line-height: 1.5;
		margin:      2em 0 .5em;
		padding:     0 2.5em;
	}

		blockquote p:first-child {
			text-indent: -1em;
		}

			blockquote p:last-child {
				margin-bottom: 0;
			}

			blockquote p:first-child:before,
			blockquote p:last-child:after {
				color:          #a150c5;
				font-size:      2em;
				line-height:    0;
				vertical-align: middle;
			}

			blockquote p:first-child:before { content: '\201c'; /* &ldquo; */ }
			blockquote p:last-child:after   { content: '\201d'; /* &rdquo; */ }

	cite {
		color:      #a150c5;
		display:    block;
		font-style: italic;
		font-size:  1.2em;
		text-align: right;
		margin:     0em 2.5em 1.5em;
	}

	del {
		text-decoration: line-through;
	}

	dl {
		font-size:     1.3em;
		line-height:   1.5;
		margin-bottom: 1.5em;
	}

		dt {
			clear:        both;
			float:        left;
			margin-right: 10px;
			font-weight:  bold;
		}

		dd {}

			dd a {
				background: none !important;
				padding:    0 !important;
			}

			dd * {
				font-size: 1em;
			}

	em {
		font-style: italic;
	}

	h1, h2, h3, h4, h5, h6 {
		color:       #5d5c2d;
		font-weight: normal;
		line-height: 1.5;
		margin:      .5em 0;
		text-shadow: 1px 0 #fff;
	}

	h1 {
		color:       #642c85;
		font-size:   3.0em;
		font-weight: normal;
		line-height: 1.3;
		margin:      0 0 .5em;
	}

		h1.news_title {
			margin: 0;
		}

		h1.profile_title {
			margin: 0;
		}

	h2 {
		font-size: 1.9em;
	}

	h3 {
		font-size: 1.6em;
	}

	h4, h5, h6 {
		font-size: 1.4em;
	}

	hr {
		background: #e3e3e3;
		border:     0;
		color:      #e3e3e3;
		height:     1px;
		margin:     20px 0;
	}

	img {}

	ins {
		border-bottom: 1px dotted;
	}

	ol {
		margin-bottom: 1.5em;
	}

		ol li {
			font-size:   1.3em;
			line-height: 1.5;
			list-style:  decimal;
			margin-left: 1.5em;
		}

			ol li * {
				font-size: 1em;
			}

			ol li ol {
				margin-bottom: 0;
			}

	p {
		font-size:     1.3em;
		line-height:   1.5;
		margin-bottom: 1em;
	}

		p.breadcrumb {
			background:    #efeaf3;
			border-bottom: 1px solid #c89ddc;
			color:         #642c85;
			font-size:     1.2em;
			margin:        0 0 10px;
			padding:       5px 10px;
		}

			.breadcrumb a {
				color:           #a150c5;
				font-weight:     bold;
				text-decoration: none;
			}

				.breadcrumb a:hover {
					text-decoration: underline;
				}

			.breadcrumb a.here {
				color:       #642c85;
				font-weight: normal;
			}

			.breadcrumb strong {
				padding-right: 5px;
			}

		p.more {
			margin-bottom: 0;
			text-align:    right;
		}

		p.paging {}

			.paging a {
				font-weight:     bold;
				padding:         2px 6px;
				text-decoration: none;
			}

				.paging a:hover,
				.paging a.current {
					background: #642c85;
					color:      #fff;
				}

			.paging span {
				padding: 2px 6px;
			}

	small {
		font-size: .75em;
	}

	span {}

		span.asterisk {
			color: #f44;
		}

	strong {
		font-weight: bold;
	}

	sub {
		font-size:      .85em;
		vertical-align: sub;
	}

	sup {
		font-size:      .85em;
		vertical-align: super;
	}

	table {}

	ul {
		margin-bottom: 1.5em;
	}

		ul li {
			font-size:   1.3em;
			line-height: 1.5;
			list-style:  disc;
			margin-left: 1.5em;
		}

			ul li * {
				font-size: 1em;
			}

			ul li ul {
				margin-bottom: 0;
			}

	/*	Defauult Form Styles */

	form {
		margin-bottom: 20px;
		width:         400px;
	}

		button {
			display: inline;
			float:   right;
			padding: 3px 8px;
		}

		fieldset {
			padding-top: 10px;
		}

		label {
			color:       #5d5c2d;
			font-weight: bold;
			line-height: 1.8;
			width:       100px;
		}

		legend {
			font-size: 2em;
		}

		input {
			border:  1px solid #d7d6a9;
			-moz-border-radius:    5px;
			-webkit-border-radius: 5px;
			border-radius:         5px;
			color:   #666;
			padding: 5px 3px;
			width:   392px;
		}

			input.error {
				background:   #ffecec;
				border-color: #f77;
			}

			input:focus {
				border-color: #b5b470;
			}

				input.error:focus {
					background:   #fff;
					border-color: #f77;
				}

			input[type=checkbox],
			input[type=radio] {
				border: 0;
				width:  auto !important;
			}

		textarea {
			border:  1px solid #d7d6a9;
			-moz-border-radius:    5px;
			-webkit-border-radius: 5px;
			border-radius:         5px;
			color:       #666;
			font-family: Arial, sans-serif;
			font-size:   1em;
			height:      148px;
			padding:     3px;
			width:       392px;
		}

			textarea.error {
				background:   #ffecec;
				border-color: #f77;
			}

			textarea:focus {
				border-color: #b5b470;
			}

				textarea.error:focus {
					background:   #fff;
					border-color: #f77;
				}

	/* clearfix these by default */

	dl:after {
		clear:      both;
		content:    ' ';
		display:    block;
		height:     0;
		visibility: hidden;
	}

	dl {
		display: inline-block;
	}

		* html dl {
			height: 1%;
		}

	dl {
		display: block;
	}

