@import url("styleSheet_structure.css");
@import url("styleSheet_navigation.css");
@import url("styleSheet_content.css");


/*
------------------------------------------------------
General Classes
------------------------------------------------------
*/

body {
margin: 0px;
padding: 0 10px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: x-small;
color: #333333;
background-color: #FFFFFF;
background-image:url(../images/background.gif);
background-repeat:repeat-x;
}

.clear {
clear:both;
}

.left{
float:left;
}

/*
------------------------------------------------------
Links
------------------------------------------------------
*/

/* Standard Link */
a:link, a:visited, a:Active          { 
	color: #666; 
	text-decoration : none; 
}
a:Hover    {
	color: #000;
	text-decoration : underline;
}

/*
------------------------------------------------------
Headers
------------------------------------------------------
*/

h1 {
font-size: small;
color:#1e4140;
font-weight:800;
text-transform:uppercase;
padding:50px 0 0 0;
margin:0;
}

h2 {
font-size: small;
color:#5e7d7c;
font-weight:800;
text-transform:capitalize;
}

h3 {
font-size: x-small;
color:#5e7d7c;
font-weight:800;
text-transform:capitalize;
}
/*
------------------------------------------------------
Tables
------------------------------------------------------
*/



/*
------------------------------------------------------
HTML 
------------------------------------------------------
*/

hr {
	border: none 0;
	border-top: 1px solid #999999;
	width: 100%;
	height: 1px;
}


ol {
}

ul{
}


/*
------------------------------------------------------
Text
------------------------------------------------------
*/

.highlight {
color:#5e7d7c;
}

.breakoutText {
float:right;
padding: 0 0 10px 10px;
font-size:large;
color:#5e7d7c;
width: 200px;
}

.leftImg{
float:left;
padding: 0 5px 5px 0;
}

.rightImg{
float:right;
padding: 0 0 5px 5px;
}