body {
	margin: 0px 0px 20px 0px;
		background-color: #191970;
        	text-align: center;
        
	}

a {
	text-decoration: underline;
	
	
	}

a:link {
	color: #191970;
	}

a:visited {
	color: #191970;
	}

a:active {
	color: #191970;
	}

a:hover {
	color: #ffffff;
	background-color: #0000ff;
	}

h1, h2, h3 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	}

#container {
	line-height: 120%;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding: 0px;
	width: 700px;
	
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
	}

.img_L{
	float: left;
	border: none;
	margin-right:8px;
	margin-top:0px;
	}

.img_R{
	float: right;
	border: none;
	margin-left:8px;
	margin-top:0px;
	}


#header {
	line-height: 150%;
	font-family: Verdana, Arial, sans-serif;
	color: #FFFFFF;
	background-color: #000000;
	text-align: left;
	padding: 15px;
	height: 44px;
                border-top: 1px solid #333333;
                border-bottom: 1px solid #333333;
                border-left: 1px solid #333333;
                border-right: 1px solid #333333;
	}


#header h1 {
	font-size: xx-large;
	
	
	
	}

#header h2 {
	font-size: small;
	}






#center {
	float: left;
	width: 500px;
	overflow: hidden;
	}


.content {
	padding: 15px 15px 5px 15px;
	background-color: #FFFFFF;
	
	color: #666666;
	font-family: Verdana, Arial, sans-serif;
	font-size: small;

	}


.content p {
	color: #666666;
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
	font-weight: normal;
	line-height: 120%;
	text-align: left;
	margin-bottom: 10px;
	}

.content blockquote {
	padding:6px;
	margin:5px 40px 5px 40px;

	border-top: 2px dotted #999999;
	border-bottom: 2px dotted #999999;
	border-left: 2px dotted #999999;
	border-right: 2px dotted #999999;


	}

#right {
	float: left;
	width: 200px;
	background-color: #FFFFFF;
	
	overflow: hidden;
	}

.sidebar {
	padding: 15px;
	background-color: #FFFFFF;
	color: #666666;
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	}


#footer {
	font-family: Verdana, Arial, sans-serif;
	color: #FFFFFF;
	background-color: #000000;
	text-align: left;
	padding: 15px;
	height: 15px;
                border-top: 1px solid #333333;
                border-bottom: 1px solid #333333;
                border-left: 1px solid #333333;
                border-right: 1px solid #333333;
	}
#footer h1 {
	font-size: large;
	}

#footer h2 {
	font-size: x-small;
	}
