/* General settings*/

	*{ margin:0; padding:0; }
	body { font-family:Verdana, Arial, Tahoma; font-size:12px; color:#484848; 
		text-align:justify;
		background-color:#fff;
		min-width:1000px}
	p {  margin:15px; text-align:left; }
	img { border:0 }
	a {color:#484848; text-decoration:underline}
	a:hover {color:#484848; text-decoration:none}
	h1, h2, h3, h4, h5, h6  {
		font-weight: normal;
		color: #1f5b88;
	}
	table {border:0; border-collapse:collapse}
	td {border:0; padding:0}
	
	h1  {font-size: 30pt}
	h2  {font-size: 24pt}
	h3  {font-size: 20pt}
	h4  {font-size: 16pt}
	h5  {font-size: 14pt}
	h6  {font-size: 12pt}

.content {
	font-size:17px;
}


/* Main Tablez */
	table#wrapper { width:100%; min-width:1010px}
	
	td#top {height:206px; background:url(../images/topbg.gif) repeat-x}
		table#head {width:90%; height:100%; background:url(../images/topbg2.gif) repeat-x left top;}
		div#name {height:59px;}
		div#toppic {height:146px; background:url(../images/headpic.jpg) no-repeat}
		td#toptd { background:url(../images/headpic.jpg) no-repeat}
		
		div#righttop {height:49px; font-size:25px; padding-top:10px; color:#525252; text-align:center}
		div#righttop2 {height:110px; text-align:right}
		div#righttop3 {height:36px;  background:url(../images/headline.gif) no-repeat; font-size:15px; padding-top:10px; color:#484848; text-align:center}
		#mini_top {padding:7px;}
	
	td#center {height:500px}
		td#sidebar {width:262px; height:100%}
		div#menu {width:233px; margin-left:15px}
			div#menutop {height:35px; background:url(../images/menutop.gif) no-repeat;}
			div#menucen {border-left:1px solid #aeaeae; border-right:1px solid #aeaeae; background-color:#dedfe0}
				div#menucen ul {margin:0 5px 0 30px}
				div#menucen li {list-style:url(../images/list.gif); font-size:16px; line-height:25px; font-weight:bold}
						ul#subitem {margin:0 5px 0 30px}
						ul#subitem li {list-style:none; font-size:12px; line-height:20px}

			div#menubot {height:8px; background:url(../images/menubot.gif) no-repeat;}
		
		td#text {}	
	
	td#footer {height:135px; background:url(../images/botline.gif) repeat-x;}
		div#leftpic {background:url(../images/botpic.gif) no-repeat; width:285px; height:135px; margin-left:50px; float:left;}
		div#addr {width:285px; height:95px; float:right; text-align:left; color:#8b8b8b; padding-top:40px; line-height:20px}
