&iuml;&raquo;&iquest;body, html, form
{
    background: url(images/body-bg.png) repeat-x rgb(74, 131, 155);
    background-color: rgb(74, 131, 155);
    background-repeat: repeat-x;
    margin: 0px;
    padding: 0px;
    font-family: 'Segoe UI' , 'Trebuchet MS' , Tahoma, Arial, Helvetica;
    font-size: 0.9em;
}

input[type="button"],input[type="submit"] 
{
	color:black;   
	font: bold 84% 'trebuchet ms',helvetica,sans-serif;   
	font-size: 10pt;
	background-color:#E1E8F6;   
	border: 1px solid;   
	border-color: #999 #555 #555 #999;   
	padding: 2px;
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#ffffffff',EndColorStr='#4A839B');   
}


#FormWrapper
{
    width: 813px;
    margin: auto;
}

#ContentWrapper
{
    background-color: #E1E8F6;
    min-height: 200px;
    background-image: url(Images/content-bg.jpg);
    padding: 20px;
}

#Login
{
    background-image: url(Images/Title.jpg);
    background-repeat: no-repeat;
    background-position: 5px 5px;
    background-color: White;
    text-align: right;
    height: 28px;
}

#Navigation
{
    background-color: #4D75CA;
    height: 30px;
    background-image: url(Images/nav-bg.jpg);
    margin: 0px;
}

#Navigation ul li
{
    float: left;
    list-style-type: none;
}

#Navigation ul
{
    margin: 0px;
    padding: 0px;
}


#Navigation ul li a
{
    padding: 0px;
    display: block;
    height: 30px;
    background-repeat: no-repeat;
    background-color: #4D75CA;
}

#Navigation ul li a span
{
    display: none;
}

#Navigation ul li a:hover
{
    position: relative;
    top: -5px;
    height: 35px;
}

#AdminNavigation
{
    margin: 0px;
    float: left;
    font-weight: bold;
    
}

#AdminNavigation a
{
    font-size: medium;
    text-decoration: none;
    color: Black;
}

#AdminNavigation a:hover
{
    color: Maroon;
}

.Banner
{
    height: 237px;
    background-image: url(Images/Banner.jpg);
}

.NarrowBanner
{
    height: 64px;
    background-image: url(Images/NarrowBanner.jpg);
}

#SiteMap
{
    height: 30px;
    background-image: url(Images/kfan1.gif);
    padding: 5px;
    padding-top:6px;
}

#Footer
{
    position: relative;
    height: 277px;
    background-image: url(Images/Footer.jpg);
}

.navDefault
{
    width: 70px;
    background-image: url(Images/nav-Home.jpg);
}

.navWhoWeAre
{
    width: 128px;
    background-image: url(Images/nav-WhoWeAre.jpg);
}

.navNetworking
{
    width: 128px;
    background-image: url(Images/nav-Networking.jpg);
}

.navMembership
{
    width: 120px;
    background-image: url(Images/nav-Membership.jpg);
}


.navServices
{
    width: 92px;
    background-image: url(Images/nav-Services.jpg);
}


.navEvents
{
    width: 80px;
    background-image: url(Images/nav-Events.jpg);
}


.navFAQ
{
    width: 62px;
    background-image: url(Images/nav-FAQ.jpg);
}


.navContactUs
{
    width: 120px;
    background-image: url(Images/nav-ContactUs.jpg);
}

.AltListView
{
    background-color: #c9e1ea;
    padding: 20px;
    border: 1px solid #999;
}

.ItemListView
{
    border: 1px solid #999;
    padding: 20px;
}

.EventList
{
    margin-left: 30px;
    margin-right: 30px;
    width: 710px;
}

.SelectedHeader
{
    font-size: 1.5em;
    font-weight: bold;
    color: #000;
}

.SummaryPane
{
    background-repeat: repeat-x;
    background-image: url(Images/PanelFooter.jpg);
    background-position: center bottom;
}

.PaneHeader
{
    background-repeat: repeat-x;
    background-image: url(Images/PanelHeader.jpg);
    height: 29px;
    margin: 0px;
}

.PaneContent
{
    margin: 0px;
    background-repeat: repeat-x;
    background-image: url(Images/PanelBody.jpg);
    padding: 10px;
    min-height: 100px;
}

.PanelIcon
{
    height: 39px;
    width: 43px;
    background-repeat: no-repeat;
    background-image: url(Images/PanelIcon.gif);
    z-index: 20;
    position: relative;
    top: -5px;
    left: -5px;
    float: left;
}

.PaneHeader span
{
    float: left;
    font-weight: bold;
    font-size: large;
}

.evDate
{
    margin-left: 20px;
    clear: right;
    float: right;
    font-weight: bold;
}

.evTitle
{
    float: left;
    clear: left;
}

.footerLink
{
    position: absolute;
    left: 680px;
    top: 250px;
}

.copyright
{
    position: absolute;
    left: 10px;
    top: 250px;
	float:left;
}


#testimonial
{
    position: absolute;
    left: 420px;
    top: 56px;
}

.loginBtn
{
    position: relative;
    top: 5px;    
}

.loginBox
{
    font-size:9pt;
    color:#999;
}

.textInput
{
    font-family: 'Segoe UI' , 'Trebuchet MS' , Tahoma, Arial, Helvetica;
    font-size: 0.9em;
}