
/* ~-~-~~-~-~~-~-~~-~-~ RESET ~-~-~~-~-~-~-~-~-~-~*/

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,small, strike, strong, sub, sup, tt, var,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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: top;
}
ol, ul {
	list-style: none;
}

strong, b, h1, h2, h3 {font-weight:900;}
em { font-style:italic; }
p { margin:10px 0;}
html { overflow-y: scroll;}


body { background-color: #FFF;	font-family: 'Trebuchet MS', Helvetica, sans-serif;	text-align:center;}
#container{ margin:0 auto; width:750px;  background: url('../images/sidebar-bg.gif') top left repeat-y;}
#content { float:right; width: 530px; padding:20px; text-align:left;}

#contacttsd input, #contacttsd textarea { width: 400px;}
#contacttsd #sendbutton {float:right; height: 49px; width: 49px; background:url('../images/send-button.jpg') top left no-repeat; border:0; cursor:pointer }

#navigation { margin-left:149px; background: url('../images/nav.jpg') top left repeat-x #1F298C; height: 30px; font-family:Arial, Helvetica, sans-serif; font-size: 14px;}
#navigation li { width: 100px; float:left;}
#navigation li a { width: 100px; float:left; color: #FFF; line-height: 30px; text-align:center; text-decoration:none;}
#navigation li a:hover { width: 100px; float:left; background: url('../images/nav_hover.jpg')}


#sidebar {float:left; width:130px; padding:0 0 0 10px;}
#sidebar a { color:#FFF; font-weight:900; text-decoration:none;}

#footer { font-size:12px; text-align:right}

h1, h2, h3 { color: #291367;}
h1 {font-size: 24px;}
p {font-size: 14px;}
.clear {clear:both;}
