/* Generic defaults */

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,
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;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* Start Otakuthon Styles */

body {
	background-image: url('./images/background.jpg');
	background-repeat: repeat-x;
	background-color: #E6CFEC;
	background-position: top center;
	width: 937px;
	margin-left: auto;
	margin-right: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 1.2em
}

table, tr, th, td {
	padding: 6px;
	border: solid 1px #777777;
}

th {
	font-weight: bolder;
}

ol {
	list-style: decimal inside;
	padding-left: 22px;
	padding-top: 0.5em;
}

ul {
	list-style: disc inside;
	padding-left: 22px;
	padding-top: 0.5em;
}

li {
	margin-bottom: 0.5em;
}

h1 {
	text-transform: uppercase;
	font-size: 20pt;
	margin-top: 0em;
	margin-bottom: 0.5em;
	color: #3C3B62;
	background-image: url("./images/star-header-1.gif");
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 22px;
	padding-bottom: 3px;
	clear: both;
	line-height: 1.2em;
}

h2 {
	text-transform: uppercase;	
	font-size: 10pt;
	font-weight: bold;
	color: #CC0070;
	margin-top: 1.25em;
	margin-bottom: 0.75em;
	clear: both;
}

p {
	margin-bottom: 0.5em;
	text-indent: 1.6em;
}

p.newsDate {
	font-style: italic;
	font-weight: bolder;
	color: #AAA;
	text-indent: 0em;
	margin-top: -0.5em;
}

img {
	margin: 0px;
	padding: 0px;
	border: none;
}

img.guestPhoto {
	float: right;
	border: 2px solid #CC8899;
	margin: 6px;
	padding: 3px;
}

img.floatRight {
	float: right;
	margin: 6px;
	padding: 3px;
}

a {
	white-space: nowrap;
}

a:link{
	text-decoration: underline;
	color: #C03088;
}

a:visited {
	color: #AAAADD;
}

a:hover {
	color: #6AD9D9;
}

blockquote {
	margin-left: 1.4em;
	margin-top: 0.5em;
	margin-bottom: 4px;
}

#Header {
	width: 937px;
	height: 172px;
	/*background-image: url("./images/header.jpg");*/
	background-repeat: no-repeat;
	position: relative;
	border: 0px;
	overflow: hidden;
}

#langBtn {
	position: absolute;
	right: 32px;
	bottom: 10px;
	background-image: url("./images/en-fr-btn.jpg");
	background-repeat: no-repeat;
	text-align: center;
	width: 112px;
	height: 14px;
	padding-top: 6px;
	padding-bottom: 6px;
	font-weight: bold;
	text-transform: uppercase;
}

#langBtn a {
	text-decoration: none;
	color: #FFFFFF;
}

#langBtn a:hover {
	text-decoration: none;
	color: #6AD9D9;
}

#ContentBody {
	margin-left: 18px;
	margin-top: 0px;
	width: 897px;
	background-color: #FFFFFF;
	position: relative;
}

#Navigation {
	width: 196px;
	background-image: url("./images/nav-background-top.jpg");
	background-repeat: no-repeat;
	float: left;
}

#NavHeader {
	width: 168px;
	height: 9px;
	margin-left: -20px;
	background-image: url("./images/nav-background-header.png");
	background-repeat: no-repeat;
	background-position: top;
}

#NavFooter {
	width: 168px;
	height: 9px;
	margin-left: -20px;
	background-image: url("./images/nav-background-footer.gif");
	background-repeat: no-repeat;
	background-position: bottom;
}

#NavBar {
	width: 148px;
	margin-left: 13px;
	margin-top: 30px;
	padding-left: 20px;
	background-color: #6D6C98;
	background-image: url("./images/nav-background-gradient.png");
	background-repeat: no-repeat;
	font-size: 10.1pt;
	text-transform: uppercase;
	font-weight: bolder;
}

#NavBar a {
	background-repeat: no-repeat;
	padding-left: 18px;
	padding-bottom: 2px;
	text-decoration: none;
	background-image: url("./images/star-link.gif");
	color: #EEEEEE;
	background-position: 0px 0px;
	line-height: 2em;
}

#NavBar a:link {
	color: #EEEEEE;
	background-position: 0px 0px;
}

#NavBar a:visited {
	color: #EEBBEE;
	background-position: 0px -256px;
}

/*#NavBar a.highlight {
	color: #D86AB5;
	background-position: -148px;
	text-decoration: underline;
}*/

#NavBar a:hover {
	background-position: 0px -384px;
	text-decoration: underline;
	color: #6AD9D9;
}

#NavBar a.navHighlight:link {
	color: #D86AB5;
	background-position: 0px -128px;
	background-repeat: no-repeat;
}
#NavBar a.navHighlight:visited {
	color: #D86AB5;
	background-position: 0px -128px;
	background-repeat: no-repeat;
}
#NavBar a.navHighlight:hover {
	color: #6AD9D9;
	background-image: url("./images/star-link.gif");
	background-position: 0px -384px;
	background-repeat: no-repeat;
}

#NavBar blockquote {
	line-height: 1.5em;
	text-transform: none;
	margin: 0px;
	margin-left: 20px;
}

#NavBar blockquote a {
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 10px;
	padding-bottom: 0px;
	text-decoration: none;
	background-image: none;
	font-size: 8pt;
	white-space: normal;
/*	color: #D86AB5;
*/
}

#NavBar blockquote a:visited {
	background-image: none;
	color: #EEBBEE;

}

#NavBar blockquote a:hover {
	background-image: none;
	text-decoration: underline;
	color: #6AD9D9;
}

#NavBar blockquote a.navHighlight:link {
	background-image: none;
	padding-left: 10px;
	padding-bottom: 0px;
	text-decoration: none;
	background-image: none;
	font-size: 8pt;
}
#NavBar blockquote a.navHighlight:visited{
	background-image: none;
	padding-left: 10px;
	padding-bottom: 0px;
	text-decoration: none;
	background-image: none;
	font-size: 8pt;
}
#NavBar blockquote a.navHighlight:hover{
	background-image: none;
	padding-left: 10px;
	padding-bottom: 0px;
	text-decoration: underline;
	background-image: none;
	font-size: 8pt;
	color: #6AD9D9;
}

img.mailingList {
	float: left;
	margin-top: 5px;
	margin-bottom: 32px;
	margin-right: 4px;
	margin-left: -7px;
}

#NavBar div a.mailingList {
	background-image: none;
	font-size: 7pt;
	text-transform: none;
	line-height: 1.1em;
	margin: 0px;
	padding: 0px;
	white-space: normal;
}

#Content {
	padding-top: 30px;
	width: 480px;
	float: left;
	padding-bottom: 60px;
	position: relative;
}

#Skyscraper {
	margin-right: 15px;
	margin-top: 30px;
	padding: 3px;
	float: right;
	border: 2px #CCCCCC groove;
}

#Footer {
	width: 937px;
	background-image: url("./images/Content-Footer.gif");
	background-repeat: no-repeat;
	background-position: 18px 0px;
	padding-top: 18px;
	padding-left: 18px;
	padding-bottom: 64px;
	font-size: smaller;
	color: #333366;
	font-weight: bold;
}

.floatBreak {
	clear: both;
	height: 2px;
	background-color: #AAA;
	visibility: hidden;
}

.centered {
	margin-left: auto;
	margin-right: auto;
}

.headingRow {
	background-color: #8F699F;
	font-weight: bold;
	font-size: larger;
}

.subContent1 {
	background-color: #F0F0F0;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
