body {
	background: #ffffff;
	color: #000000;
	font: 12px Georgia, Times New Roman, Times, serif;
	line-height: 18px;
}

body.splash {
	background: #ffffff;
	color: #000000;
	line-height: 5px;
}

#container {
	margin: 0 auto;
	width: 634px;
	position: relative;
}


#header {
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 0px;
	text-align: center;
}


#buttons {
	margin-bottom: 0px;
	padding: 0px;
	margin: 25px;
	text-align: center;
}

#subnavBox {
	background-color: white;
	margin: 25px 0px 20px 20px;
	float: right;
	border: 1px solid #d9d9d9;
}

#subnav {
	color: #365c89;
	text-align: right;
	margin: 1px;
	padding: 20px;
	background: #E0F0F6;
}


#content {
	background: repeat-y url('../_images/bg.gif');
	padding-left: 27px;
	padding-right: 27px;
}


#blockPad {
	background: #FFF;
	width: 580px;
	padding-top: 1px;
	padding-bottom: 1px;
	border-bottom: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
}

#blockPadB {
	background: #FFF;
	width: 580px;
	padding-top: 1px;
	padding-bottom: 1px;
	border-bottom: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
}


#block {
	background: #005D85;
	width: 580px;
	margin-top: 1px;
	margin-bottom: 1px;
	text-align: center;
	padding-top: 12px;
	padding-bottom: 12px;
}

#blockSplash {
	background: #005D85;
	width: 580px;
	margin-top: 1px;
	margin-bottom: 1px;
	text-align: center;
	padding-top: 4px;
	padding-bottom: 2px;
}

#blockSplashB {
	background: #005D85;
	width: 580px;
	margin-top: 1px;
	margin-bottom: 1px;
	text-align: center;
	padding-top: 4px;
	padding-bottom: 2px;
}

.highlight {
	padding: 20px 0;
	margin: 15px 0;
	border-bottom:1px solid #CCCCCC;
	border-top:1px solid #CCCCCC;
}

.highlight img {
	float: right;
}

.highlight p {
	float: left;
	margin-top: 8px;
}

.highlight p.french {
	margin-top: 0px;
}

#message {
	background: #E0F0F6;
	width: 579px;
	height: 48px;
	margin-top: 2px;
	text-align: right;
}

#message_link {
	padding-right: 30px; 
	padding-top: 13px;
}

#message_bg {
	padding-right: 12px; 
	background: url('../_images/bullet_red.gif') right center no-repeat;
}

#message a {
	color: #A90202;
}

#text {
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 10px;
	padding-bottom: 30px;
	border-bottom: 1px solid #e7e7e7;
}


#footer {
	color: #000000;
	font-size: 10px;
	text-align: center;
	padding-top: 10px;
	font-weight: normal;
}


img {
	border: 0px;
	margin: 0px;
	padding: 0px;
}


p {
	text-align: left;
	margin-top: 0px;
	margin-bottom: 10px;
}


.center {
	text-align: center;
	margin-top: 0px;
	margin-bottom: 10px;
	
}

.blockquote {
	text-align: left;
	margin-top: 0px;
	margin-bottom: 10px;
	padding-left: 20px;
	
}


.strong {
	color: #365C89;
	font-size: 18px;
	text-align: center;
	line-height: 140%;
	margin-top: 0px;
}


h1 {
	color: #A90202;
	font-size: 18px;
	font-weight: bold;
	text-align:left;
	margin: 20px 0px 20px 0px;
	padding: 0px;
	font-variant: small-caps;
}


h2 {
	color: #164970;
	font-size: 12px;
	font-weight: bold;
	text-align:left;
	margin-bottom: 5px;
	margin-top:20px;
}


.small {
	font-size: 10px;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

#text ul {
	text-align: left;
	margin-left: 0px;
	padding-left: 0px;
}


#text li {
	padding-top: 0px;
	padding-left: 5px;
	padding-bottom: 5px;
	margin-left: 15px;
	list-style: url(http://workshed.plankdesign.com/clients/Optimum-VON/www/_images/bullet.gif) outside;
}

a {
	color: #164970;
	text-decoration: underline;
	font-weight: bold;
}

a:link {
	color: #164970; 
}
	
	
a:visited {
	color: #2067A3;
}	
	

a:hover {
	color: #2067A3;
	text-decoration: none;
}
	
			
a:active {
	color: #2067A3;
}

	
a.nav {
	font-size: 12px;
	color:  white;
	font-weight: bold;
	padding-right: 1px;
	padding-left: 1px;
	text-decoration: none;
}


a.nav:link, a.nav:visited {
	color:  white;
	text-decoration: none;
}

	
a.nav:hover {
	color:  white;
	text-decoration: underline;
}



