body {
	margin: 0;
	padding: 0;
	background: #ffffff url(../images/ir_background_3.jpg) repeat-y;
	font-family: Arial, Helvetica, sans-serif;
}

#header {
	height: 90px;
	border-bottom: 2px solid rgb(68,50,105);
	background-color: #ffffff;
}

#footer {
	clear: both;
	margin-left: 135px;
	margin-right: 1%;
	border-top: 1px solid rgb(121,102,147);
	padding: 5px;
	font-size: .75em;
}

#content {
	margin-left: 135px;
	padding: 10px;
	font-size: .9em;
}

#sidebar {
	position: absolute;
	top: 90px;
	left: 0;
	width: 125px;
	font-size: .8em;
	font-family: Arial, Helvetica, sans-serif;
}

#navs {
	list-style: none;
	margin: 0;
	padding: 15px;
	padding-right: 0px;
}

#navs li {
	margin-bottom: 10px;
}

#navs a:link {
	color: rgb(251,241,169);
	text-decoration: none;
	font-weight: bold;
}

#navs a:visited {
	color: rgb(251,241,169);
	text-decoration: none;
	font-weight: bold;
}

#navs a:active {
	color: rgb(251,241,169);
	text-decoration: underline;
	font-weight: bold;
}

#navs a:hover {
	color: #ffffff;
	text-decoration: underline;
}

a:link {
	color: #0000ff;
	text-decoration: none;
}

a:visited {
	color: #0000ff;
	text-decoration: none;
}

a:active {
	color: #0000ff;
	text-decoration: underline;
}

a:hover {
	color: #0000ff;
	text-decoration: underline;
}

#footer a:link {
	color: #0000ff;
	text-decoration: none;
}

#footer a:visited {
	color: #0000ff;
	text-decoration: none;
}

#footer a:active {
	color: #0000ff;
	text-decoration: underline;
}

#footer a:hover {
	color: #0000ff;
	text-decoration: underline;
}

#footer p {
	margin-top: 0px;
	margin-bottom: 5px;
}

h1 {
	font-size: 2em;
	font-weight: bold;
	font-variant: small-caps;
	margin-top: 0;
	margin-bottom: 0;
	color: rgb(68,50,105);
}

h2 {
	font-size: 1.5em;
	font-weight: bold;
	font-style: italic;
	font-variant: small-caps;
	margin-top: 15;
	margin-bottom: 0;
	color: rgb(68,50,105);
}

h3 {
	font-size: 1.25em;
	font-weight: bold;
	font-variant: small-caps;
	margin-top: 0;
	margin-bottom: 0;
	color: rgb(68,50,105);
}

h4 {
	font-size: 1.1em;
	font-weight: bold;
	margin-top: 15;
	margin-bottom: 0;
	color: rgb(68,50,105);
}

h5 {
	font-size: 1em;
	font-weight: bold;
	margin-top: 15;
	margin-bottom: 0;
	color: #000000;
}

p {
	margin-top: 15px;
	margin-bottom: 0px;
}

blockquote {
	margin-left: 30px;
	color: rgb(121,102,147);
	font-weight: normal;
	font-style: italic;
	font-family: "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	font-size: .9em;
}

div.floater {
	float: right;
	margin: 10px;
	border: 2px solid rgb(68,50,105);
	padding: 5px;
	width: 200px;
	color: rgb(68,50,105);
	background-color: rgb(251,241,169);
	text-align: center;
	font-weight: bold;
	font-size: .9em;
}

.indent {
	margin-left: 35px;
}

p.closeindent {
	margin-top: 0px;
	margin-left: 35px;
}

p.breadcrumb {
	font-size: .75em;
	margin-bottom:5px;
	margin-top: 0;
}

li {
	margin-bottom: 10px;
	margin-right: 15%;
}

dt {
	font-weight: bold;
}

dd {
	margin-bottom: 10px;
	margin-right: 15%;
}

table {
	border-top: 1px solid rgb(68,50,105);
	border-left: 1px solid rgb(68,50,105);
	border-collapse: collapse;
	margin-left: 10%;
	margin-top: 10px;
	margin-bottom: 10px;
}

caption {
	color: rgb(68,50,105);
	padding-bottom: 5px;
	font-size: .9em;
	font-weight: bold;
}

th, td {
	padding: 5px;
	border-right: 1px solid rgb(68,50,105);
	border-bottom: 1px solid rgb(68,50,105);
	font-size: .8em;
}

th {
	font-weight: bold;
	text-align: center;
}

form dt {
	font-size: .8em;
}

form dd {
	margin-bottom: 5px;
	margin-right: 5%;
	margin-left: 0;
}

.textinput {
	font-family: sans-serif;
	border: 1px solid rgb(121,102,147);
}

.button {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	border: 2px solid rgb(68,50,105);
	color: rgb(251,241,169);
	background-color: rgb(121,102,147);
	text-align: center;
	cursor: pointer;
}
