/* BODY */
	* {
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size:11px;
		color:#444444;
	}

	body {
		margin:0px;
		background-color:#440c6b;
		text-align:center;
	}
	
	#container {
		width:750px;
		position:relative;
		margin:0 auto;
		text-align:left; 
		background-color:#FFFFFF;
		background-image:url(../images/layout/middleBg.gif);
		background-repeat:repeat-y;
	}

	h1 {
		margin:0px;
		color:#440C6B;
		font-size:20px;
		font-weight:normal;
		letter-spacing:1px;
		margin-bottom:10px;
	}
	
	h2 {
		margin:0px;
		color:#440C6B;
		font-size:14px;
		font-weight:bold;
		margin-bottom:0px;
	}	
	
	p {
		margin-bottom:10px;
		margin-top:0px;
		line-height:16px;
	}

	form {
		margin:0px;
	}
	
	.left {
		float:left;
	}
	.right {
		float:right;
	}
	.clearer {
		clear:both;
	}
		

/* HEADER */
	#header {
		height:87px;
		background-image:url(../images/layout/header.gif);
		background-repeat:no-repeat;
		background-color:#411560;
	}
	
/* TOP NAV */
	#topNav {
		height:23px;
		background-image:url(../images/layout/topnavBg.gif);
		background-repeat:repeat-x;
		background-color:#333333;
	}	
	#topNavInner {
		height:23px;
		background-image:url(../images/layout/topnav_logo_bottom.gif);
		background-repeat:no-repeat;
		padding-left:75px;
	}		

/* MIDDLE */
	#middle {
		background-image:url(../images/layout/bodyTopBg.gif);
		background-repeat:repeat-x;
		padding-bottom:10px;
	}
	#middleLeftContent {
		float:left;
		width:576px;
	}		
	#middleLeftContentInner {
		margin-left:13px;
		margin-right:13px;
		margin-top:61px;
	}

	#middleRightNav {
		float:right;
		width:174px;
		background-image:url(../images/layout/rightNavBg.gif);
		background-repeat:no-repeat;
	}	
	#middleRightNavLeftPadding {
		float:left;
		width:8px;
	}
	#middleRightNavContents {
		float:left;
	}
	#secondaryNavItems {
		margin-top:90px;	
	}
	
	
	div.listItem {
        padding-left:15px;
        background-image: url(../images/layout/listBullet.gif);
        background-repeat:no-repeat;
	}
	/* this one is for stupid ie */
	div.listItemHeader {
	    height:10px;
	}
	
	a.listTitleLink {
        color:#440C6B;
        font-weight:bold;
        text-decoration:underline;
	}
    a.listTitleLink:hover {
        color:#741EB0;
        font-weight:bold;
        text-decoration:underline;
	}


    div.listPhotoItem {
        float:left;
        width:104px;
        text-align:center;
        margin-right:8px;
        margin-bottom:8px;
    }
    div.listPhotoImage {
        width:104px;
        height:104px;
    }
    a.listPhotoLink {
        width:100px;
        height:100px;
        display:block;
        background-repeat:no-repeat;
        background-position:center;
        border:solid 2px #111111;
    }

    .eventRow {
        margin-top:3px;
        margin-bottom:3px;
        display:block;
        width:550px;
        height:16px;
        cursor: pointer;
        }

    .eventRow:hover {
        margin-top:3px;
        margin-bottom:3px;
        display:block;
        background-color:#D9C3EA;
        cursor: pointer;
        }

    .eventDate {
        width:75px;
        float:left;
        }

    .eventTitle {
        float:left;
        margin-left:10px;
        }

/* FOOTER */
	#footer {
		padding-top:2px;
		padding-bottom:5px;
		background-color:#440c6b;
		
	}
	#footerLeft {
		float:left;
		color: #FFFFFF;
	}
	#footerRight {
		float:right;
	}

	#footer a{
		text-decoration:none;
	}	
	
    #footer a:hover {
		text-decoration:underline;
	}		

/* INTERNAL EDIT */
	.fieldRequired {
		float:left;
		width:10px;
		color:#CC0000;
	}
	.fieldTitle {
		float:left;
		width:100px;
		color:#440C6B;
	}
	.fieldInput {
		float:left;
	}	
	.button {
		border:solid 1px #380E54;
		background-color:#62218E;
		color:#FFFFFF;
	}
	.textboxL {
		border:solid 1px #CCCCCC;
		background-color:#FFFFFF;
		width:300px;
		color:#555555;
	}
	.textboxS {
		border:solid 1px #CCCCCC;
		background-color:#FFFFFF;
		width:20px;
		color:#555555;
	}	
	.textbox {
		border:solid 1px #CCCCCC;
		background-color:#FFFFFF;
		color:#555555;
	}	
	.marginBottom5 {
		margin-bottom:5px;
	}
	.marginBottom10 {
		margin-bottom:10px;
	}
	.marginBottom20 {
		margin-bottom:20px;
	}
		
	#messageGood {
        color:#17A109;
        font-weight:bold;
	}
	#messageBad {
        color:#CC0000;
        font-weight:bold;
	}	
