/* Start of CMSMS style sheet 'cvon' */
* {margin:0;padding:0;}

/* mac hide \*/
html,body{height:100%;width:100%;}
/* end hide */

body{
	background-color: #1c2222;
	color: #ffffff;
        min-height:600px; /* for good browsers */
        min-width:780px; /* for good browsers */
}

h1{
	margin-bottom: 5px;
	font-family: Times, serif;
	color: #ace0ff;
	font-size: 40px;
        font-weight: normal;
}
h2{
	margin-bottom: 15px;
	color: #ace0ff;
	font-family: Arial, sans-serif;
	font-size: 13px;
}

p{
	margin-bottom: 15px;
	font-family: Arial, sans-serif;
	font-size: 13px;
}

a, a:hover{
	color: #ace0ef;
	text-decoration: underline;
}

.contact ol {
        margin: 30px 0px 0px 20px;
        font-family: Arial, sans-serif;
	font-size: 13px;
}
.contact ol li { margin: 0px 0px 15px 0px; }
.contact p { margin: 5px 0px 5px 0px; }

#pageOuter{
	height:100%;
	width:100%;
	display:table;
	vertical-align:middle;
        margin: 40px;
}
#pageContainer{
	/*text-align: center;*/
	position:relative;
	vertical-align:middle;
	display:table-cell;
	height: 600px;
}	
#pageInner{
	width: 780px; height: 600px;
	/*text-align: center;*/
	margin-left: auto;
	margin-right: auto;
}


div#header{ margin-bottom: 40px; }
	div#header #logo{
		margin: 5px 0px 5px 0px;
		border-bottom: 1px solid #a40134;
	}
	div#header #logo img{ border: none; }
	div#header ul{
		font-family: Arial, sans-serif;
	}
		div#header ul li{
			display: inline;
                        margin-right: 10px;
			color: #ace0ef;
			text-decoration: none;
		}
			div#header ul li a{
				color: #fff;
				text-decoration: none;
			}
				div#header a:hover{
					color: #a40134;
					text-decoration: none;
				}

div#main{
       height: 460px;
       clear: both;
}

.peopleColumnSmall{
	float: left;
	width: 140px;
	margin-right: 20px;
        padding: 0px;
        height: 410px;
}
.peopleColumnSmall a,a:hover{
        padding: 0px;
        color: #ffffff;
        text-decoration: none;
}
.peopleColumnBig{
	float: left;
	width: 300px;
        height: 410px;
}

.peopleBodyTitle{
	color: #ace0ff;
	font-family: Arial, sans-serif;
	font-size: 13px;
}
.peopleBodyTitleName{ font-weight: bold; }

.personLink{
        margin-bottom: 15px;
	font-family: Arial, sans-serif;
	font-size: 13px;
}
.personLink p{
        margin:0;
        padding:0;
}

div#footer{
	height: 20px;
	font-family: Arial, sans-serif;
	font-size: 9px;
	color: #fff;
        text-align: left;
       clear: both;
       overflow: hidden;
}


.home{
	width: 620px;
	font-family: Times, serif;
	color: #fff;
	font-size: 40px;
}

.cvon{
	color: #ace0ff;
}

.contact{
	width: 300px;
}
/* End of 'cvon' */

