@charset "utf-8";
@import '../global.css';
/* CSS Document */

/* {
	outline: thin solid red;
	}  */
	
/* Swatch Colors */
/* background-color: rgba(84, 88, 97, 1); /*swatch 4 coolgray 10*/
/* background-color: rgba(171, 164, 158, 1); /*swatch 4 402*/
/* background-color: rgba(97, 124, 149, 1); /*swatch 4 5415*/

body {
	width: inherit;
	height: 500px;
	padding: 20px;
	background-color: rgba(84, 88, 97, 1); /*swatch 4 coolgray 10*/
	}

/* ----------------------------- maininfo section -------------------------------- */
#maininfo {
	width: 635px;
	float: right;
	}
	
#maininfo h1 {
	font-size: 18pt;
	font-variant: small-caps;
	margin-top: -10px;
	margin-bottom: -15px;
	}
	
#maininfo p {
	font-size: 10pt;
	line-height: 15pt;
	}

#capstone {
	margin-bottom: -15px;
	}
	
#dsov {
	margin-bottom: -5px;
	}
	
#web {
	
	}

p strong {
	color: rgba(97, 124, 149, 1); /*swatch 4 5415*/
	}
/* --------------------------- end maininfo section ----------------------------- */

/* ---------------------------------- quicklink ------------------------------------ */
#quicklink {
	position: absolute;
	left: 40px;
	top: 70px;
	}
	
#quicklink td img {
	margin-bottom: 10px;
	}

/* ------------------------------- end quicklink --------------------------------- */

/* ---------------------------------- paragraph ------------------------------------ */
#capstone {
	margin-top: 30px;
	}

#dsov {
	margin-top: 40px;
	}
	
#web {
	margin-top: 55px;
	}

/* ------------------------------- end paragraph --------------------------------- */

/*links*/	
td a {
	text-decoration: none;
	}

img.links {
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	
	
	box-shadow: 10px 10px 5px #888888;
	
	position: relative;
	
	left: 540px;
	top: 190px;
	
	padding-top: 4px;
	}

#cover {
	position: relative;
	left: -295px;
	top: -28px;
	}
	
#mobile {
	display: none;
	}

.mobile, #mob_table{
	display: none;
	}