﻿@import url("layout.css");

a {
	color: blue;
	text-decoration: underline;
}
a:hover {
	color: #dfb8df;
	text-decoration: underline;
}


body {
	font-family: "Times New Roman", Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	background-image: url("../images/background.gif");
	background-repeat: repeat;
	background-attachment: scroll;
}

body_swc {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	background-image: url("../images/background.gif");
	background-repeat: repeat;
	background-attachment: scroll;
}

p {
	text-align:justify;
}


legend {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-style: italic;
	font-weight: bold;
	color: #000099
	}


#container {
	width: 1000px;
	margin: 0 auto;
	padding: 10px;
	border-right: 1px solid silver;
	border-bottom: 1px solid silver;
	border-left: 1px solid silver;
	background-color: #fff;
	white-space: normal;
}
#masthead {
	text-align: center;
	width: 96%;
	padding: 10px;
	background-image: url("../images/masthead.gif");
	background-repeat: repeat;
	background-attachment: scroll;
}
/* Masthead Styles */
#masthead h1 {
	color: #fff;
}
#masthead h3 {
	color: #402640;
}
/* Navigation Styles */

#navigation {
	position: relative;
	float: left;
	width: 200px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: calibri, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	border-right: 1px solid silver;
	padding-left: 10px;
	padding-top: 8px;
}
#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
	font-family: calibri, Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	font-weight: normal;
}
#navigation li {
	display: block;
	margin: 0;
	padding-left: 5px;
	padding: 0;
}
#navigation a {
	color: #402640;
	text-decoration: none;
	padding-left: 5px;
	display: block;
}
#navigation a:hover {
	color: #402640;
	text-decoration: none;
	background-color: #fff;
	font-weight: bold;
}

/* Content Styles */

#content {
	position: relative;
	float: left;
	width: 650px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-top: 0px;
	border: 0px silver solid;
	font-family: calibri, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	text-align: justify;
}

#content h1,h2,h3,h4,h5,h6 {
	color: #503750;
	
}

#content h1 {
	font-family: calibri, arial, helvitica, sans-serif;
	font-size: 1.5em;
	vertical-align:text-top;
}

#content h2 {
	font-family: calibri, arial, helvitica, sans-serif;
	font-size: 0.8em;
	border: 1px brown solid;
}



#content img {
	padding: 5px;
	border: 1px solid #402640;
}



#content_title {
	font-family: calibri, Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	text-align: left;
	font-style: italic; 
	font-weight: bold;
	color: gray;
	position: relative;
	float: left;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 0px;
	padding-top: 1px;
	border: 0px solid black;

	
}


#content_wide {
	position: relative;
	float: left;
	width: 96%;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-top: 0px;
	border: 0px silver solid;
	font-family: calibri, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	text-align: justify;
}





/* Footer Styles */

#footer {
	font-family: calibri, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	text-align: center;
	clear: both;
	width: 96%;
}

#footer p {
	color: #808080;
}
#footer a {
	color: #503750;
	text-decoration: none;
}
#footer a:hover {
	color: #402640;
	font-weight: bold;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.style_gray {
	color: gray;
}
.style_silver {
	color: silver;
}

.style_missing_mandatory {
	color: red;
	font-weight: bold;
}

.style_pic_right_top {
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 10px;
}

.style_pic_right_bottom {
	float: right;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}

.style_pic_left_top {
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 6px;
	margin-left: 0px;
}

.style_pic_left_bottom {
	float: left;
	margin-top: 6px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}



.style_pic_center_top {
	float: none;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 6px;
	margin-left: px;
}

.style_empty_header_cell {
	border-color: blue;
	border-width: thick;
	border-style: dashed;
	border-collapse: separate;  
	font-weight: bold;
	font-style: italic;
	
}

.style_table_11pt {
	color: black;
	font-size: 11.0pt;
	font-weight: 400;
	font-style: normal;
	text-decoration: none;
	font-family: Calibri, sans-serif;
	text-align: center;
	vertical-align: bottom;
	white-space: nowrap;
	border-style: none;
	border-color: inherit;
	border-width: medium;
	padding-left: 1px;
	padding-right: 1px;
	padding-top: 1px;
}

#copyright {
	font-family: calibri, Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	text-align: right;
	clear: both;
	color: gray;
}


span.missing_mandatory {
	color: red;
	font-weight: bold;
}


table.simple_black {
	border-width: 1px;
	border-spacing: 1px;
	border-style: inset;
	border-color: black;
	border-collapse: collapse;
	background-color: white;
}
table.simple_black th {
	border-width: 1px;
	padding: 1px;
	border-style: inset;
	border-color: black;
	background-color: white;
}
table.simple_black td {
	border-width: 1px;
	padding: 1px;
	border-style: inset;
	border-color: black;
	background-color: white;
}

table.simple_gray {
	border-width: 1px;
	font-size: 0.8em;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	border-spacing: 1px;
	border-style: solid;
	border-color: silver;
	border-collapse: collapse;
	background-color: white;
}
table.simple_gray th {
	border-width: 1px;
	padding: 3px;
	border-style: solid;
	border-color: silver;
	background-color: white;
}
table.simple_gray td {
	border-width: 1px;
	padding: 3px;
	border-style: solid;
	border-color: silver;
	background-color: white;
}

td.missing_mandatory {
	color: red;
	font-weight: bold;
}


#upper_nav {
	font-family: calibri, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	background-repeat: repeat;
	background-attachment: scroll;
	color: black;
	font-weight: normal;
	width: 100%;
}

#upper_nav a {
	font-family: calibri, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	background-repeat: repeat;
	background-attachment: scroll;
	color: black;
	font-weight: normal;
	text-decoration: none;
	padding-right: 15px;
    padding-left: 15px
}

#upper_nav a:hover {
	font-family: calibri, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	background-image: url("../images/unav_gradient_blue.png");
	background-repeat: repeat;
	background-attachment: scroll;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
}



