/* Home Page CSS document for ZCU Global Network */
body {
	margin: 0;
	background-color: White;
	padding: 0;
	text-align: center;
	font-family: "Arial", "Times New Roman", sans-serif;
	}

#mainContainer {
	margin: 0px auto; 
	background: #838281;
	border: 0px;
	width: 735px;
	}


/*----------------------------- Left Column Styles -----------------------*/
#leftColumn {
	float: left;
	width: 240px; 
	text-align: left;
    }

    .leftTop {
        padding-top: 5px;
        background: white;
        border-bottom: solid 5px white;
        }
    .left1{
        padding-bottom: 5px;
        }
    .left2 {
        width: 240px;
        height: 30px;
        background: #DEDEDD;
        }
        .gninfo {
            padding: 7px 0px 0px 15px;
            color: #153970;
            }
        
    .left3 {
	    margin-bottom: 12px;
	    width: 240px;
	    color: white;
        background: #838281;
        font-size: 14px;
        font-weight: bold;
        }
        .left3 a, .left3 a:visited {
	        color: white;
	        text-decoration: none;
            }
	.link1 { padding: 25px 0px 0px 15px; }
	.link2 { padding: 14px 0px 0px 15px; }

	
/* ------------------- Right Column Styles------------------*/
#rightColumn {
	float: left;
	width: 487px;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 10px;
	background: white;
	}
	.right1 {
        width: 480px;
        height: 40px;
        background: url('img/top_right.jpg') repeat;
        margin-top: 7px;
        text-align: center;
        }
        .topLinks { padding-top: 18px; }
            .topLinks a, topLinks a:visited {
                color: #153970;
                text-decoration: none;
                }
    .right2 {
        width: 480px;
        margin-top: 5px;
        }
    
    .right3 {
        width: 480px;
        height: 46px;
        margin-top: 5px;
        background: #DEDEDD;
        color: #153970;
        }
        .right3text { padding: 4px 0px 0px 10px; }
        .right3title { font-weight:bold; padding: 15px 0px 0px 10px; }
    
    .info {
        width: 480px;
        min-height: 270px;
        color: #4D4948;
        font-size: 14px;
        line-height: 150%;
        text-align: justify;
        margin: 10px 0px 10px 0px;
        }
        .info a, .info a:visited {color: #4D4948;}

	
	
/*----------------------- Bottom Contents --------------------------------------------------------*/
#footer {
	width: 735px;
	margin: 0 auto;
	padding: 0px 0px 15px 0px;
	}
  			
