/*stylesheet*/

BODY {
		background-color: #ffffff;
		font-family: verdana, geneva, arial, helvetica, sans-serif;
		font-size: 10pt;
		color: #363890;
}

.nav {
		font-size: 13pt;
		text-align: center;
		font-weight: bold;
		text-decoration: underline;
}

.nav a {
		color: #363890;
		text-decoration: underline;
}

.nav a:hover {
		color: #7375ce;
		text-decoration: underline;
}

.nav a:visited {
		color: #363890;
		text-decoration: underline;
}

.footer {
		text-align: center;
		font-size: 6pt;
}

.contact {
		text-align: center;
		font-size: 10pt;
}

.normal {
		margin: 25px;
		text-align: left;
		font-size: 10pt;
		text-wrap: normal;
		vertical-align: text-bottom;
}

.resume {
		margin: 25px;
		margin-left: 60px;
		text-align: left;
		font-size: 10pt;
		text-wrap: normal;
		vertical-align: text-bottom;
}

.resume2 {
		margin: 25px;
		margin-left: 108px;
		text-align: left;
		font-size: 10pt;
		text-wrap: normal;
		vertical-align: text-bottom;
}

.resumelinks {
		margin: 25px;
		text-align: left;
		font-size: 10pt;
		text-wrap: normal;
		vertical-align: text-bottom;
}

.resumetitle {
		margin: 10px;
		padding-top: 10px;
		text-align: left;
		font-size: 10pt;
		text-decoration: underline;
		font-weight: bold;
}

.wrap	{
		float: left;
		margin: 5px;
}

.resumehead {
		margin: 10px;
		text-align: left;
		font-size: 10pt;
		text-wrap: normal;
		vertical-align: text-bottom;
		font-weight: bold;
}

.resumesubhead {
		margin: 10px;
		text-align: right;
		font-size: 10pt;
		text-wrap: normal;
		vertical-align: text-bottom;
		font-weight: bold;
}

.resumebox {
		background-color: #e6e6e6;
		margin: 15px;
}

/* Animated DIV styles (default hide content in categories) */

#feature {
		display: none;
}

#short {
		display: none;
}

#corporate {
		display: none;
}

#commercial {
		display: none;
}

#other {
		display: none;
}

#dp {
		display: none;
}

#misc {
		display: none;
}