
<!--



body { 
	background-color: #BFCCD9;
	font: trebuchet ms, sans-serif; 
	color: white;
	margin-top: 0 ;
	padding: 0;
	}

h1	{font: large trebuchet ms, sans-serif;
	color: white;
        padding: 0;
	} 

h2	{font: normal medium trebuchet ms, sans-serif;
	color: #003366;
	text-align: center;
	}

p	{font: normal medium trebuchet ms, sans-serif;
	color: #003366;
	}

p.webmaster	{font: small medium trebuchet ms, sans-serif;
	color: #003366;
	text-align: center;
	}

a.webmaster:link    {font: small medium trebuchet ms, sans-serif;
	color: #003366;
	}
a.webmaster:visited    {font: small medium trebuchet ms, sans-serif;
	color: #003366;
	}
a.webmaster:active    {font: small medium trebuchet ms, sans-serif;
	color: #003366;
	}
	
	
a:link {color: #003366;}
a:visited {color: #8099B3;}
a:hover {color: #40668C;}
a:active {color: #003366;}






/* ~~~ Div Properties ~~~ */

#container { 
	background-color: #8099B3;
	width: 750px;
	height: auto;
	margin: auto ;
	padding: 0;
	border: 1px solid #003366;
	}

#banner { 
	background: url(rouxvillecloud1.jpg) right no-repeat;
	background-color: #ffffff;
	position: relative;
	width: 750px;
	height: 200px;
	margin-left: auto;
	margin-right: auto;
	border: 0;
	padding: 0;
	}

#headers { 
	background-color: #BFCCD9;
	width: 750px;
	height: auto;
	margin-left: 0;
	margin-right: 0;
	border: 0px ;
	padding: 2;
	}

#title { 
	background-color: #ffffff;
	position: fixed center;
	background-image
	width: 750px;
	height: 50px;
	margin-left: auto;
	margin-right: auto;
	border: 0px ;
	padding: 0 10px 0 0;
	}

.body	{
	background: #ffffff;
	width: auto;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	border: 0px ;
	padding: 0 20px;
	}

.subtitle {
	background: #8099B3;
	width: auto;
	height: auto;
	margin: 0;
	border: 0px ;
	padding: 0 10px;
	}

.subtitle p	{font: large trebuchet ms, sans-serif;
		color: white;
                padding: 0;
		} 

.subtitle a	{font: large trebuchet ms, sans-serif;
		color: white;
		} 

.subtitle a:hover	{font: large trebuchet ms, sans-serif;
		color: #003366;
		text-decoration: none;
		background-color: #BFCCD9;
		}


#navcontainer		{background: #8099B3;
	width: 750px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	border: 0;
	padding: 2px 0 6px;
	}

#navcontainer ul 	{margin: 0;
			height: auto;
			padding: 1px;
			list-style-type: none;
			text-align: center;
			}

#navcontainer ul li { display: inline; }

#navcontainer ul li a	{
			font: 10px Arial, Helvetica, sans-serif;
			padding: 5px 19px 5px 19px;
			text-decoration: none;
			color: #fff;
			background-color: #036;
			}

#navcontainer ul li a:hover
			{
			color: #fff;
			background-color: #369;
			}

/* ~~~ Page properties ~~~ */

#breakaway { 
	background-color: yellow; 
	font: trebuchet ms, sans-serif; 
	color: #666;
	margin-top: 50px ;
	padding: 0;
	}

-->