/*
Reset Font sizes
*********************************/
html {
	font-size:16px; /* reset safari's 14px default */
}
* html {
	font-size:100%; /* override pixel value for IE's benefit */
}
body {
	font-size:80%;
	xbackground:#333;
	background:#ccdff2;
}

/*
Reset Default styles
**********************************/
* {
	font-family:tahoma, helvetica, arial, sans-serif;
	margin:0;
	padding:0;
	font-size:100%;	
	color:#666666;
}
a {
	text-decoration:none;
	color:#333333;
}
a:hover {
	color:#002750;
}
img,
form,
fieldset {
	border:none;
}

/*************************** Layout *********************************************/

#logo {
	width:708px;
	height:0;
	margin:10px auto 0 auto;
	padding:198px 0 0 0;
	overflow:hidden;
	background:url(images/header.jpg) no-repeat;	
	border:1px solid #535353;
}
div#wrapper {
	border:1px solid #535353;
	border-top:none;
	width:708px;
	margin:0 auto;
	background:#fff;
}
	div#menu {
		width:704px;
		height:62px;
		margin:0 auto;
		border-top:3px solid #fff;
	}
		#content {
			width:704px;
			margin:0 auto;
			border-top:10px solid #FFFFFF;	
		}
			#colA {
				float:left;
				width:450px;
				padding:0 10px 0 30px;
			}
			#colB {
				float:right;
				width:180px;
			}


/************************** Menu *******************************************/


div#menu ul {
	margin:0;
	padding:0;
	list-style:none;
}
	div#menu li {
		display:inline;
	}
		div#menu a {
			display:block;
			float:left;
			width:140px;
			height:41px;
			margin-left:1px;
			padding-top:10px;
			border-top-width:10px;
			border-top-style:solid;
			text-align:center;
			text-transform:lowercase;
			text-decoration:none;
			letter-spacing:-1px;
			font-family:Georgia, "Times New Roman", Times, serif;
			font-size:24px;
		}
		div#menu .first a {
			margin:0;
		}


div a#menu1 { background:url(images/img01.gif) no-repeat center bottom; border-color:#F07242; color:#C4856D; }
div a#menu2 { background:url(images/img02.gif) no-repeat center bottom; border-color:#FCEE0F; color:#C0B94A; }
div a#menu3 { background:url(images/img03.gif) no-repeat center bottom; border-color:#549EE9; color:#799EC3; }
div a#menu4 { background:url(images/img04.gif) no-repeat center bottom; border-color:#9EBF54; color:#94A46F; }
div a#menu5 { background:url(images/img05.gif) no-repeat center bottom; border-color:#9F8DF6; color:#B0A7DB; }

#menu a:hover {
	color:#333333;
}
#menu a.selected {
	color:#333333;
}

	
/************************************ Headings *******************************************************/

h1, h2, h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	color:#666666;
}
h2 {
	padding-top:10px;
	border-bottom:1px solid #CCCCCC;
	font-size:180%;
	margin-bottom:.5em;
}

h3 {
	font-size:1em;
	font-weight:bold;
}

p {
	text-align:justify;
	margin-bottom:.5em;
}

#content ul {
	margin-left:20px;
}
	#content ul li {
		margin-bottom:.5em;
	}


/************************************ Left Menu *******************************************************/

div#menuLeft {
	margin:0 0 5px 0;		
	background:#CBE2F8 url(images/img11.gif) top right repeat-y;
	border-bottom:1px solid #549EE9;
}
	div#menuLeft h2 {
		padding:5px 21px 5px 20px;
		border-bottom:1px solid #FFFFFF;
		letter-spacing:-1px;
		font-size:20px;
		font-weight:normal;
		color:#549EE9;
		margin:0;
	}
	div#menuLeft img {
		xtext-align:center;
	}
	div#menuLeft ul {
		margin:0;
		padding:0;
		list-style:none;
	}
		div#menuLeft li {
			display:inline;
		}
			div#menuLeft a {
				display:block;
				width:154px;
				height:23px;
				padding:7px 21px 0 5px;
				background:#EEF5FD url(images/img12.gif) top right no-repeat;
				border-bottom:1px solid #FFFFFF;
				text-decoration:none;
				color:#549EE9;
			}
			div#menuLeft a:hover {
				background:#A9CEF4 url(images/img13.gif) top right no-repeat;
				color:#FFFFFF;
			}
			
/************************* Content Styles ****************************************/
ul.heart {
	list-style-type:none;
	margin-left:0px;
	paddin-left:0;
}
	ul.heart li {
		background:url(images/heart.jpg) 0px 2px no-repeat;
		padding-left:18px;
		margin-left:0;
	}

/************************* Footer ****************************************/
#footer {
	clear:both;
	width:704px;
	margin:0 auto;
	border-top:1px solid #666666;
	background:#96c5f1;
}

	#footer p {
		margin:0;
		padding:5px 0;
		text-align:center;
		font-size:smaller;
		color:#333;
	}

	#footer a {
		color:#333;
	}