/* template styles */


/* reset elements used */
html, body, form, div, hr, td, table, h1, h2, p {
	margin : 0px;
	border : 0px;
	padding : 0px;
}

table {
	border-collapse : collapse;
}

/* body */

body {
	padding-top : 15px;
	background-image : url("body_repeat.gif");
	background-repeat : repeat;
}

/* font */
body, td, div {
	font-family : Arial;
	font-size : 11px;
	line-height : 15px;
}

p {
	margin-bottom : 10px;
}

h1 {
	font-family : Tahoma;
	font-size : 22px;
	font-weight : bold;
	color : #006887;
	margin-bottom : 10px;
	line-height : 27px;
}

h2 {
	font-family : Tahoma;
	font-size : 16px;
	font-weight : bold;
	color : #006887;
	margin-bottom : 10px;
	line-height : 21px;
}

hr {
	height : 0px;
	border-bottom : 1px solid #006887;
}

/* layout table */

table.layout {
	width : 762px;
}

td.layout_top {
	width : 762px;
	height : 96px;
	background-image : url("layout_top_back.gif");
	background-repeat : no-repeat;
	vertical-align : top;
}

td.layout_content {
	width : 762px;
	background-image : url("layout_content_repeat.gif");
	background-repeat : repeat-y;
}

td.layout_bottom {
	width : 762px;
	height : 24px;
	background-image : url("layout_bottom_back.gif");
	background-repeat : no-repeat;
}

/* navigation */

div.navigation {
	position : relative;
	padding-top : 32px;
	padding-right : 32px;
	text-align : right;
	line-height : 23px;
}

a.toplink, a.toplinkActive {
	font-size : 11px;
	font-weight : bold;
}

a.toplink {
	color : #006887;
	text-decoration : none;
}

a.toplink:hover {
	color : #000000;
}

a.toplinkActive {
	color : #000000;
	text-decoration : underline;
}

a.sublink, a.sublinkActive {
	font-size : 10px;
	font-weight : bold;
}

a.sublink {
	color : #006887;
	text-decoration : none;
}

a.sublink:hover {
	color : #000000;
}

a.sublinkActive {
	color : #000000;
	text-decoration : underline;
}


/* content */

div.contentContainer {
	padding-top : 15px;
	padding-right : 26px;
	padding-left : 26px;
	padding-bottom : 5px;
}

div.contentWidth {
	width : 710px;
}


/* links */

a {
	color : #006887;
	text-decoration : underline;
}

a:hover {
	color : #000000;
}

a.paragraph {
	font-weight : normal;
	color : #000000;
	text-decoration : none;
}

a.paragraph:hover {
	color : #006887;
}



/* form elements */

input, select, textarea {
	border-width : 1px;
	font-family : Arial;
	font-size : 11px;
	line-height : 15px;
	color : #000000;
	background-color : #F1F1F1;
}

input.submit {
	padding : 1px;
	padding-left : 10px;
	padding-right : 10px;
	color : #FFFFFF;
	background-color : #006887;
	font-weight : bold;
}











/* mdk cms default stylesheet */
















/* extension styles */

div.extLocator {
	font-size : 10px;
	margin-bottom : 5px;
	color : #006887;
}

div.extLocator a {
	font-size : 10px;
	color : #000000;
	text-decoration : underline;
}

div.extLocator a:hover {
	text-decoration : none;
}

div.extLastEdit {
	font-size : 9px;
	margin-bottom : 5px;
}

div.extPageViews {
	font-size : 9px;
	margin-bottom : 5px;
}

div.extError {
	margin-top : 20px;
	padding : 15px;
	border : 1px solid #006887;
	background-color : #f1f1f1;
}

input.extLoginField {
	border-width : 1px;
}

input.extLoginSubmit {
	border-width : 1px;
}


/* menu styles */

a.menu {
	text-decoration : none;
}

/* level 0 */

div.menuLevel0Container, div.menuLevel0Content {
	font-size : 11px;
	font-family : arial;
	cursor : pointer;
	cursor : hand;
}

div.menuLevel0Container {
	padding : 3px;
	padding-left : 5px;
	background-color : red;
	margin-bottom : 1px;
	background-image : url("/corner.gif");
	background-position : top right;
	background-repeat : no-repeat;
}

div.menuLevel0Content {
	color : white;
}

div.menuLevel0ContainerActive, div.menuLevel0ContentActive {
	font-size : 11px;
	font-family : arial;
	cursor : pointer;
	cursor : hand;
}

div.menuLevel0ContainerActive {
	padding : 3px;
	padding-left : 5px;
	background-color : red;
	margin-bottom : 1px;
	background-image : url("/corner.gif");
	background-position : top right;
	background-repeat : no-repeat;
}

div.menuLevel0ContentActive {
	color : white;
	font-weight : bold;
}

/* level 1 */
div.menuLevel1Container, div.menuLevel1Content {
	font-size : 11px;
	font-family : arial;
	cursor : pointer;
	cursor : hand;
}

div.menuLevel1Container {
	padding : 3px;
	padding-left : 15px;
	background-color : darkRed;
	margin-bottom : 1px;
	background-image : url("/corner.gif");
	background-position : top right;
	background-repeat : no-repeat;
}

div.menuLevel1Content {
	color : white;
}

div.menuLevel1ContainerActive, div.menuLevel1ContentActive {
	font-size : 11px;
	font-family : arial;
	cursor : pointer;
	cursor : hand;
}

div.menuLevel1ContainerActive {
	padding : 3px;
	padding-left : 15px;
	background-color : darkRed;
	margin-bottom : 1px;
	background-image : url("/corner.gif");
	background-position : top right;
	background-repeat : no-repeat;
}

div.menuLevel1ContentActive {
	color : white;
	font-weight : bold;
}

/* level 2 */
div.menuLevel2Container, div.menuLevel2Content {
	font-size : 11px;
	font-family : arial;
	cursor : pointer;
	cursor : hand;
}

div.menuLevel2Container {
	padding : 3px;
	padding-left : 25px;
	background-color : #4E0000;
	margin-bottom : 1px;
	background-image : url("/corner.gif");
	background-position : top right;
	background-repeat : no-repeat;
}

div.menuLevel2Content {
	color : white;
}

div.menuLevel2ContainerActive, div.menuLevel2ContentActive {
	font-size : 11px;
	font-family : arial;
	cursor : pointer;
	cursor : hand;
}

div.menuLevel2ContainerActive {
	padding : 3px;
	padding-left : 25px;
	background-color : #4E0000;
	margin-bottom : 1px;
	background-image : url("/corner.gif");
	background-position : top right;
	background-repeat : no-repeat;
}

div.menuLevel2ContentActive {
	color : white;
	font-weight : bold;
}

/* level 3 */
div.menuLevel3Container, div.menuLevel3Content {
	font-size : 11px;
	font-family : arial;
	cursor : pointer;
	cursor : hand;
}

div.menuLevel3Container {
	padding : 3px;
	padding-left : 35px;
	background-color : #360000;
	margin-bottom : 1px;
	background-image : url("/corner.gif");
	background-position : top right;
	background-repeat : no-repeat;
}

div.menuLevel3Content {
	color : white;
}

div.menuLevel3ContainerActive, div.menuLevel3ContentActive {
	font-size : 11px;
	font-family : arial;
	cursor : pointer;
	cursor : hand;
}

div.menuLevel3ContainerActive {
	padding : 3px;
	padding-left : 35px;
	background-color : #360000;
	margin-bottom : 1px;
	background-image : url("/corner.gif");
	background-position : top right;
	background-repeat : no-repeat;
}

div.menuLevel3ContentActive {
	color : white;
	font-weight : bold;
}
