body {
	background-color: #ffffff;
	font-family: arial, helvetica;
}

#container {
	width: 962px;
	height: auto;
}

#header {
	width: 962px;
	height: 128px;
	background: url("/images/header_bg.png");
	background-repeat: repeat-y;
}

#headerAlpLogo {
	position: absolute;
	top: 10px;
	left: 10px;
}

#skipNavigation {
	position: absolute;
	top: 2px;
	left: 850px;
	color: #808080;
	font-size: 10px;
	text-decoration: none;
	background-color: #ffffff;
}

#skipNavigation:hover {
	color: #404040;
	background-color: #efefef;
	text-decoration: underline;
}

#title {
	width: 962px;
	height: auto;
	background: url("/images/title_bg.png");
	background-repeat: repeat-y;
	background-color: #781d7e;
}

#title h1 {
	font-size: 0.88em;
	font-weight: bold;
	color: #ffffff;
	text-align: right;
	margin-right: 38px;
	padding: 7px 0px 7px 0px;
}

#main {
	width: 962px;
	height: auto;
	background: url("/images/main_bg.png");
	background-repeat: repeat-y;
}

#menu {
	float: left;
	width: 177px;
	height: auto;
	background-color: #ffffff;
	padding-top: 1px;
}

#menu a.main {
	width: 167px;
	height: 25px;
	display: block;
	background: url("/images/menu_button.png");
	background-repeat: no-repeat;
	color: #ffffff;
	font-size: 0.88em !important;
	font-weight: bold;
	text-decoration: none;
	padding-left: 10px;
	padding-bottom: 1px;
	overflow: hidden;
	padding-top: 9px;
}

#menu a.main:hover {
	background: url("/images/menu_button.png");
	background-repeat: no-repeat;
	background-position: 0px -35px;
}

#menu a.active {
	background: url("/images/menu_button.png");
	background-repeat: no-repeat;
	background-position: 0px -35px;
}

#lside {
	background: url("/images/lside_bg.png");
	background-repeat: repeat-y;
}

#lsideLogin {
	margin: 7px 0px 0px 7px;
}

#lsideLogin p {
	text-align: left !important;
	color: #ffffff;
	font-size: 0.75em;
	font-weight: bold;
	margin-bottom: 5px;
}

#lsForm input,#lsForm select {
	padding: 3px;
	border-style: solid;
	border-width: 1px;
	border-top-color: #202020;
	border-right-color: #808080;
	border-bottom-color: #808080;
	border-left-color: #202020;
	background-color: #ffffff;
	color: #606060;
}

#lsForm input.submit {
	border-style: solid !important;
	border-width: 1px !important;
	border-top-color: #ffffff !important;
	border-right-color: #202020 !important;
	border-bottom-color: #202020 !important;
	border-left-color: #ffffff !important;
	background: url("/images/input_submit_bg.png") !important;
	background-repeat: repeat-x;
	background-color: #c0c0c0 !important;
	color: #000000 !important;
	width: 158px !important;
}

#lsideLogin input {
	margin-bottom: 5px;
	padding: 3px;
	border-style: solid;
	border-width: 1px;
	border-top-color: #202020;
	border-right-color: #808080;
	border-bottom-color: #808080;
	border-left-color: #202020;
	background-color: #ffffff;
	font-size: 0.75em;
	color: #606060;
	width: 150px;
}

#lsideLogin input.text {
}

#lsideLogin input.submit {
	border-style: solid !important;
	border-width: 1px !important;
	border-top-color: #ffffff !important;
	border-right-color: #202020 !important;
	border-bottom-color: #202020 !important;
	border-left-color: #ffffff !important;
	background: url("/images/input_submit_bg.png") !important;
	background-repeat: repeat-x;
	background-color: #c0c0c0 !important;
	color: #000000 !important;
	width: 158px !important;
}

#lsideLogin p.link {
	width: 150px;
	text-align: right;
	margin: 0px;
	padding: 0px;
	font-weight: normal !important;
}

#lsideLogin p.link a {
	color: #ffffff;
	text-decoration: none;
}

#lsideLogin p.link a:hover {
	color: #f3af32;
}

#content {
	float: left;
	width: 749px;
	height: auto;
	margin: 1px 1px 5px 1px;
}

.bar {
	width: 749px;
	height: 34px;
	background: url("/images/main_bar.png");
	background-repeat: no-repeat;
	background-color: #781d7e;
	overflow: hidden;
}

.bar h2 {
	float: left;
	font-size: 0.88em;
	font-weight: bold;
	color: #ffffff;
	margin-left: 12px;
	padding-top: 9px;
	width: 749px;;
}

.bar h2.half {
	float: left;
	width: 356px !important;
}

.bar h2 a {
	color: #ffffff;
	text-decoration: none;
}

.bar h2 a:hover {
	text-decoration: underline;
}

.boxFull {
	width: 734px;
	background-color: #efefef;
	color: #606060;
	font-size: 0.75em;
	margin: 3px 2px 0px 2px;
	padding: 5px;
}

.boxFull p {
	margin: 0em 0em 1em 0em;
}

.boxHalfContainer {
	background: url("/images/box_half_bg.png");
	background-repeat: repeat-y;
	background-color: #efefef;
	margin: 3px 2px 0px 2px;
}

.boxHalfLeft {
	float: left;
	width: 359px;
	color: #606060;
	font-size: 0.75em;
	padding: 5px;
}

.boxHalfLeft p {
	margin: 0em 0em 1em 0em;
}

.boxFull a,.boxHalfLeft a,.boxHalfRight a {
	color: #3a7ddb;
	text-decoration: none;
	font-weight: bold;
}

.boxFull a:hover,.boxHalfLeft a:hover,.boxHalfRight a:hover {
	color: #404040;
}

.boxHalfRight {
	float: right;
	width: 359px;
	color: #606060;
	font-size: 0.75em;
	padding: 5px;
}

.boxHalfRight p {
	margin: 0em 0em 1em 0em;
}

.boxFooterLink {
	padding-right: 1em;
	text-align: right;
}

.boxFooterLink a {
	color: #3a7ddb;
	text-decoration: none;
	font-weight: bold;
}

.boxFooterLink a:hover {
	color: #404040;
}

#footer {
	width: 962px;
	background: url("/images/footer_bg.png");
	background-repeat: repeat-y;
	background-color: #781d7e;
	margin-bottom: 20px;
}

#footer p {
	text-align: right;
	color: #ffffff;
	font-size: 0.63em;
	margin-right: 32px;
	padding: 8px 0px 8px 0px;
}

#footer a {
	color: #f3af32;
	text-decoration: none;
}

#footer a:hover {
	color: #ffffff;
}

.clear {
	clear: both;
}

.noBorder {
	border: 0;
}

label {
	float: left;
	display: block;
	width: 10em;
	text-align: right;
	margin-right: 0.5em;
}

table.standard {
	border-style: solid;
	border-width: 1px;
	border-top-color: #404040;
	border-right-color: #ffffff;
	border-bottom-color: #ffffff;
	border-left-color: #404040;
	width: 100%;
	margin-bottom: 1em;
}

.standard th {
	padding: 5px;
	background-color: #3a7ddb;
	color: #ffffff;
	font-weight: bold;
}

.standard td {
	padding: 5px;
	background-color: #ffffff;
}

.errorList {
	margin: 3px 2px 3px 2px;
	border: solid 1px #f42837;
	background: url(/images/error_list_bg.png);
	background-repeat: repeat-x;
	background-color: #ffffff;
	color: #f42837;
	font-size: 0.83em;
	font-weight: bold;
	padding: 5px;
}

.messageList {
	margin: 3px 2px 3px 2px;
	border: solid 1px #3a7ddb;
	background: url(/images/message_list_bg.png);
	background-repeat: repeat-x;
	background-color: #ffffff;
	color: #3a7ddb;
	font-size: 0.83em;
	font-weight: bold;
	padding: 5px;
}

.errorList ul li,.messageList ul li {
	list-style-type: square;
	margin-left: 2em;
}

#content form input,#content form select {
	padding: 3px;
	border-style: solid;
	border-width: 1px;
	border-top-color: #202020;
	border-right-color: #808080;
	border-bottom-color: #808080;
	border-left-color: #202020;
	background-color: #ffffff;
	color: #606060;
}

#content form input.submit {
	border-style: solid !important;
	border-width: 1px !important;
	border-top-color: #ffffff !important;
	border-right-color: #202020 !important;
	border-bottom-color: #202020 !important;
	border-left-color: #ffffff !important;
	background: url("/images/input_submit_bg.png") !important;
	background-repeat: repeat-x;
	background-color: #c0c0c0 !important;
	color: #000000 !important;
}

#content form input {
	margin-bottom: 5px;
	padding: 3px;
	border-style: solid;
	border-width: 1px;
	border-top-color: #202020;
	border-right-color: #808080;
	border-bottom-color: #808080;
	border-left-color: #202020;
	background-color: #ffffff;
	font-size: 1em !important;
	color: #606060;
}

#content form input.text {
}

#content form input.submit {
	border-style: solid !important;
	border-width: 1px !important;
	border-top-color: #ffffff !important;
	border-right-color: #202020 !important;
	border-bottom-color: #202020 !important;
	border-left-color: #ffffff !important;
	background: url("/images/input_submit_bg.png") !important;
	background-repeat: repeat-x;
	background-color: #c0c0c0 !important;
	color: #000000 !important;
}

.warning {
	color: #f42837;
}

.mandatory {
	color: #f42837;
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

abbr {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
}

ul li {
	list-style-type: square;
	margin-left: 2em;
}

ol li { 
	list-style: decimal outside;     
	margin-left: 2em;
} 
