/* ========================================================================= */
/* Standard Tag Styles
/* ========================================================================= */

	body {
			font-family:arial;
			font-size:12px;
			color:#000000;
			margin-top:0;
			overflow:auto;
			background-color:#FFFFFF;
			}
	body, div, span, img, ul, ol, li, table, td, th {
			margin:0;
			padding:0;
			text-decoration: none;
			border:0;
			color:#000000;
			list-style-type: disc;
			}
	a:link {
		color:#205d8c;
		text-decoration:underline;
		}
	a:visited {
		color:#205d8c;
		text-decoration:underline;
		}
	a:hover {
		text-decoration:underline;
		color:#FF0000;
		}
	td {
		vertical-align:top;
		}
	form {
		margin-bottom:0;
		margin-top:0;
		}

/* ========================================================================= */
/* Site Layout / Header / Footer
/* ========================================================================= */
	
	body {
		background-color:#EEEEEE;
		}
	#Wrapper { 
		margin-left:auto;
		margin-right:auto;
		margin-top:20px;
		width:800px;
		background-image:url("images/back.gif");
		background-repeat:repeat-y; 
		}
	#Header {
		padding:20px;
		height:100px;
		background-image:url("images/back-top.gif");
		background-repeat:no-repeat; 
		}
	#Header #Title {
		float:left;
		}
	#SubHeader {
		float:right;
		width:470px;
		color:#205d8c;
		text-align:center;
		padding-top:30px;
		}
	#HeaderPhrase {
		padding-bottom:10px;
	/*	border-bottom:1px solid #205d8c;*/
		text-align:center;
		color:#205d8c;
		font-size:15px;
		margin-bottom:10px;
		}
	#SubHeader li {
		display:inline;
		border-right:1px solid #BBBBBB;
		margin-right:4px;
		padding-right:8px;
		padding-left:4px;
		font-size:12px;
		}
	#SubHeader li.last {
		border-right:0;
		}
	#Main {
		clear:both;
		padding:22px;
		padding-top:10px;
		}
	#Content {
		padding-top:0;
		}
	#Footer {
		background-image:url("images/back-bottom.gif");
		background-repeat:no-repeat; 
		background-color:#EEEEEE;
		padding:12px;
		padding-top:28px;
		margin-top:20px;
		clear:both;
		color:#777777;
		text-align:center;
		}
	#Footer a:link, #Footer a:visited {
		color:#008B8B;
		}
		
	#Menu {
		width:200px;
		float:left;
		}		
	#Menu a {
		font-weight:bold;
		font-size:13px;
		}	

	
		
		
		
		
		
