* {
	padding: 0;
	margin: 0;
	border: 0;
	font-family: arial, verdana, helvetica, sans-serif;
}

body {
	background: #C8D8E5;
	margin: 15px;
	text-align: center;
	color: #010E4F;
}

.p_clearer {
	clear: both;
}

#banner,
#navigation,
#wrapper,
#footer {
	width: 760px;
	margin: 0px auto;
	text-align: left;
}
		
#navigation {
	background: #000066 url(../media/nav/bkg.jpg) repeat-x top left;
	margin-bottom: 15px;
}

#navigation img {
	margin-left: 1px;
}

#navigation #first {
	margin: 0;
}

#left_col,
#content {
	vertical-align: top;
}

#wrapper {
	width: 758px;
	border: solid 1px white;
	background: white;
}

#left_col {
	background: #C6D7E7 url(../media/bg_julia.jpg) no-repeat top left;
	width: 175px;
	text-align: left;
	padding: 10px 0 20px 0;
}

#content {
	padding: 20px 35px 35px 15px;
}

h1 {
	font-size: 16pt;
	padding-bottom: 15px;
	color: #015027;
	letter-spacing: 1pt;
	font-weight: normal;	
	clear: both;	
}

h2,
h4 {
	text-align: left;
	text-transform: uppercase;
	color: #010E4F;
	font-size: 9pt;
	line-height: 1.6em;
	padding-bottom: 1em;
	
}

h3 {
	font-size: 14pt;
	color: #05005E;
	text-align: center;
}

a {
	color: #516282;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

p, 
ul,
li {
	color: #010E4F;
	font-size: 9pt;
	line-height: 1.6em;
}

ul {
	padding-left: 16px;
}

p,
ul {
	padding-bottom: 1em;
}

.big {
	font-size: 12pt;
}

.border {
	border: solid 2px #A8C776;
}

.gallery img {
	border: solid 2px #A8C776;
	margin-bottom: 5px;
}

.gallery td {
	text-align: center;
	font-size: 7.5pt;
	vertical-align: top;
}

img.border {
	border: solid 2px #A8C776;
}

.img_right,
.img_left {
	padding-bottom: 15px;
	font-size: 7.5pt;
	font-style: italic;
	color: #666;
}

/* image floating right */

.float_right,
.img_right img {
	float: right;
	margin: 0 0 5px 20px;
}

.img_right {
	display: inline;
	float: right;
	clear: none;
	width: table_cell;
	text-align: right;
}

.img_right img {
	float: none;
}

/* image floating left */

.float_left,
.img_left img {
	float: left;
	margin: 0 20px 5px 0;
}

.img_left {
	display: inline;
	float: left;
	clear: none;
	width: table_cell;
	text-align: left;
}

.img_left img {
	float: none;
}

.center {
	text-align: center;
}

.post {
	margin-bottom: 20px;
	clear: both;
}

#footer {
	width: 758px;
	background: #516282;
	text-align: center;
	font-size: 7.5pt;
	color: #C6D7E7;
	padding: 10px 0;
}
	#footer p {
		padding: 0;
		margin: 0;
		font-size: 7.5pt;
		color: #C6D7E7;
	}

#footer big,
#footer .big {
	font-weight: bold;
	font-size: 9pt;
}

.small {
	font-style: italic;
	font-size: 7.5pt;
	color: #666;
	padding-bottom: 7px;
}

a.active {
	color: #010E4F;
}

.breadcrumb {
	font-size: 7.5pt;
	color: #010E4F;
	padding-bottom: 4px;
	border-bottom: solid 1px #ddd;
	margin-bottom: 6px;
}

.subnav {
	text-align: left;
	padding-right: 10px;
}

.subnav h3 {
	font-size: 11pt;
	padding-bottom: 10px;
	font-weight: bold;
	text-align: left;
	padding-left: 16px;
}

.subnav ul,
.subnav li {
	list-style-type: none;
	font-size: 8pt;
}


hr {
	height: 3px;
	background: #C7D8E8;
	color: #C7D8E8;
}

/* WYMeditor */

/* Align Image Right */
.img_right p {
	display: inline;
	float: right !important;
	/* float: right; */
}

/* Align Image Left */
.img_left p {
	display: inline;
	float: left !important;
	/* float: left; */
}

/* Paragraph: Small Text */
.small p {
	font-style: italic;
	font-size: 7.5pt;
	color: #666;
	padding-bottom: 7px;
	/* font-style: italic; font-size: 7.5pt; color: #666; padding-bottom: 7px; */
}

/* Paragraph: Align Center */
.center p {
	text-align: center;
	/* text-align: center; */
}

/* Big Text */
.big strong {
	font-size: 12pt;
	/* font-size: 12pt !important; */
}

/* Image: Border */
.border img {
	border: solid 2px #A8C776;
	/* border: solid 2px #A8C776; */
}

/* Force New Line */
.p_clearer p {
	clear: both;
}

/* /WYMeditor */


