/* Obsidian style for Amaya Editor Lite */

/* default rules for the whole document */
body {
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	background-color: #ddd7cf;
}
/* temp */
.topimage {
	background-image: url("images/top_image.jpg");
	background-repeat: repeat-x;
	width: 725px;
	height: 225px;
}
.topText {
	color: #000000;
	font-size: 1em;
	line-height: 20px;
	padding-left: 310px;
	padding-top: 95px;
}
/* end temp */
/* felix n ash stuff */
.main {
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	width: 725px;
	margin:0px auto;
}
.header {
	background-image: url("images/header_pane.jpg");
	background-repeat: repeat-x;
	width: 725px;
	height: 20px;
	font-size: .9em;
	font-weight: normal;
	color: #000000;
}
.topMenu {
	width: 715px;
	height: 20px;
	font-size: 1.1em;
	font-weight: bold;
	text-align: right;
	margin-right: 10px;
}
.topMenu a[href] {
	color: #666666;
	text-decoration: none;
}
.topFrame {
	width: 725px;
	height: 225px;
	background-color: silver;
	background-image: url("images/top_image.jpg");
	height: 225px;
}
.logo {
	background-image: url("images/leftTop.png");
	width: 320px;
	height: 225px;
	float: left;
}
.logoText {
	width: 320px;
	height: 185px;
	color: #000000;
	font-size: 1em;
	font-weight: bold;
	line-height: 20px;
	float: right;
	margin-right: 10px;
	padding: 20px;
}
.mainContent {
	width: 725px;
}
.mainMenu {
	border: 1px solid #CCCCCC;
	background-image: url("images/main_menu_top.jpg");
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	font-size: 1.1em;
	font-weight: bold;
	padding: 10px;
	float: left;
	margin: 10px;
}
.mainMenu a[href] {
	color: #666666;
	text-decoration: none;
}
.content {
	font-size: .9em;
	font-weight: normal;
	text-align: left;
	padding: 5px;
}
.sidebarTitle {
	color:#663333;
	font-size: 130%;
	font-weight: normal;
	text-align: center;
}
.contentHeading {
	color:#663333;
	font-size: 1.1em;
	font-weight: bold;
	text-align: center;
}
.contentSubhead {
	font-size: 110%;
	font-weight: bold;
	font-style: normal;
	margin-top: 1em;
	margin-bottom: .5em;
	padding: 0;
}
.contentSubhead a[href] {
	color: #666666;
	text-decoration: none;
}
.required {
	color: #ff0000;
}
.submitForm {
	margin:0px auto;
	text-align: center;
}
.address {
	color: #ff9a35;
	font-size: .8em;
	font-weight: bold;
	text-align: center;
	margin-bottom: 2em;
}
.address p  {
	padding: 0px;
	margin-top: 0em;
	margin-bottom: 0em;
	text-align: center;
}
.bodyImage {
	padding: 10px;
	float: right;
}
.testBar {
	background-color: #ddd7cf;
	color:#663333;
	font-weight: bold;
	margin-top: 1em;
	margin-bottom: 0em;
}
p.content {
	font-size: 1em;
	padding: 0px;
	margin-top: 0em;
	margin-bottom: 1em;
	text-align: left;
}
ul.contentList {
	padding: 10px;
	margin: 0px;
}
ul.contentList li {
	padding: 0px;
	margin: 0px;
	list-style-position: inside;
}
ol.contentList {
	padding: 10px;
	margin: 0px;
}
ol.contentList li {
	padding: 0px;
	margin: 0px;
	list-style-position: inside;
}
ul.checkSection {
	font-size: 110%;
	font-weight: bold;
	font-style: normal;
	margin-top: 1em;
	margin-bottom: .5em;
	padding: 0;
}
ul.checkSection li {
	padding: 0px;
	margin: 0px;
	list-style-image: url("images/check_green.gif");
	list-style-position: inside;
}
ul.checkSection a[href] {
	color: #666666;
	text-decoration: none;
}
ul.check {
	padding: 0px;
	margin: 0px;
}
ul.check li {
	padding: 0px;
	margin: 0px;
	list-style-image: url("images/check_green.gif");
	list-style-position: inside;
}
.footer {
	background-image: url("images/header_pane.jpg");
	background-repeat: repeat-x;
	width: 725px;
	height: 40px;
	font-size: .9em;
	text-align: center;
}
/* end of felix n ash stuff */

/* paragraphs */
p  {
    padding: 0;
    margin-top: 1em;
    margin-bottom: 1em;
    text-align: left;
   }

/* headings */
h1 {
    color:#663333;
    font-size: 130%;
    font-style: normal;
    font-variant: small-caps;
    text-align: left;
    padding: 0;
   }
h2 {
    font-size: 120%;
    font-weight: bold;
    font-style: normal;
    padding: 0;
    margin-top: 1.5em;
    margin-bottom: 1.1em;
   }
h3 {
    font-size: 110%;
    font-weight: bold;
    font-style: normal;
    padding: 0;
    margin-top: 1.3em;
    margin-bottom: 1.1em;
   }
h4 {
    font-size: 100%;
    font-weight: bold;
    font-style: normal;
    padding: 0;
   }
h5 {
    font-size: 100%;
    font-weight: bold;
    font-style: italic;
    padding: 0;
    margin-top: 1em;
    margin-bottom: 1em;
   }
h6 {
    color:#663333;
    font-size: 130%;
    font-style: normal;
    font-variant: small-caps;
    text-align: center;
    padding: 0;
   }


/* divisions */
div {
    padding: 0;
    margin-top: 0em;
    margin-bottom: 0em;
   }

/* lists */
ul, ol {
    padding: 0 0 0 3em;
    margin-top: 1em;
    margin-bottom: 1em;
   }
ul ul, ol ol, ul ol, ol ul {
    margin-top: 1em;
    margin-bottom: 1em;
   }
li {
    padding: 0;
    margin-top: 0em;
    margin-bottom: 0em;
    text-align: left;
   }
li p {
    margin-top: 1em;
    margin-bottom: 1em;
   }
dl {
    padding: 0;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 1em;
   }
dl dl {
    margin-top: 0em;
    margin-bottom: 0em;
   }
dt {
    padding: 0;
    font-weight: bold;
    margin-top: .3em;
    margin-bottom: .3em;
   }
dd {
    padding: 0;
    margin-top: .3em;
    margin-left: 3em;
    margin-bottom: .3em;
   }
dl p {
    margin-top: .3em;
    margin-bottom: .3em;
   }

/* inline */
strong {
    font-weight: bold;
   }
em {
    font-style: italic;
   }
code {
    font-family: Courier New, Courier, monospace;
   }
ins {
    background-color: yellow;
    text-decoration: underline;
   }
del {
    text-decoration: line-through;
   }

/* anchors */
a[href] {
    color: blue;
    text-decoration: underline;
   }

/* end */

