/*------------HTML TAGS-------------*/
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11pt;
}
a, a:visited {	text-decoration: none}
form {
	display: none;
}

/*------------CLASSES-------------*/
.alert{
	display: none;
}

.separator {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
}
.navigation {
	display: none;
}

.info {
}

.info a {
}

.images {
	float:right;
	width: 180px;
	margin-top: 10px;
	margin-left: 100px;
	padding: 10px;
}

.images img {
	border: none;
}

.attachments {
	border-style: solid;
	border-width: 1px;
	margin-right: 210px;
}

.attachments p {
	font-size: 11pt;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-variant: small-caps;
}

.attachments a {
	margin: 10px;
	padding: 10px;
}

.attachments img {
	margin-left: 15px;
}

/*------------IDs-------------*/
/*------------Top-------------*/
#banner {
	font-size: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-variant: small-caps;
	font-weight: bold;
	padding-bottom: 16px;
}
#horizbar {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-variant: small-caps;
	font-size: 12px;
	letter-spacing: 2px;
	font-weight: bold;
	float: left;
	padding-left: 40px;
	padding-top: 19px;
	padding-bottom: 2px;
	border-style: solid;	
	border-width: 0px;
	border-bottom-width: 1px;
	background-image: url(../img/horizbar.gif);
	background-repeat: repeat-x;
	background-position: top;
}
#horizbar a {
	border-width: 0px;
	border-style: solid;
}

#topmenu {
	float: left;	
}
#topmenu span {
	margin-right: 20px;
}
#searchbox {
	visibility: hidden;
	display: inline;
	float: right;
	margin-right: 8px;
	margin-top: -3px;
}
#searchbox form {
	display: inline;
}

/*------------Left-------------*/
#left {
	display: none;
}

/*------------Right-------------*/
#right {
}
#right h1, #right .heading1 {
	font-size: 16px;
	font-weight: bold;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#right h2, #right .heading2 {
	font-size: 11pt;
	font-variant: small-caps;
	font-weight: bold;
}
#right h2 em, #right .heading2 em {
	font-variant: normal;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#right h3, #right .heading3 {
	font-size: 11pt;
	font-variant: small-caps;
	font-weight: normal;
}
#right h4 {
	font-size: 16px;
	font-weight: bold;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-variant: small-caps;
}
#right p, #right .article {
	letter-spacing: normal;
}

#right .article a {
/*	margin-left: 10px;
	margin-right: 18px;
*/	
}

#right .article em {
}

#right .article h1, #right .article h1 a, #right .article h1 a:hover {
	text-decoration:none;
	border: none;
	font-size: small;
	font-weight: bold;
}
#right .article h2, #right .article h2 a, #right .article h3 a:hover {
	text-decoration:none;
	border: none;
}
#right .article h3, #right .article h2 a, #right .article h3 a:hover {
	text-decoration:none;
	border: none;
}
	
/*------------COLORS-------------*/
a, a:visited, .article a {
	color: #000;
}
.separator {
	border-color: #B2B2B2;
}
	
#right h1 a, #right .heading1 a, #right h1 a:visited, #right .heading1 a:visited {
	color: #000;
}
#right h1 a:hover, #right .heading1 a:hover {
	color: #000;
}

#right .article h1, #right .article h1 a{
	color: #000;
}

#right .article h2, #right .article h2 a  {
	color: #000;
}

#right .article h3, #right .article h3 a  {
	color: #000;
}

.images {
	background-color: #FFF;
	color: #000;
}

.images a {
	color: #000;
}

/*---------OVERRIDES-------*/
.attachments p {
}
