*{ margin:0; padding:0;}



@font-face {
    font-family: 'courier_newregular';
    src: url('../fonts/courier_new-webfont.eot');
    src: url('../fonts/courier_new-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/courier_new-webfont.woff') format('woff'),
         url('../fonts/courier_new-webfont.ttf') format('truetype'),
         url('../fonts/courier_new-webfont.svg#courier_newregular') format('svg');
    font-weight: 500;
    font-style: normal;

}


/*CSS  ===================by jScrollPane for it to operate correctly.*/
/*CSS  ===================by jScrollPane for it to operate correctly.*/
/*CSS  ===================by jScrollPane for it to operate correctly.*/
 
.jspContainer{
        overflow: hidden;
        position: relative;
}
.jspPane{
        position: absolute;
}
.jspVerticalBar{
        position: absolute;
        top: 0;
        right: 0;
        width: 16px;
        height: 100%;
        background: transparent;
}
.jspHorizontalBar{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 16px;
	background: red;
}
.jspCap{
        display: none;
}
.jspHorizontalBar .jspCap{
	float: left;
}
.jspTrack{
        background: transparent;
        position: relative;	
}

/*scrolling bar*/
.jspDrag{
        background: rgba(176,161,142, 0.6);
        position: relative;
        top: 0;
        left: 0;
        cursor: pointer;
		border-radius: 2px;
}
.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag{
	float: left;
	height: 100%;
}
.jspArrow{
	background: #50506d;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
	padding: 0;
	margin: 0;
}
.jspArrow.jspDisabled{
	cursor: default;
	background: #80808d;
}
.jspVerticalBar .jspArrow{
	height: 16px;
}
.jspHorizontalBar .jspArrow{
	width: 16px;
	float: left;
	height: 100%;
}
.jspVerticalBar .jspArrow:focus{
	outline: none;
}
.jspCorner{
	background: #eeeef4;
	float: left;
	height: 100%;
}
/* CSS Hack for IE6 3 pixel bug*/
* html .jspCorner{
        margin: 0 -3px 0 0;
}
/*END =================================CSS  by jScrollPane for it to operate correctly.*/
/*END =================================CSS  by jScrollPane for it to operate correctly.*/
/*END =================================CSS  by jScrollPane for it to operate correctly.*/







body {
	font-family: courier_newregular;
	background-color:#eff0ea;
	line-height: 115%;
}


a:link{
	text-decoration:none;
	opacity:1;
	color:#eff0ea;
	font-size:1em;
	letter-spacing:0.01em;
	font-weight:600;
}
a:visited{
	text-decoration:none; 
	opacity:1;
	color: #eff0ea;}
a:hover{opacity:0.75;}
a:active{color:black;}




div#outerDiv {

position:relative;
width:1118px;
height: 925px;
margin:auto;
}



/*======================Header=====================================*/
/*======================Header====================================*/
/*======================Header==================================*/

div#header {
position: absolute;
left:0;
top: 0;
background-color:#7da3a3;
height: 120px;
width:100%;
}


/*=====================Logo==================*/

div#logo {
	padding-top: 42px;
}

h1 { 
   text-align: center;
   z-index:0;
}

#logo h1 a{ 
	color: #eff0ea;
	font-size:1.54em;
	font-stretch: ultra-condensed;
	letter-spacing:-0.06em;
	font-weight:900;   
}

#logo h1 a.current:hover{
	opacity:1;
	cursor:default;
}

/*=====================End of Logo==================*/




/*===== Main Menu ===============================*/
div#mainMenu {
    display:table;
    margin-left:auto; 
    margin-right:auto;
	font-size: 1.25em;
    padding:14px 0 0 0;
    z-index:1;
}

#mainMenu ul {
    
	list-style:none;
	padding:0;
}

#mainMenu li {
    display:inline-block;
	margin-left: 17px;
    margin-right: 17px;
	line-height: 78%;
    
}	
#mainMenu a:link, #mainMenu a:visited {	
	display:block;
	padding-top: 16px;
}
#mainMenu  li a.current {
	opacity: 1;
	border-bottom: 1px solid #eff0ea;
}	
#mainMenu  li a.current:hover {
	cursor:default;
}

/*===== END Main Menu ==============================*/



/*===== END Header =============================================*/
/*===== END Header =============================================*/
/*===== END Header =============================================*/




div#main{
    position: absolute;
    left:0;
    top: 123px;
    background-image: url(../images/paper.jpg);
    height: 759px;
    width: 100%;
}




/*==================Left======================*/


#greyLeft{
	z-index:1;
    position:absolute;
	top: 0;
	height:759px;
	width:496px;
	background-color:#cfcdc0;
	opacity:0.5;
    margin-left:16px;
}

				
			
#left{
	position:absolute;
    z-index:1;
	top: 0;
	height:759px;
	width:496px;
	padding-top:14px;
	padding-bottom: 40px;
    margin-left:16px;
	
}


.scroll-pane{
	overflow: auto;
    outline: 0;

}


p {
	background-color:rgba(237,234,227,0.01);
	display:block;
	margin:2em 1.7em 0 1.7em;
	text-align: left;
	font-size:0.9375em;
	letter-spacing:-0.045em;
 	}


.quote{
	display:block;
	margin:1.95em 1.7em 0 1.7em;
	text-align: left;
	font-size: 0.9375em;
	font-style:oblique;
	letter-spacing:-0.066em;
    
}

.textBy{
	display:block;
	
	margin:0.4em 2em 0 0;
	text-align: right;
	font-size: 0.8125em;
	letter-spacing:-0.025em;
}

a.cLinks {
	color:#4d6363;
	font-weight:900;
    
}
 a.email{
	color:#4d6363;
	font-weight:600;
    margin-right:-1em;
}

 a.textlink{
	color:#4d6363;
	font-weight:600;
    text-decoration:underline;
}


p.title{
    color:#313131;
    font-weight:600;
    margin-bottom:-20px;
 }

 
p.icons{
    
    margin-top:1em;
 }


/*==================End of Left======================*/




/*==================Right======================*/

#right{

	margin:0 0 0 496px;
    padding-left:16px;
	width: 606px;
	height: 759px;
   
}



.centerImg#imgHome{
    z-index:0;
	margin: 120px 0 0 -440px;
	-moz-transform: rotate(-2deg);  /* FF3.5/3.6 */
	-o-transform: rotate(-2deg);  /* Opera 10.5 */
	-webkit-transform: rotate(-2deg);  /* Saf3.1+ */
	transform: rotate(-2deg);  /* Newer browsers (incl IE9) */

}

.centerImg#imgDeakin
{
	margin: 70px 0 0 44px;
	
	-moz-transform: rotate(2deg);  /* FF3.5/3.6 */
	-o-transform: rotate(2deg);  /* Opera 10.5 */
	-webkit-transform: rotate(2deg);  /* Saf3.1+ */
	transform: rotate(2deg);  /* Newer browsers (incl IE9) */

}

.centerImg#card{
	margin: 130px 0 0 40px;
	-moz-transform: rotate(5deg);  /* FF3.5/3.6 */
	-o-transform: rotate(5deg);  /* Opera 10.5 */
	-webkit-transform: rotate(5deg);  /* Saf3.1+ */
	transform: rotate(5deg);  /* Newer browsers (incl IE9) */

}

.centerImg#archiveComp{
	margin: 0 0 0 0;
	top:0;
}


.caption{
	display:block;
    
	margin:0.3em 9em 0 4em;
	text-align: left;
	font-size: 0.75em;
	letter-spacing:-0.025em;
    padding-top:4px;
    
}

.caption#closer{
    margin-top:-10px;
    margin-right:80px;
}



/*==================End of Right======================*/




div#footer{
    position: absolute;
    left:0;
    top: 885px;
    background-color:#7da3a3;
    height: 40px;
    width: 1118px;
}



