/* general style */

body {
	font-size: 75%;  /* 62.5 % Resets 1em to 10px */
	font-family:  "MyriadPro-Regular", "Myriad Pro Regular", MyriadPro, "Myriad Pro", Helvetica,   Arial, sans-serif;
	background: #fffafa;
	color: #330000;
	text-align: center;
	}

A:link, A:active {
	color: #cccccc;
	text-decoration: none;
}


A:visited {
	color: #cccccc;
	text-decoration: none;
}

A:hover {
	color:#ffffff;
	text-decoration:none;
}

a.plain:link, A:active {
	color: #330000;
	text-decoration: none;
}


a.plain:visited {
	color: #330000;
	text-decoration: none;
}

a.plain:hover {
	color:#cccccc;
	text-decoration:none;
}

a.external:link {
	color: #330000;
	font-variant:small-caps;
	border-bottom-color:#330000;
	border-bottom-style:dotted;
	border-bottom-width:thin;
}

a.external:visited {
	color: #330000;
	font-variant:small-caps;
	border-bottom-color:#330000;
	border-bottom-style:dotted;
	border-bottom-width:thin;
}

a.external:hover {
	color:#cccccc;
	font-variant:small-caps;
	border-bottom-color:#cccccc;
	border-bottom-style:dotted;
	border-bottom-width:thin;
}

a.external:active {
	color: #330000;
	font-variant:small-caps;
	border-bottom-color:#330000;
	border-bottom-style:dotted;
	border-bottom-width:thin;
}

a.external2:link {
	color: #cccccc;
	border-bottom-color:#FFFFCC;
	border-bottom-style:dotted;
	border-bottom-width:thin;
}

a.external2:visited {
	color: #cccccc;
	border-bottom-color:#FFFFCC;
	border-bottom-style:dotted;
	border-bottom-width:thin;
}

a.external2:hover {
	color:#FFFFFF;
	border-bottom-color:#FFFFFF;
	border-bottom-style:dotted;
	border-bottom-width:thin;
}

a.external2:active {
	color: #cccccc;
	border-bottom-color:#FFFFCC;
	border-bottom-style:dotted;
	border-bottom-width:thin;
}

p {
	margin: 0 0 18px 0;
	padding: 0;
}


sm {
	font-size: 12px;
	color:#330000;
}

a.sm:link {
	font-variant:small-caps;
	color:#330000;
}

a.sm:visited {
	font-variant:small-caps;
	color:#330000;
}

a.sm:hover {
	font-variant:small-caps;
	color:#cccccc;
}

a.sm:active {
	font-variant:small-caps;
	color:#330000;
}

#nav {
	position:absolute;
	right:5px;
	bottom:5px;
	width:390px;
	border:5px;
	text-align:center;
	word-spacing:1.05em;
    font-size:1.3em;
}

#rightContent {
	float:right;
	width:400px;
	/*height:500px;*/
	margin-top:17px;
	/*overflow-x: hidden; overflow-y: auto;*/
	color:#330000;
	font-size:1.2em;
	line-height:1.4em;
}

#rightContentSm {
	float:right;
	width:400px;
	/*height:500px;*/
	margin-top:17px;
	/*overflow-x: hidden; overflow-y: auto;*/
	font-size:1em;
	color:#330000;
}

#left_content {
	float:left;
	width:520px;
	margin-top:1em;
	color:#330000;
	font-size:1.2em;
	line-height:1.4em;
}



