body {
    margin:0px;
    font-family:Tahoma;
    font-size:9pt;
    color:#6b6963;
    background-color:#141414;
    background-image:url('images/bg.jpg');
    background-position:top center;
    background-repeat:no-repeat;
}

a {
	color:#6b6963;
	text-decoration: none;
	cursor:hand;
	cursor:pointer;
}

a:hover {
	color:#4D4D4D;
}

a img {
	border:0px;
}

#container {
    width:780px;
    margin:0px auto;
}


.sitenavigation {
    margin-top:30px;
    text-align:right;
    margin-bottom:10px;
    font-size:8pt;
}

.logo {
    text-align:center;
    margin-bottom:10px;
}

.Aristrocretic {
    margin-bottom:20px;
}

.sitecontents {
}

.newsbar {
    clear:both;
    margin-bottom:20px;
    font-size:8pt;
    width:780px;
        background-image:url('images/footerbg.jpg');
    background-position:top left;
    background-repeat:no-repeat;
    padding-top:5px;
    height:22px;
}

.footer {
    text-align:center;
    color:#6b6963;
    margin-bottom:50px;
}

.deptitem {
    float:left;
    width:230px;
    margin-right:25px;
    margin-left:5px;
    height:230px;
    position: relative;
}

.thumbhome {
    width:224px;
    height: 115px;
    position:absolute;
    top:0px;left:0px;
    z-index:2;
}

.thumbhomeimage {
    position:absolute;
    top:0px;left:0px;
    z-index:1;
}


.thumbtext {
    margin-top:130px;
    letter-spacing: 1px;
    font-size:8pt;
    line-height:14px;
}

.rightcontents {
	float:right;
	width:500px;
	margin-bottom:10px;
}

.leftnavigations {
	padding-top:6px;
	float:left;
	width:280px;
}

.deptactive {
	color:#f9ca64;
}

.subactive {
	color:#cb9d3a;
}

.deptnavigation {
	list-style:none;
	padding:0px;
	width:225px;
	text-transform: uppercase;
	color: #6b6963;
}

.deptnavigation li {
		border-bottom:1px dotted #6b6963;
		padding:5px 0px 5px 0px;
}

.mainsubnavigation {
	list-style:none;
	font-size:8pt;
	padding-top:5px;
	padding-bottom:5px;
	color: #6b6963;
}

.mainsubnavigation li {
	text-transform: uppercase;
	border:0px;
	padding:2px 0px 2px 0px;
}

p {
	line-height:16px;
	font-size:8pt;
}


#human {
    visibility:hidden;
    display:none;
}

input,textarea {
	border: 1px solid #808080;
	/** remember to change image path **/
	background: url(none) no-repeat #ffffff;
	font-family: tahoma, helvetica, sans-serif;
	font-style: normal;
	font-size: 14px;
	color: #454743;
    padding:5px;
    width:300px;
    margin-bottom:5px;
}

/** You can use this style for your LABEL elements **/
label {
	font-family: tahoma, helvetica, sans-serif;
	font-style: normal;
	font-size: 13px;
	color: #808080;
    width: 80px;
    float: left;

}

