@charset "UTF-8";

/* intensebluestudio: ©2009
links | body | wrapper | header | sidebarLeft | sidebarRight | footer */

a {
	color: #1E3173;
	text-decoration:none;
	font-weight: bold;
    outline: none;
}
a:hover{text-decoration: underline;}

h1 {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 18px;
	letter-spacing: -1px;
}
h2 {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 15px;
	letter-spacing: -1px;
}
h3 {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
}
h4 {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 16px;
	color: #666666;
}
p {
	text-align: justify;
}

body  {
	margin: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	background-image: url(../images/backbar.png);
	background-repeat: repeat-x;
	position: relative;
	padding: 0;
	letter-spacing: 0px;
}

#wrapper {
	width: 800px;
	background: #FFFFFF;
	text-align: left;
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
#header {
	height: 100px;
	background-color: #F4FBFE;
} 
#header h1 {
	margin: 0; 
	padding: 10px 0; 
}
#navbar {
	background-color: #F4FBFE;
	height: 65px;
	width: 800px;
	padding: 0;
}
#splashscreen {
	background-color: #CCCCCC;
	height: 200px;
	background-repeat: no-repeat;
	border-bottom-style: solid;
	border-bottom-width: 6px;
	border-bottom-color: #000000;
}
#splashscreen2 {
	background-color: #CCCCCC;
	height: 65px;
	background-repeat: no-repeat;
	border-bottom-style: solid;
	border-bottom-width: 6px;
	border-bottom-color: #000000;
}

/* sidebarLeft holds request info*/

#sidebarLeft {
	float: left;
	width: 80px; /* sidebar width */
	background: #FFFFFF;
	padding-top: 10px;
	padding-right: 6px;
	padding-bottom: 0px;
	padding-left: 0px;
}

/* sidebarRight holds Google AdWords*/

#sidebarRight {
	float: right;
	width: 120px; /* sidebar width */
	background: #FFFFFF;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}


/* main content */

#mainContent {
	margin-top: 0;
	margin-right: 120px;
	margin-bottom: 0;
	margin-left: 90px;
	padding-right: 10px;
} 
#mainContent2 {
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 90px;
	padding-right: 10px;
}
.breadcrumb {
	font-size: 11px;
	font-style: italic;
	color: #666666;
}
#bottom {
	width: 800px;
	background: #FFFFFF;
	text-align: left;
	padding: 0px;
	margin: 0;
}
#footer {
	padding: 0 10px;
	background-color: #E7E7EB;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}



/* classes */


.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.table {
	display: table;
	text-align: center;
	font-size: 12px;
}
.th400 {
	background-image: url(../images/tables/t400_1.png);
	background-repeat: no-repeat;
}
.td400 {
	background-image: url(../images/tables/t400_2.png);
	background-repeat: no-repeat;
}
.tf400 {
	background-image: url(../images/tables/t400_3.png);
	background-repeat: no-repeat;
}
.soblue {
	font-weight: bold;
	color: #000066;
}
