/* 
	general properties 
*/

html {
	
}

* {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	color: #000000;
}

body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
}

.content {
	line-height: 22px;
}

a {
	color: #0C1653;
	text-decoration: underline;
}

a:hover {
	color: #0C1653;
	text-decoration: underline;
}

a.subnav {
	text-decoration: none;
}

a.subnav:hover {
	text-decoration: underline;
}

a.subnavSelected {
	text-decoration: none;
	font-weight: bold;
}

a.subnavSelected:hover {
	text-decoration: underline;
}

a.dropDownMenu {
	text-decoration: none;
	color: #00AE6D;
}

a.dropDownMenu:hover {
	color: #00AE6D;
	text-decoration: underline;
}

ul, ol {
	margin-top: -24px;
	margin-left: 18px;
	margin-bottom: 4px;
}

li {
	list-style-type: square;
}

h1, .title {
	color: #0C1653;
	font-size: 13px;
	font-weight: bold;
	display: block;
	margin-bottom: 0px; 
}

h2, .header {
	color: #0C1653;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: normal;
	display: block;
	margin-bottom: 0px; 
}

h3, .subheader {
	color: #0C1653;
	font-size: 11px;
	font-weight: normal;
	display: block;
	margin-bottom: 0px; 
}

.border {
	border-width: 1px;
	border-color: #000000;
	border-style: dashed;
}

.photoBackground { 
	background-color: #0C1653; 
}

.borderSubMenu {
	background-color: #00AE6D;
}

.bgSubMenu {
	background-color: #ffffff;
}

/* 
	form properties 
*/

form {
	display: inline;
}

input, select, textarea {
	border-width: 1px;
}

.radio, .checkbox {
	border-width: 0px;
}

.large {
	width: 280px;
}

.medium {
	width: 150px;
}

.small {
	width: 80px;
}

.xSmall {
	width: 40px;
}

.xxSmall {
	width: 40px;
}

.button {
	border-width: 0px;
	font-weight: bold;
	text-transform: uppercase;
	color: #00AE6D;
	border-color: #CCEFE2;
	background-color: #CCEFE2;
	padding: 0px 8px 0px 8px;
}

/*
	layers
*/

#title { position: absolute; left: 11px; top: 260px; z-index: 1; }
#topNavigation { position: absolute; left: 274px; top: 5px; width: 500px; height: 17px; z-index: 1; }
#mainNavigation { position: absolute; left: 247px; top: 66px; width: 516px; height: 17px; z-index: 1; }
#subNavigation { position: absolute; left: 92px; top: 286px; width: 166px; z-index: 1; }
