

body
{
	color: black;
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	height: 100%;
	margin:0;
	padding:0; 
}

.sublink
{
	color: #666666;
}

.sublinkdiv
{
    margin-bottom:10px;
}

a:hover {
	color: red;
	text-decoration: none;
}


#container
{
	position: absolute;
	background-color: white;
	color: inherit;
	margin-right: 10px;
	top: 10px;
	left: 10px;
	height: 200px;
}

* html #container
{
	padding-right: 10px;
}

#content
{
	position: relative;
	background-color: white;
	margin-bottom: -11px;
	color: inherit;
	background-image: url(../image/leftSeparator.png);
	background-repeat: repeat-y;
	background-position:  170px;
	min-height: 200px;
	height:100%;
}

* html #content
{
	height: 200px;
}

.innerContent
{
	position: relative;
	left: 200px;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-left: 40px;
	margin-right:240px;
	
}

.leftMarginBox
{
	position:absolute;
	left: 200px;
	margin-top: 10px;
	width: 24px;
	height: 100%;
	background-color: #dc2521;
}

.rightMarginBox
{
	position:absolute;
	right: 0px;
	margin-top: 10px;
	width: 24px; 
	height: 100%;
	background-color: #666666;
}

.marginBoxSpacer
{
	height: 30px;
	width:100%;
	background-color:white;
	position:absolute;
	bottom:0px;
}


.navigation
{
	position: absolute;
	background-color: #666666;
	text-align: right;
	border: none;
	width: 160px;
	left: 0px;
	margin-top: 10px;
	height: 100%;
	padding: 0px;
	margin-bottom: 20px;
}

.navigationBuffer
{
	position:absolute;
	bottom:20px;
	left: 0px;
	width:100%;
	height:10px;
	background-color:white;
}

.navigation a
{
	color: #d8cecd;
	font-weight: bold;
	padding-right: 10px;
}

.navigation ul
{
	list-style: none;
	padding-right: 5px;
}

.navigation li, .navigation ul
{
	margin-bottom: 15px;
	margin-left: 0px;
	padding-left: 0px;
}

.itemList li
{
	list-style-image: url(../image/bulletBox.png);
	margin-bottom: .5em;
}

.shadowSpacer
{
	position: absolute;
	left: 172px;
	top: 0px;
	height: 20px;
	width: 20px;
	background-color: #dfdfdf;
}

.specialText
{
	font-weight:bold;
	color:red;
	font-size:1.2em;
}

div#header 
{
	background-color: #dfdfdf;
	padding-top: 25px;
	margin: 0px;
	text-align: center;
}

span.book
{
	font-style: italic;
}

span.ajilus
{
	color: #e14c37;
}

img
{
	border-style: none;
	text-decoration: none;
} 

a
{
	text-decoration: none;
	border: none;
}

.navigation a:hover
{
	background-image: url(../image/selectBox.png);
	background-repeat: no-repeat;
	background-position: right center;
}

a:visited 
{
}

a:link 
{
}

.current
{
	background-image: url(../image/selectBox.png);
	background-repeat: no-repeat;
	background-position: right center;
}


.sectionName
{
	font-size:1.1em;
	font-weight:bold;
}

span.ajilus
{
	color: #e14c37;
	background-color: inherit;
}

div.copyright
{
	position: relative;
	background-color: #dfdfdf;
	color: #787878;
	clear: both;
	font-size: 1em;
	text-align: right;
	height: 150px;
	padding-top: 10px;
	padding-right: 20px;
	background-image: url(../image/bottomSeparator.png);
	background-repeat: repeat-x;
}

a.copyrightlink
{
	text-decoration: none;
}

.formButton
{
	cursor:pointer;
	color:#666666;
	font-weight:bold;
	padding: 1px 2px;
	background:url(../image/buttonBackground.jpg) repeat-x left top;
}

.formButton:hover
{
	color: black;
}

input, textarea
{
	background-image: url(../image/bottomBackground.jpg);
	background-repeat: repeat-x;
	background-position: 0 70%;
}

.cssform .formfieldbox p
{
	clear: left;
	margin: 0;
	padding-top: 5px;
	padding-left: 50px; /*width of left column containing the label elements*/
	height: 20px;
}

.cssform .formfieldbox label
{
	float: left;
	margin-left: -100px; /*width of left column*/
	margin-right: 10px;
	width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
	text-align: right;
}

.formfieldbox textarea
{
	margin: 0px;
	padding: 0px;
	float: left;
}

.cssform label
{
	margin-right: 10px;
}


/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/
* html .threepxfix
{
	margin-left: 3px;
}

.error
{
  	background-image: url(../image/dialog-error.png);
  	background-color: inherit;
  	background-repeat: no-repeat;
  	background-position: 2px 2px;
  	color: #ff0000;
  	padding-left: 20px;
 	padding-right: 5px;
  	padding-bottom: 1px;
  	padding-top: 2px;
  	margin-bottom: 5px;
  	height: 16px;
	float: left;
}

* html .error
{
	background-image: url(../image/dialog-error.gif);
}

.formfieldbox textarea, .formfieldbox input, .formfieldbox select
{
	margin: 0px;
	padding: 0px;
	float: left;
}
