/* CSS Document */
h1										{
										font-family: Georgia;
										color:#0099CC;
										font-size: 150%;
										}
												
h2										{
										font-family: Georgia;
										font-weight:normal;
										font-size: 200%;
										color:#003366;
										border-bottom: 1px dotted #999999;
										}
												
h3										{
										font-family: Georgia;
										font-weight:lighter;
										font-size: 150%;
										color:#990000;
										}

body									{
										font-family: 'Lucida Sans Unicode', Verdana;
										font-size: 12px;
										color:#333333;
										margin: 0px;
										padding: 0px;
										background-color:#eeeeee;
										}
			
ul										{
										list-style:none;
										}
										
li										{
										display:inline;
										margin:0 0 0 0px;
										padding:0 0 0 25px;
										}			

a:link, a:visited, a:active				{
										color:#003366;
										text-decoration:none;
										/*font-weight:bold;*/
										border-bottom:1px dotted #0099FF;
										}
												
a:hover									{
										color:#ffffff;
										background:#0099FF;
										}

p										{
										font-size:100%;
										line-height:150%;
										}
				
#container								{
										height:75px;
										background-image:url(images/headerbg.jpg);
										}									
										

										
#masthead								{
										padding:0 0 0 0;
										height:40px;
										}
				
#content								{
										/*background-image:url(images/contentbg.jpg);*/
										float:left;
										width:50%;
										margin-bottom:10px;
										margin-top:0px;
										margin-left:25px;
										/*padding:25px;*/
										text-align:justify;
										}

#sidebar								{
										background-image:url(images/contactbg.png);
										font-weight:bold;
										font-size:10px;
										color:#003366;
										line-height:100%;
										float:right;
										width:35%;
										margin-bottom:0px;
										padding:25px;
										}

#nav									{
										width:85%;
										text-align:center;
										margin-bottom:0px;
										padding:0px;
										}
										
#date									{
										font-size: 11px;
										float:right;
										margin-bottom:0px;
										padding:0px;
										}										
				
#footer									{
										clear:both;
										width:100%;
										vertical-align:bottom;
										/*height: 5px;*/
										bottom:0;
										height:25px;
										background-color:#CCCCCC;
										}
										
#copyright								{
										float:left;
										}
#designer								{
										float:right;
										}
										
#validate								{
										float:right;
										font-size:10px;
										}
										
#special								{
										color:#990000;
										font-family:Georgia, "Times New Roman", Times, serif;
										font-style:italic;
										}