/*
Name: Andromeda CSS file
Original inspiration:  www.ssi-developer.net
CSS tweaking and arrangement:  Sherry Osborne, design.andromeda.qc.ca Andromeda Design
*/

body { 
	width: 750px;
	margin: 0 auto;
	font-family: verdana, arial, sans-serif;
	text-align: center;
	background: #006699;
	font-size: 12px;
	font-weight: normal;
	line-height: 17px;
	}

#header {
	float: left;
	width: 750px;
	text-align: left;
	background-color: #000000;
	color: #000000;
	border-bottom: 2px solid #003399;
        border-right: 1px solid #006699;
        border-left: 1px solid #006699;
	margin: 0px;
	}

#container {
	padding: 0px;
	color: #808080;
	background-color: #fff;
	float: left;
	width: 750px;
	text-align: left;
        border-right: 2px solid #006699;
        border-left: 2px solid #006699;
	}

h1 {
	font-family: "tahoma" sans-serif;  
	color: #85C329;
	background: transparent;
	margin-top: 0px;
	font-size: 15px;
	font-weight: bold;
	border-bottom: 1px solid #eeeeee;
padding-top: 5px;
	}


h2 {
	font-family: "tahoma" sans-serif;  
	color: #FB9622;
	background: transparent;
	margin-top: 10px;
        margin-bottom: 0px;
	font-size: 12px;
	font-weight: bold;
padding-top: 2px;
}

/* Content */
#content { align: top; padding-left: 5px; padding-right: 5px; padding-top: 5px; padding-bottom: 10px; background:#ffffff; margin:5px 140px 0 155px; font-size: 1.2em; width: 415px; border-left: 1px solid #006699; border-right: 1px solid #006699; font-family: lucida grande, verdana, arial, sans-serif; background: transparent;} 
#content a {color: #74A8F5; font-size: 11px; padding-left: 0px; text-decoration:none; font-weight: bold;}
#content img {border: 0;}
#content a:hover {color: #FB9622; font-size: 11px; padding-left: 0px; text-decoration:none; font-weight: bold;}	
#content p {font-size: 11px; color: #404040; margin: 10px 0px 5px 10px;}
#content ul, li {font-size: 11px; color: #404040; list-style-type: url(images/bullet.gif);}
#content ul, ol {font-size: 11px; color: #404040; list-style-image: url(images/bullet.gif);}

/* Left Menu */
#left-menu {float: left; width: 135px; padding: 0px 0px 0px 5px; background: transparent; color: #404040; font-family: lucida grande, verdana, arial, sans-serif; background: transparent;}
#left-menu p {font-size: 11px; margin: 5px 0px;}
#left-menu a {color: #006699; font-size: 11px; text-decoration:none; font-weight: bold; padding-left: 0px;}
#left-menu a:hover {color: #cc3300; font-size: 11px; text-decoration:none; font-weight: bold; background-image:url(images/bullet.gif); background-repeat:no-repeat; background-position: left center;}
#left-menu ul {color: #404040; font-weight: bold; list-style-type: none;}
#left-menu li a {color: #cc3300; background: transparent; font-size: 11px; font-weight: bold;}
/* Left Menu ENDS */

/* Right Menu BEGINS */

#right-menu {float: right; width: 145px; padding: 0px 0px 0px 5px; background: transparent; color: #7d6257; font-family: lucida grande, verdana, arial, sans-serif; background: transparent;}
#right-menu a {color: #006699; font-size: 11px; padding-left: 0px; text-decoration:none; font-weight: bold;}
#right-menu a:hover {color: #404040; font-size: 11px; padding-left: 0px; text-decoration:none; font-weight: normal;}
#right-menu p {font-size: 11px; color: #000000; font-family: lucida grande, verdana, arial, sans-serif; margin: 5px 0px;}
#right-menu ul {color: #404040; font-weight: bold; list-style-type: none;}
#right-menu li {color: #999999; background: transparent; font-size: 13px; font-weight: normal;}
/* Right Menu ENDS */

#footer {
	float: center;
	width: 750px;
	height: 50px;
	background: #fff;
	color: #000000;
	font-size: 12px;
	border-top: 1px solid #006699;
     
}

blockquote {
	margin-left: 1.5em;
	padding-left: 1px;
	background-color: #ffffff;
}

.img {
	padding:2px;
	border:1px solid #000000;
	vertical-align:top;
	background-color: #cccccc;
}

.td {
	vertical-align: top;
	}