/* Class Styles */
.floatright {
	float: right;
	margin: 0px 10px 20px 10px; /* Clickwise, top, right, bottom, left */
	padding: 10px;
}

.floatleft{
	float: left;
	margin: 5px 20px 10px 20px; /* Clickwise, top, right, bottom, left */
	padding: 2px;
}

.homefloatright {
	float: right;
	margin: 20px 10px 40px 10px; /* Clickwise, top, right, bottom, left */
	padding: 10px;
	
}

.homefloatleft {
	float: left;
	margin: 5px 5px 5px 20px; /* Clickwise, top, right, bottom, left */
	padding: 2px;
}

.sidebar_th {
	font-size: 10px;
	color: #FFFFFF;
}

.sidebar_td {
    font-size: 10px;
}


/* This is the style for the entire web page and background. These are global settings. */
body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	color: #000;
	background-image:url(../images/sitebackground4.jpg);
	background-repeat:repeat-x;
	/* background-image:url(../images/background.jpg);
	background-repeat: repeat; */
	background-color:#445ea2;    /*  Freund Light Blue */
	/* background-color:#15509D;   /* Freund Dark Blue */
	text-align: right;
}

a {
	color:#15509D;
}

#home_title {
	text-align: center;
	font-family: "Trebuchet MS", Verdana, Sans-Serif;
	font-size: 18px;
	padding-left: 20px;
	padding-right: 20px;
	color: #15509D;
}

/* ****************************************************************************** */
/* This is the overall container for the entire web page. */
#header {  
	margin-top: 15px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	background-color:transparent;
}

#container {  
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	background-color:#FFFFFF;
}

/* Top Banner Styles */
#banner {
	/*  border-bottom: 2px solid #666666; */
	height: 98px;
	background-image:url(../images/mac-title.gif);
	background-repeat:no-repeat;
	background-position:top;
	background-color:transparent;
	color:#666666;
	font-size:11px;
	font-weight: bold;
	font-style: italic;
	text-align:center;
}

#searchbox {
	float:right;
	clear:right;
	width: 175px;
	padding: 10px;
	color:#333333;
	font-size:14px;
	font-weight:bold;
	text-align:right;
	margin-right:15px;
	margin-top: 15px;
}

#searchbox search {
	font-size:12px;
	color:#FF3366;
	border:thick solid #666666;
}

/* Left Navigation Section */
#nav {
	margin-left: 0px; /* Margin for the text in this div block. */
	padding-top: 0px;  /*Padding is added to the top. */
	/* background-color:#FFFFFF; */
	background-color:#3F5793;
	height: 26px;
	border: 1px solid #202020;
}

/* Nav Block text styles */
#nav p {
	margin-top: 0;	/* Allign the margin to the top. Some browsers do not render this correctly. */
}
/* ****************************************************************************** */

/* ****************************************************************************** */
/* Footer Styling */
#footer {
	text-align: center;
	background-image:url(../images/footer_background.gif);
	background-repeat:no-repeat;
	background-color:transparent;
	background-position:top;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	height: 62px;
	margin-bottom: 15px;
}

/* Footer Text Styling */
#footer p {
	color:#333333;
	font-size: 9px;
	margin: 0;
	padding: 10px;
}
/* ****************************************************************************** */

#content {
	padding: 10px;
	margin: 10px 180px 10px 0; /* Margin Top; Right, Bottom, Left */
	text-align:left;
	border-right: 1px solid #333;
	background-color:#FFFFFF;
}

#content.full {
	padding: 20px;
	margin: 0px 0px 0px 40px;
	border-right: 0px solid #333;
	text-align:left;
	background-color:#FFFFFF;
}

#content h1 {
	font-family:"Trebuchet MS", Verdana, Sans-Serif;
	color:#15509D;
	font-size:36px;
	font-weight:bold;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align:left;
}

#content h2 {
	font-family:"Trebuchet MS", Verdana, Sans-Serif;
	color:#15509D;
	font-size:22px;
	font-weight:lighter;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align:left;
}

#content h3 {
	font-family:"Trebuchet MS", Verdana, Sans-Serif;
	color:#15509D;
	font-size:16px;
	font-weight:lighter;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align:left;
}

#content h4 {
	font-family:"Trebuchet MS", Verdana, Sans-Serif;
	color:#000000;
	font-size:18px;
	font-weight:lighter;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align:left;
}

#content h5 {
	font-family:"Trebuchet MS", Verdana, Sans-Serif;
	color:#000000;
	font-size:14px;
	font-weight:lighter;
	margin-left: 40px;
	margin-right: 12px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align:left;
}

#content h6 {
	font-family:"Trebuchet MS", Verdana, Sans-Serif;
	color:#15509D;
	font-size:36px;
	font-weight:bold;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align:center;
}

#content p {
	color:#000000;
	font-size:14px;
	margin-left: 40px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-top: 3px;
	text-align:left;
}

#content p2 {
	color:#000000;
	font-size:10px;
	text-align:center;
	margin-top: 0px;
}

#content ul {
	list-style-image:url(../images/bullet1.gif);
	font-size: 14px;
	margin-left: 25px;
}

#content ol {
	margin-left:25px;
	margin-right:50px;
}

#content table {
	padding: 20px;
} 

#content th {
	font-size: 12px;
	color:#333333;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	letter-spacing: 2px;
	text-align: center;
	padding: 6px 6px 6px 12px;
	background-color:#f5fafa;
}

#content th.nobg {
	font-family:"Trebuchet MS", Verdana, Sans-Serif;
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #C1DAD7;
	background: none;
	color:#15509D; /*Freund Dark Blue */
	font-size:20px;
	text-align:left;
}

#content th.spec {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #fff url(../images/bullet1.gif) no-repeat;
	font-weight:normal;
	text-align:left;
}

#content th.specalt {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #f5fafa url(../images/bullet1.gif) no-repeat;
	font-weight:normal;
	text-align:left;
}

#content td {
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	background: #fff;
	padding: 6px 6px 6px 12px;
	color:#333333;
	text-align:center;
	font-size:12px;
}

#content td.alt {
	background: #F5FAFA;
}



#sidebar {
	float:right;
	width: 160px;
	padding: 10px;
	margin-top: 10px;
	background-color:#FFFFFF;
	text-align: center;
}

#sidebar h1 {
	font-family:"Trebuchet MS", Verdana, Sans-Serif;
	color:#15509D;
	font-size:14px;
	font-weight:lighter;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 5px;
	margin-bottom: 0px;
	text-align:center;
}

#sidebar p {
	color:#000000;
	font-size:12px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 3px;
	text-align:center;
}

#sidebar h6 {
	color:#000000;
	font-size:10px;
	margin-left: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-top: 3px;
	text-align:left;
	font-weight: lighter;
}

#sidebar img {
	padding: 0px;
}

#content table {
	padding: 20px;
	width: 100%;
	border: 0;
} 

#sidebar table {
}

#sidebar th {
	font-size: 10px;
	color:#333333;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	letter-spacing: 2px;
	text-align: left;
	padding: 1px 1px 1px 1px;
	background-color:#f5fafa;
	font-weight: lighter;
}

#sidebar th.nobg {
	font-family:"Trebuchet MS", Verdana, Sans-Serif;
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #C1DAD7;
	background: none;
	color:#15509D; /*Freund Dark Blue */
	font-size:22px;
	text-align:left;
}

#sidebar th.spec {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #fff url(../images/bullet1.gif) no-repeat;
	font-weight:lighter;
	text-align:left;
}

#sidebar th.specalt {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #f5fafa url(../images/bullet1.gif) no-repeat;
	font-weight:lighter;
	text-align:left;
}

#sidebar td {
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	background: #fff;
	padding: 5px 0px 5px 0px;
	color:#333333;
	text-align:left;
	font-size:10px;
}

#sidebar td.alt {
	background: #F5FAFA;
}


#spacer {
	background-color:#FFFFFF;
	height: 20px;
}

#spacer.transparent {
	background-color:transparent;
}

#spacer_menu {
	background-color:#3F5793;
	height: 25px;
	border: 1px solid #202020;
}


#headlines_narrow {
	margin: 5px 5px 5px 20px;
	text-align:left;
	height: 25px;
	width: 555px;
	background-image: url(../images/headlines3.jpg);
	background-repeat: no-repeat;
	padding-bottom: 10px;
}

#headlines_blue {
	margin: 5px 5px 5px 20px;
	text-align:left;
	height: 25px;
	width: 555px;
	background-image: url(../images/headlines3.jpg);
	background-repeat: no-repeat;
	padding-bottom: 10px;
	color:#FFFFFF;
}

#headlines {
	background-image:url(/images/headlines2.jpg);
	background-repeat:no-repeat;
	clear:both;
	margin: 5px 25px 15px 25px;
	text-align:left;
	padding: 0px;
	height: 25px;
}

#headlines h1 {
	float:left;
	font-size:12px;
	color:#333333;
	padding: 5px;
	margin: 0px 0px 5px 10px;
}

#headlines p {
	font-size:12px;
	color:#333333;
	padding: 5px;
	margin: 0px 0px 5px 200px;
}
