/* Layout */

body {
text-align:left;
font-size: 11px;
color: #000000;
background-color: #CBDCFF;
}
	
p {
width: 100%;
font-family: Verdana, Arial, Helvetica, sans-serif;
}

h1 {
text-align:left;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: bold;
color: #000000;
}

h2 { 
text-align:left;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
color: #8875E0;
text-transform: uppercase;
}

h3 { 
text-align: center;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: normal;
color: #577CCC;
line-height: 15px;
text-transform: uppercase;
}

h4 {
text-align: center;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: normal;
color: #577CCC;
line-height: 15px;
}

li {
list-style-type: circle;
line-height: 100%;
}

hr { /* horizontal rule */
text-align: center;
margin: 0 auto 0 auto;
width: 80%;
border-top: 1px dotted #2C5974;/*the border*/
height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
}

h5 {
text-align: left;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: normal;
color: #577CCC;
line-height: 15px;
}


/* Pseudo classes */
a:link {
color: #5675a9;
font-weight: bold;
text-decoration: none;
}

a:visited {
color: #a95675;
font-weight: bold;
text-decoration: none;
}

a:hover {
color: #37a79e;
font-weight: bold;
text-decoration: underline;
}


/* IDs */
/** IDs - when only one instance in a page  **/

#content {
	font-family: Verdana, Arial, sans-serif;
	width:700px;
	font-weight: normal;
	padding: 5px 10px 5px 10px;
	background-color: #f9fafc;
	border: 1px solid #B2C9FF;
	margin-left: 20px;
	margin-top: 5px;
}

#navigation {
	font-family: Verdana, Arial, sans-serif;
	position: absolute;
	width: 150px;
	left: 759px;
	top: 123px;
}

#header {
font-family: Verdana, Arial, sans-serif;
text-align: left;
margin-left: 18px;
margin-top: 0px;
padding: 0 5px 0 5px;
width:100%;
height: 100px;
background: url(images/header.jpg) no-repeat;
}



/* CLASSES */
/** classes - when more than one instance in a page **/

.rc_box {
	background: url(images/roundedcornr_697185_tl.png) no-repeat top left; }
.rc_top {
	background: url(images/roundedcornr_697185_tr.png) no-repeat top right; }
.rc_bottom {
	background: url(images/roundedcornr_697185_bl.png) no-repeat bottom left; }
.rc_bottom div {
	background: url(images/roundedcornr_697185_br.png) no-repeat bottom right; }
.rc_content {
	background: url(images/roundedcornr_697185_r.png) top right repeat-y; }

.rc_top div, .rc_top, .rc_bottom div, .rc_bottom {
	width: 150px;
	height: 15px;
	font-size: 1px; 
}
.rc_content { margin-top: -19px; }
.rc_bottom { margin-top: -19px; }
.rc_content { padding: 0 15px; }	
	
.blockquote {
border: 1px solid #5A7289;
width: 650px;
text-align: center;
margin: 0 auto 0 auto;
padding: 10px;
background-color: #FFFFFF;
}

.p2 {
text-align: left;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: normal;
color: #000000;
line-height: 20px;
}