/* CSS Document */

/*********************/
/* BASIC STUFF */
/*********************/

body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.70em;
	margin-top: 10px;
	padding: 0;
	background-image: url(images/main-bg.gif);
	background-repeat: repeat;
	background-attachment:fixed;
	background-color:#ffffff;
}

/*********************/
/* WRAPPER */
/*********************/

#wrapper {
	width: 820px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
}

#logo {
	float: left;
	height: 210px;
}


/*********************/
/* LEFT NAV */
/*********************/
/*********************/
/* LEFT NAV */
/*********************/
#nav2 {
	float: left;
	width: 220px;
	background-color: #FFFFFF;
}	
ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}

img {
    border: none;
}

#menuside {
	width: 200px;
	margin-left: 10px;
	margin-bottom: 10px;
	}
	
#menuside li a {
	height: 32px;
	font-family: Verdana, Arial, sans-serif;
	font-weight:bold;
  	height: 24px;
	text-decoration: none;
	}	
	
#menuside li a:link, #menuside li a:visited {
	color: #fff;
	display: block;
	background:  url(images/side-menu.gif);
	padding: 8px 0 0 45px;
	}
	
#menuside li a:hover {
	color: #000;
	background:  url(images/side-menu.gif) 0 -32px;
	padding: 8px 0 0 45px;
	}

/*********************/
/* MAIN CONTENT */
/*********************/

#main {

	float: right;
	width: 580px;
	padding-right: 10px;
	background-color: #fff;
	font-size: 1.2em;
	
	background-image: url(images/plan-bg.jpg);
	background-repeat: repeat;
	background-attachment:fixed;
	background-color:#ffffff;

	}
	
* html #main{
	width: 570px;
}
	
	
h1 {
	font-family: Arial, Verdana, sans-serif;
	color: #ffffff;
	font-size: 1.5em;
	font-style: normal;
	background-image: url(images/lite-blue.gif);
	line-height: 50%;
	margin-top: 0px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	}

p {
	color: #333333;
	line-height: 125%;
}

.imageframe {
	border: 3px solid #ccc;
	padding: 2px;
	background-color: #fff;	
	margin: 0px 0px 5px 15px;
}

.imageports {
	border: 2px solid #ccc;
	padding: 2px;
	background-color: #fff;	
	margin: 0px 0px 0px 0px;
}

.aligntoright {
	float: right;
	margin: 5px 5px 5px 10px;
	line-height:0;
}

.aligntoleft {
	float: left;
	margin: 5px 10px 5px 0px;
	line-height:0;
}

/* LINKS */
#main a:link, #main a:visited {
	color: #000;
	border-bottom: dashed 1px #333;
	text-decoration: none;
	background-color: #fff;
}

#main a:hover {
	color: #00577b;
	background-color: #eee;
	border-bottom: dashed 1px #333;
	text-decoration: none;
}

#leftaddy a:link, #leftaddy a:visited {
	color: #000;
	border-bottom: dashed 1px #333;
	text-decoration: none;
	background-color: #fff;
}

#leftaddy a:hover {
	color: #00577b;
	background-color: #eee;
	border-bottom: dashed 1px #333;
	text-decoration: none;
}


/*********************/
/* FOOTER */
/*********************/
#footer {
	width: 774px;
	clear: both;
	color: #ffffff;
	background: url(images/lite-blue.gif) repeat;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	height: 20px;
	text-align: right;
	padding: 5px 25px 0px 0px;
}
body,td,th {
	font-size: 0.7em;
}

.spaced {
	clear: both; 
	font-size: 1px; 
	float: none;
	height:1px;
	margin-top:-1px;
	line-height: 1px;
}

