/* BASIC */

body {
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	margin: 0px;
	background: url('images/msk-back.gif') no-repeat;
}

table, tbody, tr, td {
	border-collapse: collapse;
	padding: 0px;
}

/* TEXT */

p, td, tr, li, ol, ul {
	font-family: Arial, Helvetica, Geneva;
	font-size: 12px;
	line-height: 20px;
	color: #222222;
}

p.large {
	font-size: 14px;
}

h1 {
	font-size: 28px;
	line-height: 30px;
	font-weight: normal;
	letter-spacing: -1;
	color: #666666;
	border-bottom: 1px solid #999999;
}

h2 {
	font-size: 17px;
	line-height: 20px;
	font-weight: normal;
	letter-spacing: -1;
	color: #3859c7;
	margin-top: 40px;
}

.columnTitle {
	height: 22px;
	width: 100%;
	font-size: 13px;
	line-height: 22px;
	font-weight: bold;
	color: #FFFFFF;
	white-space: nowrap;
	background-color: #587bd4;
}

.columnTitle2 {
	height: 32px;
	width: 100%;
	font-size: 17px;
	line-height: 32px;
	color: #FFFFFF;
	white-space: nowrap;
	background-color: #a4abbe;
}

.columnTitle3 {
	height: 32px;
	width: 100%;
	font-size: 17px;
	line-height: 32px;
	color: #3d4034;
	white-space: nowrap;
	background-color: #e2ecbe;
}

.caps {
	font-size: 15px;
	font-weight: bold;
	padding: 5px;
	color: #FFFFFF;
	background-color: #587bd4;
	float: left;
	margin-top: 7px;
	margin-right: 3px;
}

A {
	color: #3859c7;
}

A:hover {
	color: #1224a2;
}

/* HEADER AND FOOTER */

#header {
	width: 100%;
	height: 79px;
}

	#header .header-left {
		vertical-align: top;
		text-align: left;
		padding-left:  20px;
	}
	
	#header .header-right {
		vertical-align: top;
		text-align: right;
		padding-right:  20px;
		padding-top: 16px;
	}

#topNav {
	width: 100%;
	height: 31px;
}
	
	#topNav .topNavItems {
		height: 31px;
		background-color: #848EA7;
		background: url('images/nav-back.gif');
		padding-left: 20px;
		border-bottom: 1px solid #556688;
	}

	#topNav .topLink, A.topLink:link, A.topLink:active, A.topLink:visited {
		display: block;
		float: left;
		height: 29px;
		line-height: 30px;
		font-weight: bold;
		color: #FFFFFF;
		text-decoration: none;
		padding-left: 15px;
		padding-right: 15px;
		border-left: 1px solid #A4ABBE;
	}

	#topNav A.topLink:hover {
		background-color: #747f9b;
		background: url('images/nav-back-on.gif');
	}



/* LAYOUT */


#layout {
	width: 100%;
	margin: 0px;
	padding: 0px;
}

#tableLayout1 {
	width: 100%;
}

	#tableLayout1 .leftColumn {
		width: 70%;
		padding: 30px;
		padding-bottom: 0px;
		vertical-align: top;
	}
	
	#tableLayout1 .rightColumn {
		width: 30%;
		padding: 30px;
		padding-bottom: 0px;
		padding-left: 20px;
		vertical-align: top;
		background: url('images/right-col-back.gif');
		border-left: 1px solid #e0e0e0;
	}
	
	#tableLayout1 .leftColumnHP {
		width: 70%;
		padding: 0px;
		padding-bottom: 0px;
		vertical-align: top;
	}


#innerTable1 {
	width: 100%;
}

	#innerTable1 .left {
		width: 50%;
		padding-right: 10px;
		vertical-align: top;
	}
	
	#innerTable1 .right {
		width: 50%;
		padding-left: 10px;
		vertical-align: top;
	}
	
#footer {
	font-size: 11px;
	line-height: 16px;
	margin-top: 100px;
	margin-bottom: 30px;
	background: #F0F0F0;
	padding: 5px;
	margin-left: -30px;
	padding-left: 30px;
	width: 85%;
	border-top: 1px solid #E0E0E0;
	white-space: nowrap;
}


#formTable {
	width: 400px;
}

	#formTable .formLabel {
		font-size: 11px;
		line-height: 11px;
		font-weight: bold;
		color: #666666;
		width: 250px;
		padding-top: 4px;
		padding-bottom: 4px;
		padding-left: 0px;
		padding-right: 6px;
		vertical-align: bottom;
	}
	
	#formTable .formField {
		width: 150px;
		padding-top: 4px;
		padding-bottom: 4px;
		padding-left: 6px;
		padding-right: 0px;
		text-align: right;
	}

	#formTable .formInputN {
		font-family: Arial, Helvetica, Geneva, sans-serif;
		font-size: 12px;
		width: 100px;
		text-align: right;
		border: none;
		border-bottom: 1px dotted #666666;
	}
	
	#formTable .formInputNB {
		font-family: Arial, Helvetica, Geneva, sans-serif;
		font-size: 12px;
		font-weight: bold;
		width: 100px;
		text-align: right;
		border: 1px dotted #666666;
		background: #f5f5f5;
	}
	
	#formTable .formHead {
		font-family: Arial, Helvetica, Geneva, sans-serif;
		font-size: 12px;
		color: #3859c7;
		font-weight: bold;
		padding-top: 0px;
		padding-bottom: 2px;
		padding-left: 0px;
		padding-right: 0px;
		border-bottom: 1px solid #666666;
	}

	#formTable .formButtons {
		padding-top: 20px;
		text-align: center;
	}

#map {
	float: right;
	border: 1px solid #cccccc;
	background: #eeeeee;
	padding: 4px;
}