* { margin: 0; padding: 0; }

body
{
	font-size		  : 14px;
}

img {
	border            : 0px;
}

a:link, a:visited, a:active {
	text-decoration   : none;
	color			  : #069;
	cursor            : pointer;
}

a:hover {
	text-decoration	  : none;
	border-bottom	  : 1px dashed #069;
	color			  : #069;
	cursor            : pointer;
}

b {
	font-weight	      : bold;
}

u {
	text-decoration   : none;
	border-bottom	  : 1px dashed black;
}

p {
	text-align		  : left;	
}

div.center {
    margin-left       : auto;
	margin-right      : auto;
	width             : 1000px;
}

div.header {
    width             : 100%;
	height            : 101px;
	background        : url(top_background.gif) repeat-x;
}

div.header div.logo {
    width             : 208px;
    height            : 101px;
	background        : url(logo.gif);
	float             : left;
}

div.header div.menu {
	padding-left      : 240px;
	padding-top       : 18px;
	color             : white;
	font-family       : Verdana, sans-serif;
	font-weight       : 600;
	font-size         : 13px;
	font-variant      : small-caps;
}

div.header div.menu a:link, div.header div.menu a:visited, div.header div.menu a:active {
	text-decoration   : none;
	color			  : #fff;
	cursor            : pointer;
}

div.header div.menu a:hover {
	text-decoration	  : none;
	border-bottom	  : 1px dashed #fff;
	color			  : #fff;
	cursor            : pointer;
}

div.header div.terms {
	text-align        : right;
	padding-top       : 25px;
	font-family       :	Verdana, sans-serif;
	font-size         : 70%;
	color             : #555555;
}

div.main {
    clear             : both;
    width             : 100%;
}


div.main div.left {
	float             : left;
	width             : 210px;
}

div.main div.left div.left_menu {
	position          : relative;
	padding-top       : 25px;	
}


div.main div.right {
    margin-left: 210px;
    background-repeat: no-repeat;
    background-position: right top;
}

div.main div.right div.content_right {
    padding-top    : 300px;
	width          : 150px;
	float          : right;
}

div.main div.right div.content_short {
	width: 350px;
	height: 240px;
}

div.main div.right div.content_full {
	width: 610px;
}

div.main div.right div.title {
	padding-left: 15px;
	margin-bottom: 25px;
	border-left: 3px solid #006699;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 600;
	font-size: 22px;
	line-height: 24px;
	color: #006699;
	letter-spacing: 1px;
}

div.main div.right div.content {
	font-family: Verdana,sans-serif;
	font-size: 90%;
	padding-left: 20px;
}


div.footer {
    clear: both;
	width: 100%;
	height: 36px;
	background: url(bottom_background.gif) repeat-x;
}

div.footer div.menu {
    padding-top: 10px;
	color: #006699;
	text-align: center;
	font-family: Verdana, sans-serif;
	font-weight: 600;
	font-size: 13px;
	font-variant: small-caps;
}
