
/*========================================================================
Template Custom Web Stylesheet

=========================================================================*/
/* mac hide\*/ 
html, body {height:100%} 
/* end hide */ 
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 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;
	/*background-image:  url(../images/bg1_body.gif);*/
	background-position: center top;
	background-repeat: repeat-x;
	background-color:#F2E3EE; /*background-color: #F7F7F7;  color: #000000;*/
	}

/* Tips for Elastic layouts 
1. Since the elastic layouts overall sizing is based on the user's default fonts size, they are more unpredictable. Used correctly, they are also more accessible for those that need larger fonts size since the line length remains proportionate.
2. Sizing of divs in this layout are based on the 100% font size in the body element. If you decrease the text size overall by using a font-size: 80% on the body element or the #container, remember that the entire layout will downsize proportionately. You may want to increase the widths of the various divs to compensate for this.
3. If font sizing is changed in differing amounts on each div instead of on the overall design (ie: #sidebar1 is given a 70% font size and #mainContent is given an 85% font size), this will proportionately change each of the divs overall size. You may want to adjust based on your final font sizing.
*/
.twoColElsLtHdr #container {
	width: 720px;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #4C7C9E;
	font-size: 11px;
	background-color: #FFFFFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.twoColElsLtHdr #container li {
	font-size: 80%;
	list-style-position: inside;
	list-style-type: none;
	margin-left: 1em;
}
.twoColElsLtHdr #sidebar1 li {
	font-size: 100%;
	list-style-position: none;
	list-style-type: none;
	
}
.twoColElsLtHdr #container  a {
	color: #5170AA;
	text-decoration: none;
	background-color: #FFFFFF;
	margin-right: 1em;
	padding: 0px;
	display: block;
}
.twoColElsLtHdr #sidebar1 a {
	color: #5170AA;
	text-decoration: none;
	background-color: #DFDAD7;
	margin-right: 1em;
	padding: 0px;
	display: block;
}
.twoColElsLtHdr #container a:hover {
	color: #000000;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 1px;
	left: auto;
}
.twoColElsLtHdr #sidebar1 a:hover {
	color: #000000;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	left: auto;
}

.twoColElsLtHdr #header {
	background-color: #ffffff;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
} 
.twoColElsLtHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.flash	{
						height:316px;
						width:720px; 
						}							
.content_0	{
						width:718px;
						height:628px;
						} 
#content {
						font-size: 11px;
						width: 100%;
						margin: 20px 0 0 0;
						padding: 0;
						background: #fdfdfd;
						} 
.dt	{
						display:table;
						
						}						
.dr	{
						display:table-row;
						}
.dc	{
						display:table-cell;
						text-align:left;
						float:left;
						}		
#menutitle{
						font-weight:bold;
						text-align:left;
						margin:2px;
						}
.menucontainer {
						border:1px solid #C0C0C0;
						background-color:#FFFFFF;
						width:140px;
						margin:2px;
						float: left;
						}
/*-----------------------------------------------------------------------
				Header, Logo, Department Name

/* Tips for sidebar1:
1. Be aware that if you set a font-size value on this div, the overall width of the div will be adjusted 
accordingly.
2. Since we are working in ems, it's best not to use padding on the sidebar itself. 
It will be added to the width for standards compliant browsers creating an unknown actual width. 
3. Space between the side of the div and the elements within it can be created by placing a left and
 right margin on those elements as seen in the ".twoColElsLtHdr #sidebar1 p" rule.
*/
.twoColElsLtHdr #sidebar1 {
	float: left;
	width: 13em; /* since this element is floated, a width must be given */
	background: #EBEBEB; /* top and bottom padding create visual space within this div */
	padding-top: 30px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
	background-color: #EBEBEB;
	font-size: 11px;
	border-top: 1px solid #C0C0C0;
	border-right: 1px solid #C0C0C0;
	border-bottom: 1px solid #C0C0C0;

}
.twoColElsLtHdr #sidebar1 h3, .twoColElsLtHdr #sidebar1 p {
	margin-left: 1px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
	background-color: #EBEBEB;
}

/* Tips for mainContent:
1. If you give this #mainContent div a font-size value different than the #sidebar1 div, the margins of the #mainContent div will be based on its font-size and the width of the #sidebar1 div will be based on its font-size. You may wish to adjust the values of these divs.
2. The space between the mainContent and sidebar1 is created with the left margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this left margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
3. To avoid float drop, you may need to test to determine the approximate maximum image/element size since this layout is based on the user's font sizing combined with the values you set. However, if the user has their browser font size set lower than normal, less space will be available in the #mainContent div than you may see on testing.
4. In the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs that may occur.
*/
.twoColElsLtHdr #mainContent {
	padding-top: 30px;
	margin: 0 1.5em 0 13em; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
} 
.twoColElsLtHdr #footer {
	padding: 0 10px;
	background-color: #FFFFFF;
	border-top:2px solid #808080;
	border-bottom:0px solid #C9C9C9;
	color: #000000;

} 
.twoColElsLtHdr #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: 1px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	background-color: #FFFFFF;
}

/* Miscellaneous classes for reuse */
.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;
}
<!--[if IE]>
/* place css fixes for all versions of IE in this conditional comment */
.twoColElsLtHdr #sidebar1 { padding-top: 30px; }
.twoColElsLtHdr #mainContent { zoom: 1; padding-top: 15px; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */

/* The background image needs to be the same width as the #left div. The one I used is 138px X 9px */ 

#header{ 
   height:320px; 
   background:#FF0000; 
   border-top:1px solid #000; 
   border-bottom:1px solid #000; 
   position:relative; 
} 
* html #header{height:70px} 
div,p  {margin-top:0
}/*clear top margin for mozilla*/ 
#centrecontent { 
   width:530px; 
   float:right; 
} 
#centrecontent p {padding-left:3px} 

#clearfooter {width:100%;height:52px;clear:both} /* to clear footer */ 

.flash	{
						height:316px;
						width:720px; 
						}							
.content_0	{
						width:718px;
						height:628px;
						} 
#content {
						font-size: 12px;
						width: 100%;
						margin: 20px 0 0 0;
						padding: 0;
						background: #fdfdfd;
						} 
.dt	{
						display:table;
						
						}						
.dr	{
						display:table-row;
						}
.dc	{
						display:table-cell;
						text-align:left;
						float:left;
						}		
#menutitle{
						font-weight:bold;
						text-align:left;
						margin:2px;
						}
.menucontainer {
						border:1px solid #C0C0C0;
						background-color:#FFFFFF;
						width:140px;
						margin:2px;
						float: left;
						}
/*-----------------------------------------------------------------------*/
#headercontent #deptname p#optional_deptinfo {
	font-size: 80%;
}
#header #cp {
	height: 10%;
	clear: both;
	margin: 5px 0px 2px 2px;
	background: #FFFFFF;
	text-align: left;
}
#header #cp p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 95%;
	color: #808080;
	letter-spacing: 1px;
	background: #FFFFFF;
	/*margin-left: 50px;*/
	padding: 3px 3px 3px 0;
}
#header #cp a:link, #header #cp a:visited {
	color: #000;
	text-decoration: underline;
}
#header #cp a:focus, #header #cp a:hover, #header #cp a:active {
	color: #000;
	text-decoration: underline;
}
						
/*-----------------------------------------------------------------------
					Utility Menu Search = The Search Box
------------------------------------------------------------------------*/

#search {
	margin: 1px 1px 0px 3px;
	float: left;
	width: 165px;
	color: #FFFFFF;
}
#submit {
	position: relative;
	width: 28px;
	display: inline;
	color: #fff;
}
/*/ #submit { top: 0; left: 0; } /* */ /*<--IE 8 Hack*/
#search label {
	font-size: 70%;
}
input#q {
	width: 100px;
}

/*-----------------------------------------------------------------------
							Breadcrumb Area
------------------------------------------------------------------------*/

#breadcrumb {
	background: #fdfdfd;
	color: #586e55;
	font-size: 70%;
	width: 100%;
}
#breadcrumb a:link, #breadcrumb a:visited {
	text-decoration: none;
	color: #586e55;
}
#breadcrumb a:focus, #breadcrumb a:hover, #breadcrumb a:active {
	text-decoration: underline;
	color: #586e55;
}

/*-----------------------------------------------------------------------
							Left Navigation
------------------------------------------------------------------------*/
#left-old { 
   position:relative;/*ie needs this to show float */ 
   width:136px; 
   float:left; 
   color:#fff 
} 
#left-old p {padding:2px
} 

#sidebar1 {
	position:relative;/*ie needs this to show float */ 
	float: left;
	margin:1px;
	width: 140px;
	border-right: 3px solid #C9C9C9;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 2px 0 0 0;
}
#sidebar1 p {
	padding:2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
} 

/*--For accessbility reasons, this header level-1 must be here--*/
#sidebar1 h1 {
	font-size: 100%;
	text-align: left;
	color: #77BECB;
	letter-spacing: 5px;
	padding: 4px 0 4px 0;
	background: #D6D6D6;
	border-bottom: #666 solid 1px;
	background: url(../images/left/left_top-bkgrd.gif) left top no-repeat #ccc743;
}
#sidebar1 h2 {
	font-size: 90%;
	background: url(../images/left/left_h1menu.gif) #fdfdfd repeat-x left bottom;
	display: block;
	padding: 3px 2px 4px 0px;
	color: #77BECB;
}
#sidebar1 h2 {
	font-size: 90%;
	background: url(../images/left/left_h1menu.gif) #fdfdfd repeat-x left bottom;
	display: block;
	padding: 3px 2px 4px 0px;
	color: #77BECB;
}
#sidebar1 h2 a:link, #left h2 a:visited {
	text-decoration: none;
	color: #001728;
}
#sidebar1 h2 a:focus, #left h2 a:hover, #left h2 a:active {
	text-decoration: underline;
	color: #74BECB;
}
#sidebar1 ul {
	margin: 0;
	list-style-type: none;
}
#sidebar1 ul li {
	font-size: 75%;
	color: #002200;
}
#sidebar1 ul li a {
	text-decoration: none;
	padding: 6px 6px 6px 12px;
	display: block;
	border-bottom: #D1D0D0 solid 1px;
	border-top: #FFFFFF solid 1px;
	height: 100%;
}
#sidebar1 ul li a:link, #left ul li a:visited {
	color: #74BECB;
	background: none;
}
#sidebar1 ul li a:focus, #left ul li a:hover, #left ul li a:active {
	color: #74BECB;
	background: #D6D6D6;
	border-top: #D6D6D6 solid 1px;
}
#sidebar1 ul ul {
	margin-top: 0;
}
#sidebar1 ul ul li {
	font-size: 90%;
}
#sidebar1 ul ul li a {
	padding: 2px 5px 3px 19px;
}
#sidebar1 ul ul li a:link, #left ul ul li a:visited {
	color: #FFFFFF;
	background: #F2F2F2;
}
#sidebar1 ul ul li a:focus, #left ul ul li a:hover, #left ul ul li a:active {
	color: #74BECB;
	background: #D6D6D6;
	border-top: #D6D6D6 solid 1px;
}
/*-----------------------------------------------------------------------
							Left Column Content
------------------------------------------------------------------------*/

#navcontent1 {
	width: 140px;  
	font-size: 90%;
	margin-top: 20px;
	text-align:left;
	background:#FFFFFF
}
#navcontent1 h2 {
	font-size: 150%;
	background: url(../images/leftnav/leftnav_h1menu.gif) #fdfdfd repeat-x left bottom;
	display: block;
	margin: 0 0 5px 0;
	padding: 3px 2px 3px 12px;
	color: #74BECB;
	border-bottom: #f8f8f8 solid 1px;
}
#navcontent1 h2 a:link, #navcontent1 h2 a:visited {
	text-decoration: none;
	color: #74BECB;
}
#navcontent1 h2 a:focus, #navcontent1 h2 a:hover, #navcontent1 h2 a:active {
	text-decoration: underline;
	color: #74BECB;
}
#navcontent1 h3 {
	font-size: 80%;
	color: #74BECB;
	margin: 0 10px 3px 1px;
	padding: 8px 0 1px 2px;
	border-bottom: #D1D1D1 solid 2px;
}
#navcontent1 h3 a:link, #navcontent1 h3 a:visited {
	color: #00FFFF;
	text-decoration: none;
}
#navcontent1 h3 a:focus, #navcontent1 h3 a:hover, #navcontent1 h3 a:active {
	color: #000099;
	text-decoration: none;
}
#navcontent1 p {
	margin: 0 10px 5px 1px;
}
#navcontent1 p a:link, #navcontent1 p a:visited {
	color: #74BECB;
	text-decoration: underline;
}
#navcontent1 p a:focus, #navcontent1 p a:hover, #navcontent1 p a:active {
	color: #000099;
	text-decoration: underline;
}
#left #navcontent1 ul {
	margin: 0 10px 5px 0px;
}
#left #navcontent1 ul li {
	font-size: 100%;
	color: #77FEBC;
	line-height: 16px;
	list-style-image: url(../images/leftnav/arrow_bullet.gif);
	padding: 0 5px 4px 0;
}
#left #navcontent1 ul li a {
	margin: 0;
	padding: 0;
	border: 10px;
	background: none;
	display: inline;
	color: #CCCCCC;
	text-decoration: none;
}
/*--------------Formatting------------*/

#content a:link, #content a:visited {
	color: #F6F6F6;
	text-decoration: underline;
}
#content a:focus, #content a:hover, #content a:active {
	color: #000099;
	text-decoration: underline;
}
#content h1 {
	font-size: 150%;
	color: #003300;
	margin: 0 0 20px 0;
	padding: 0 0 2px 0;
	border-bottom: #B7B7B7 dashed 1px;
}
#content h1 a:link, #content h1 a:visited {
	color: #003300;
	text-decoration: underline;
}
#content h1 a:focus, #content h1 a:hover, #content h1 a:active {
	color: #000099;
	text-decoration: underline;
}
#content h2 {
	margin-top: 15px;
	font-size: 140%;
	color: #336600;
}
#content h2 a:link, #content h2 a:visited {
	color: #336600;
	text-decoration: underline;
}
#content h2 a:focus, #content h2 a:hover, #content h2 a:active {
	color: #000099;
	text-decoration: underline;
}
#content h3 {
	margin-top: 15px;
	font-size: 110%;
	color: #003300;
}
#content h3.indent {
	margin-left: 20px;
}
#content h3 a:link, #content h3 a:visited {
	color: #003300;
	text-decoration: underline;
}
#content h3 a:focus, #content h3 a:hover, #content h3 a:active {
	color: #000099;
	text-decoration: underline;
}
#content h4 {
	font-size: 100%;
	color: #336600;
}
#content h4.indent {
	margin: 0 0 0 20px;
}
#content h4 a:link, #content h4 a:visited {
	color: #336600;
	text-decoration: underline;
}
#content h4 a:focus, #content h4 a:hover, #content h4 a:active {
	color: #000099;
	text-decoration: underline;
}
#content p {
	margin-bottom: 15px;
	line-height: 150%;
	font-size: 100%;
}
#content p.indent {
	margin: 0 0 15px 20px;
}
#content ul {
	margin: 10px 0 10px 20px;
	list-style-position: inside;
	list-style-type: circle;
}
#content ul li {
	margin: 0 0 5px 0;
}
#content ol {
	margin: 15px 0 0 20px;
	list-style-position: inside;
}
#content ol li {
	margin: 0 0 5px 0;
}
#content blockquote {
	margin: 0 0 0 30px;
}
#content em {
	font-style: oblique;
}
#content strong {
	font-weight: bold;
}
}
/*---------------Miscellaneous-------------*/

.contentBox {
	padding: 10px;
	margin: 0 15px 20px 15px;
	border: #666666 solid 1px;
	background: #EAE6E6;
}
.contentBox_no_outline {
	padding: 10px;
	margin: 0 15px 20px 15px;
	background: #EAE6E6;
}
.contentBox_outline_only {
	padding: 10px;
	margin: 0 15px 20px 15px;
	border: #ccc solid 2px;
}
#content .insetBox_left {
	float: left;
	margin: 0 10px 10px 0;
}
#content .insetBox_right {
	float: right;
	margin: 0 0 10px 10px;
}
#content .insetBox_left p, #content .insetBox_right p {
	text-align: center;
	font-size: 95%;
	margin: 5px 0 0 0;
	padding: 0;
	line-height: 130%;
}
#content hr {
	border: none 0;
	border-top: 1px solid #AAAAAA;
	height: 1px;
	margin: 0 0 20px 0;
}
#content .backtotop {
	border-top: 1px solid #AAAAAA;
	text-align: right;
	font-size: 90%;
}
.textBullet {
}
.center {
	text-align: center;
}
img.center {
	margin: 0 auto;
	display: block;
}
.right {
	text-align: right;
}
code, kbd {
	font-size: 12px;
}
.bit {
	color: #000099;
}
/*--------------------------------------------------   ul, em, i, form	 ---------------------*/						
ul {
						font-size: 100%;
						font-style:normal;
						list-style-type:none;
						margin:2px; 
						padding:2px; 
						}	
em, i {
						font-style:normal;
						}						
form  {
						margin:0px;
						padding:0px;
						}
.form div  {
						height:25px;
						width:40px; /*----was 160*/
						}	
																					
/*----------------------------------------------------   a	 ------------ grey menue*/						

a.menu:link, a.menu:visited  {
 								color:#eeeeee;
 								background-color:#737994;
 								text-decoration:none;
							}
a.menu:active, a.menu:hover {
 								color:#737994;
 								background-color:#eeeeee;
							}
a.menu {
 						display:block;
 						padding:3px;
 						border-top:1px solid #000;
 						background-color:#737994;
 						text-align:left;
 						font-weight:bold;
						color:#eeeeee;
 						text-decoration:none;
						 }
a	{
						color:#74BECB;
						font-size:11px;
						text-decoration:none;
						}
/*----------------------------------------------------   a	 ------------ pale blue menue*/						

a:hover	{
						color:#74BECB;
						font-size:11px;
						text-decoration:underline;
						}
em a	{
						color:#74BECB;
						font-size:11px;
						text-decoration:underline;
						}
em a:hover	{
						color:#74BECB;
						font-size:11px;
						text-decoration:none;
						}						
span, span b	{
						color:#626262;
						}
span a	{
						color:#B8B8B8;
						text-decoration:underline;
						}
span a:hover	{
						color:#B8B8B8;
						text-decoration:none;
						}												
/*----------------------------------------------------   input, textarea	 ---------------------*/						
input, textarea {
						width:520px;
						background-color:#ffffff;
						font-family: Verdana, Arial, Helvetica, sans-serif;
						font-size: 12px;
						color:#636363;
						line-height:13px;
						padding-left:5px;
						padding-right:3px;
						margin: 0 0 0 165px;
						}		
input, textarea1 {
						width:28;
						background-color:#ffffff;
						font-family: Verdana, Arial, Helvetica, sans-serif;
						font-size:11px;
						color:#636363;
						line-height:13px;
						padding-left:5px;
						padding-right:3px;
						}																						
input	{
						height:18;
						margin:0px 0px 0px 0px;
						}
textarea	{
						height:145px;
						margin:0px 0px 0px 0px;
						overflow:auto;
						}
textarea1	{
						height:245px;
						margin:0px 0px 0px 0px;
						overflow:auto;
						}
.right { 				
						text-align:right; 
						vertical-align:middle;
						}						
/*-----------------------------------------------------  cl_0 li	 	---------------------*/
.cl_0 li	{
						background-image:  url(../images/list_0_2.gif);
						background-position: 0px 1px;
						background-repeat: no-repeat;
						font-size:12px;
						margin:0px 0px 0px 0px; 
						padding:0px 0px 0px 15px;
						line-height:14px;
						color:#626262;
						}
.cl_0 li b	{
						color:#8A8A8A;
						}						
.cl_0 li a	{
						color:#74BECB;
						font-size:11px;
						text-decoration:none;
						}
.cl_0 li a:hover	{
						color:#74BECB;
						font-size:11px;
						text-decoration:underline;
						}
/*-----------------------------------------------------  	 li	 	---------------------*/
li	{
						background-image:  url(../images/list_0_1.gif);
						background-position: 0px 1px;
						background-repeat: no-repeat;
						font-size:12px;
						margin:0px 0px 3px 0px; 
						padding:0px 0px 0px 7px;
						line-height:15px;
						color:#001728;
						text-align:left;
						}
li a	{
						color:#001728;
						font-size:12px;
						text-decoration:none;
						}
li a:hover	{
						color:#74BECB;
						font-size:12px;
						text-decoration:underline;
						}
h1	{
						color:#74BECB;
						font-size:130%;
						text-decoration:none;
						font-weight:bold;
						text-align:left;
						margin:2px;
						}
h2	{
						color:#74BECB;
						font-size:120%;
						text-decoration:none;
						font-weight:bold;
						text-align:left;
						margin:2px;
						}						
h3	{
						color:#74BECB;
						font-size:110%;
						text-decoration:none;
						font-weight:bold;
						text-align:left;
						margin:1px;
						}			
h4	{
						color:#74BECB;
						font-size:100%;
						text-decoration:none;
						font-weight:bold;
						text-align:left;
						margin:1px;
						}			
h5	{
						color:#74BECB;
						font-size:100%;
						text-decoration:none;
						text-align:left;
						margin:1px;
						}			
.icon {
						margin:0px 7px 0px 0px;
						text-align:right;
						height:33px;
						}						
.icon	img {
						margin:8px 7px 0px 7px;
						}
.menu	 {
						height:66px;
						}
.menu	img {
						margin:16px 10px 0px 10px;
						}	
.cl_1 	{
						color:#8A8A8A;
						}																																			
/*------------------------------------------------------- footer	 ---------------------*/
/*#footer {
	position: relative;
	width:718px;
	clear:both;
	height: 252px;
	border-top:2px solid #808080;
	border-bottom:0px solid #C9C9C9;
	background-color: #FFFFFF;
	color: #000000;
	text-align:center;
	/*left:20px;*/
	bottom:-1px;
	/*top: -68px;*/
	visibility: visible;
} */
* html #footer {/*only ie gets this style*/ 
   \height:252px;/* for ie5 */ 
   he\ight:250px;/* for ie6 */ 
   margin-bottom:-1px; 
} 
#footer p {
	font-size: 12;
	margin: 0 0 10px 0;
}
#clearfooter {width:100%;height:152px;clear:both} /* to clear footer */ 

#footer_links {
	padding: 2px 200px 4px 10px;
	background: #fdfdfd right bottom;
	font-size: 11;
	color: #003300;
}
#footer_links a {
	padding: 0 5px;
}
#footer_links a:link, #footer_links a:visited {
	color: #003300;
	text-decoration: none;
}
#footer_links a:focus, #footer_links a:hover, #footer_links a:active {
	color: #003300;
	text-decoration: underline;
}
#footer_deptlinks {
	margin: 10px;
	float: left;
	width: 100px;
}
#footer_deptlinks a:link, #footer_deptlinks a:visited {
	color: #003300;
	text-decoration: none;
}
#footer_deptlinks a:focus, #footer_deptlinks a:hover, #footer_deptlinks a:active {
	color: #003300;
	text-decoration: underline;
}
#footer_deptinfo {
	margin: 10px;
	float: right;
	text-align: justify;
	width: 150px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#footer_deptinfo a:link, #footer_deptinfo a:visited {
	color: #003300;
	text-decoration: underline;
}
#footer_deptinfo a:focus, #footer_deptinfo a:hover, #footer_deptinfo a:active {
	color: #003300;
	text-decoration: underline;
}
.footer div , .footer b	{
						color:#676767;
						font-size:11px;
						}	
.footer a	{
						color:#74BECB;
						font-size:11px;
						text-decoration:none;
						}
.footer a:hover	{
						color:#74BECB;
						font-size:11px;
						text-decoration:underline;
						}
.footer span a	{
						color:#676767;
						font-size:11px;
						text-decoration:none;
						}
.footer span a:hover	{
						color:#676767;
						font-size:11px;
						text-decoration:none;
						}	
						
.style1 {
	color: #77BECB
	font-size:11px;
	text-decoration:none;
	background-color: #FFFFFF;
}
.style3 {
	font-size: 12px;
	background-color: #FFFFFF;
}
			
.Stil1 					{
						color: #77BECB
						font-size:11px;
						text-decoration:none;
						}
.Stil2 {
	color: #77BFCB;
	font-family: Tahoma;
	font-size: 12px;
	line-height: 150%;
}
.Stil3 {
		font-size: 12px;
		background-color: #FFFFFF;
}
.Stil4 {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #77BECB;
}

/*-----------------------------------------------------------------------
								Images
------------------------------------------------------------------------*/
#content img {
	vertical-align: text-bottom;
}
img.imageright {
	float: right;
	margin: 0 0 10px 10px;
}
img.imageleft {
	float: left;
	margin: 0 10px 10px 0;
}
img {
	border:0;
}				
/*-----------------------------------------------------    end   ---------------------*/													


