/* v1.0 | 20080212 - reset style start */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
b, small, strike, strong, sub, sup, tt, var,
u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* v1.0 | 20080212 - reset style slut */

body {
	background: #FFFFFF url(images/bg.jpg) repeat-x top;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 24px;
}

a {
	color: #8783BE;
	text-decoration: none;
}

a:hover {
	color: #0C3270;
}

b {
	color: #5A64A2;
}

table.find {
	border-width: 1px 1px 1px 1px;
	border-spacing: 4px;
	border-style: outset outset outset outset;
	border-color: gray gray gray gray;
	border-collapse: separate;
	background-color: white;
}
table.find th {
	border-width: 0px 0px 0px 0px;
	padding: 2px 2px 2px 2px;
	border-style: outset outset outset outset;
	border-color: gray gray gray gray;
	background-color: white;
}
table.find td {
	border-width: 0px 0px 0px 0px;
	padding: 2px 2px 2px 2px;
	border-style: outset outset outset outset;
	border-color: gray gray gray gray;
	background-color: white;
}

ul {
	list-style-type: disc;
	list-style-position: inside;
	}
	


#wrap {
	width: 600px;
	margin: 0 auto;
}


#header {
	height: 100px;
}
#header h1 {
	font-size: 30px;
	font-weight: 100;
	letter-spacing: -2px;
	padding: 25px 0 0 0px;
}
#header h1 a {
	text-decoration: none;
	color: #5A64A2;
}
#header h1 a:hover {
	text-decoration: none;
	color: #000;
}
#header h2 {
	color: #666;
	font-size: 17px;
	font-weight: 100;
	padding: 0 0 0 1px;
}


#menu {
	height: 30px;
	line-height: 30px;
}
#menu ul {
	padding-left: 2px;
	list-style-type: none;
}
#menu ul li {
	display: block;
	float: left;
}
#menu ul li a {
	color: #fff;
	padding: 0 20px 0 0;
	text-decoration: none;
	font-weight: 600;
}
#menu ul li a:hover {
	color: #fff;
	text-decoration: underline;
}

#content {
	margin: 20px 0;
	line-height: 17px;
}

.left {
	float: left; 
	width: 580px;
	text-align: justify;
}
.left img{
	  border:3px solid #cccccc;
	  float: left;
	  margin: 15px;
}
.left h2 {
	color: #0C3270;
	font-size: 24px;
	letter-spacing: -2px;
	font-weight: 100;
	padding : 10px 0 15px 0;
}
.left h2 a {
	color: #5A64A2;
}
.left h2 a:hover {
	color: #8783BE;
}

.right {
	margin-top: 10px;
	float: right;
	width: 2px;
	padding: 10px;
}
.right h2 {
	font-size: 12px;
	color: #555;
	padding: 5px 0 2px 0;
}
.right ul {
	list-style-type: none;
	padding: 5px 0 10px 0;
}
.right ul li {
}
.right ul li a {
	display: block;
	border-bottom: 1px solid #999;
	color: #666;
	padding: 2px 10px;
}
.right ul li a:hover {
	color: #333;
	text-decoration: none;
}

#footer {
	font-size: 11px;
	color: #999;
	text-align: center;
	padding: 5px 0 10px 0;
	margin-top: 50px;
	border-top: 10px solid #ddd;
}
#footer a { 
	color: #999;
}
#footer a:hover {
	color: #333; 
	text-decoration: underline; 
}
