/* design */html, body {	 margin : 0;	 padding : 0;	 height : 100%;	 width : 100%;	 font-family: Verdana,"trebuchet ms","georgia";	 font-size: 12px;}#Container {	 width : 800px;	 position : absolute;	 left : 50%;	 margin-left : -400px;	 margin-top: 8px;}#TopPicture {	 width : 800px;	 height : 55px;}#TopMenu {	padding-left: 25px;	padding-top: 1px;	margin-top: 1px;	width : 775px;	height : 17px;	background-image : url(includes/images/TopMenu.jpg);	background-repeat : repeat-x;}#space {	 float : left;	 width : 146px;	 height : 20px;	 background-image : url(includes/images/space.jpg);	 background-repeat : no-repeat;}#curve {	 float : left;	 width : 12px;	 height : 10px;	 background-image : url(includes/images/Curve.jpg);	 background-repeat : no-repeat;}#second_container {	 width : 100%;	 height : 100%;}#SideMenu {	 width : 136px;	 background-image : url(includes/images/SideMenu.jpg);	 background-repeat : repeat-y;	 padding : 5px;	 padding-bottom : 20px;	 height: 100%;}#Content {	 display: block;	 width : 624px;	 min-height: 625px;	 padding : 15px;	 line-height : 14pt;}#End {	 width : 648px;	 height : 46px;	 background-image : url(includes/images/End.jpg);	 background-repeat : no-repeat;	 padding-left: 152px;	 padding-top: 11px;	 margin-bottom: 10px;}td{ vertical-align: top; }/* End design *//* Micsellanaous */a{	text-decoration: none; color:#0066FF; }a:hover{}#TopMenu, #TopMenu a{	font-family: Verdana;	color: #fff;	font-weight: bold;	font-size: 13px;	text-transform: uppercase;	letter-spacing: 1px;}#SideMenu a{	display: block;	font-weight: bold;	font-size: 11px;	margin-top: 10px;	color: #105c8c;}#End{	font-style: italic;	font-size: 11px;}img, a{ border: 0; }