 /* ----- Global properties declaration ----- */
body {
	margin: 0px;
	padding:0px;
	font: 0.7em Arial, Helvetica, Tahoma, sans-serif;
	color: #1F4B66;
	background:#FFF3E5 url(../images/bg.gif) top left repeat-y;;
	line-height:1.5em;
}


/* ----- Table Properties ----- */
td {
	font:1em Arial, Helvetica, Tahoma, sans-serif;
	line-height:1.5em;
}

th {
	font:bold 1em Arial, Helvetica, Tahoma, sans-serif;
	padding:10px;
	background-color:#666;
	color:#fff;
	text-align:center;
}

/* ----- Generic Links ----- */
a:link, a:visited {
	color: #004360;
	text-decoration: underline;
}

a:hover {
	color:#00607E;
}


/* ----- Paragraph ----- */
p {
	margin: 0px 0px 10px 0px;
	line-height:1.5em;
}


/* ----- Headings ----- */
h1 {
	margin:0px 0px 10px 0px;
	padding:0px;
	font:bold 24px Arial, Helvetica, Tahoma, sans-serif;
	color:#004360;
}

h2 {
	margin:0px 0px 10px 0px;
	padding:0px;
	font:bold 1.4em Arial, Helvetica, Tahoma, sans-serif;
}

h3 {
	margin:0px 0px 10px 0px;
	padding:0px;
	font:bold 1.3em Arial, Helvetica, Tahoma, sans-serif;
	color:#004360;
}

h4 {
	margin:0px 0px 10px 0px;
	padding:0px;
	font:bold 1.2em Arial, Helvetica, Tahoma, sans-serif;
}

h5 {
	margin:0px 0px 10px 0px;
	padding:0px;
	font:bold 1.1em Arial, Helvetica, Tahoma, sans-serif;
}

h6 {
	margin:0px 0px 10px 0px;
	padding:0px;
	font:bold 1em Arial, Helvetica, Tahoma, sans-serif;
}

em {
	font-weight:bold;
	color:#00607E;
	line-height:1.2em;
	font-size:1em;
	font-style:normal;
}

.blue {
	color:#00607E;
}

/* ----- Image ----- */
img {
	border:0px;
}


/* ----- Page Breakers ----- */
hr {
	height: 1px;
	color: #ccc;
	background-color:#ccc;
	border:0px;
}


/* ----- Lists ----- */
ul, ol {
	margin:10px 0px 10px 17px;
	padding:0px;
	list-style-position:outside;
}

ul {
	list-style-type:disc;
}

ul li, ol li {
	margin:0px 0px 7px 0px;
}

/* --- Utilities */
.clear_both {
	clear:both;
}

.float_left {
	float:left;
}

.float_right {
	float:right;
}

.align_left {
	text-align:left;
}

.align_right {
	text-align:right;
}

.align_center {
	text-align:center;
}

.valign_top {
	vertical-align:top;
}

.valign_middle {
	vertical-align:middle;
}

.valign_bottom {
	vertical-align:bottom;
}


/* --- Contextual IDs / Selectors */
#logo {
	padding:0px;
	width:147px;
	height:115px;
}

#nav {
	margin:0px;
	padding:0px 15px 0px 25px;
	background-color:#004360;
	height:21px;
}

#nav ul, #footer ul {
	margin:0px;
	padding:0px;
	list-style-type:none;
}

#nav ul li, #footer ul li {
	margin:0px 4px 0px 0px;
	display:inline;
	line-height:20px;
	font-size:10px;
}

#nav ul a:link, #nav ul a:visited, #footer ul a:link, #footer ul a:visited {
	color:#fff;
	text-decoration:none;
}

#nav ul a:hover, #footer ul a:hover {
	color:#BED7E3;
}

#nav ul li.selected a:link, #nav ul li.selected a:visited {
	color:#FFF799;
}

#left_col {
	vertical-align:top;
	padding:0px 0px 240px 0px;
	width:147px;
	background:	#C7D5CC url(../images/bg_bottom_left.gif) bottom no-repeat;
}

#right_col {
	vertical-align:top;
	padding:17px 30px 73px 30px;
	background: #FFF3E5 url(../images/bg_bottom_right.gif) bottom no-repeat;
	font-size:1.1em;
}

html->body #left_col, #right_col {
	height:auto;
}

#home_right_col {
	padding:25px 140px 0px 40px;
	background: #FFF3E5 url(../images/home/flower_top.gif) bottom right no-repeat;
	font-size:1.1em;
}

#byline {
	padding:10px 140px 0px 0px;
	background:#C7D5CC url(../images/home/flower_bottom.gif) top right no-repeat;
	text-align:right;
	color:#004360;
	font-size:1.1em;
}

.profile {
	margin:10px 0px;
}

.profile .image {
	padding:0px 10px 0px 0px;
}

#footer {
	position:relative;
	width:755px;
	padding:10px;
	background-color:#004360;
	color:#fff;
	font-size:11px;
	bottom:0px;
}

/* Designed By */
#designed_by {
	margin:15px 0px 0px 0px;
	float:right;
	color:#333;
}

#designed_by a:link, #designed_by a:visited {
	color:#333;
}

#designed_by a:hover {
	color:#666;
}