/* @group General Styles */

body {
	color: #000000;
	text-align: center;
	font: 13px/1.3em verdana;
	background: #efefef repeat;
	margin: 0 10px 10px;
	padding: 0;
}

p {
}
p.smal {
	padding-left: 50px;
	padding-right: 50px;
	color: #3300ff;
}
#hr {	margin: 0px auto 10px;
	height: 10px;
	position: relative;
	width: 75%;
	border-bottom: 1px solid #9a9a9a;
}

b, strong {

}
.center {
	margin: 0px auto;
	position: relative;
}

a:link, a:visited {
	color: #3300ff;
	text-decoration: none;
}

a:hover, a:active {
	color: #3300ff;
	text-decoration: underline;

}

img {

}

img.left {
	float: left;
	margin: 3px 3px 3px 0;
}

img.right {
	float: right;
	margin: 3px 0 3px 3px;
}
	
/* @end */

/* @group Layout */

#container {
	width: 800px;
	margin: 15px auto 0px; /* Right And Left Margin Widths To */		position: relative;
	background-color: #fff;
	border: 1px solid #a3a3a3;
}

.clearer {
	clear: both;
}

#pageHeader {
	height: 80px;
	padding-top: 30px;
	border-bottom: 1px solid #a3a3a3;
}

#pageHeader img {
	position: absolute;
	top: 0;
	right: 0;
}

#pageHeader h1 {
	color: #003399;
	font-size: 28px;
	margin: 0 0 15px;
	letter-spacing: normal;
	font-weight: bold;
	font-variant: small-caps;
	text-align: center;
}

#pageHeader h2 {
	font-weight: bold;
	margin: 0 0 7px;
	font-size: 18px;
	color: #7d7d7d;
	letter-spacing: 1px;
	word-spacing: 2px;
	font-style: italic;
	text-align: center;
}

#contentContainer {
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 10px;
	background-color: #fff;
}

#contentContainer #content {
	text-align: left;
	padding-left: 40px;
	padding-right: 30px;
}

td {
	vertical-align: top;
	} 


#form {
	text-align: left;
}
iframe {
	border: 1px solid #979797;
}
form {
	background-color: transparent;
	padding: 20px;
}
textarea { 
 background-color: #ffffff; 
 color: #4a4a4a; 
}
select { 
 background-color: #ffffff; 
 color: #4a4a4a; 
}
input { 
 background-color: #ffffff; 
 color: #4a4a4a; 
}

#footer { 

}

#footer p {
}

#footer a:link, #footer a:visited {

}

#footer a:hover, #footer a:active {
}
	
/* @end */

/* @group Toolbar */

/* MENU STYLE */
#navcontainer {
	margin-bottom: 20px;
	clear: both;
	padding-bottom: 20px;
}
#navcontainer ul
{
float:left;
width:100%;
padding:0;
margin:0;
list-style-type:none;
}
#navcontainer a
{
float:left;
background-color:#E0E0E0;
text-decoration:none;
padding:0.2em 0.6em;
border-right:2px solid white;
}
#navcontainer a:hover, a:active {
	color:#ffffff;
	text-decoration: none;
	background-color:#003399;
	border-right:2px solid white;
}
#navcontainer a#current {
	color:#ffffff;
	text-decoration: none;
	background-color:#003399;
	border-right:2px solid white;
}

li {display:inline}

/* @end */

/* @group Global Classes */

blockquote, .standout {
	font-style: italic;
	margin: 0;
	font-size: 1em;
	color: #b8b8b8;
}



h1 {
	color: #003399;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
}


h2 {
	color: #003399;
	font-size: 16px;
	font-weight: bold;
	position: relative;
}

h3 {
	color: #003399;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

h4 {
	font-size: 13px;
	text-align: center;
	font-weight: bold;
	color: #003399;
}


em {
	font-weight: bold;
	font-size: 12px;
}

.imageStyle {

}


/* Main content area unordered list styles */
ul.content {
	list-style-type: disc;
	padding-top: 10px;
	padding-bottom: 10px;
	list-style-position: outside;
	padding-right: 20px;
}
li.content {
	display: list-item;
	margin-bottom: 10px;
}

ul.link {
	list-style-type: disc;
	padding-top: 10px;
	padding-bottom: 10px;
	list-style-position: outside;
	padding-right: 20px;
}
li.link {
	display: list-item;
}





/* @end */

/* @group Contact Form */
.message-text { 
} 

.required-text {
} 

.form-input-field {
	background: #f4f4f4;
} 

.form-input-button { 
} 
/* @end */



