@charset "utf-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-size: 12px;
	font-family: Verdana, Tahoma, "Times New Roman", sans-serif;
	background-image: url(../dipregweb/dipreg/images/stripe_0ab0907ca4878271194bb7a40a3b05b4.png);
}
p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	text-indent: 7px;
}
img {

}

.title {
	color:#CC4126;
	font-weight:bold;
	font-size: 12px;
	text-align: center;
}

.cap{
	color:#CC4126;
	font-weight:bold;
	font-size: 12px;
}
a.source {
	color: #000;
}
#container {
	width: 990px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	border-top-color: #E36363;
	border-right-color: #E36363;
	border-bottom-color: #E36363;
	border-left-color: #E36363;
	background-color: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header img{
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
} 
#logo {
	padding: 0px;
	background-color: #FFFFFF;
	margin-left: 20px;
	float: left;
	padding-top: 10px;
}



#bar {
	background-image: url(images/backgrounds/bar.gif);
	height: 30px;
	text-align:center;
	clear: left;
	padding-left: 190px;
}

#bar   ul {
	margin: 0px;
	list-style-type: none;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;

}


#bar   li {
	display: inline;
	
}
#bar   li a {
	text-decoration: none;
	color: #666666;
	font-weight: bold;
	display: inline;
	float: left;
	width: 100px;
	text-align: center;
}
#bar   li a:hover {
	color:#CC0000;
	text-decoration: none;
	font-weight: bold;
}
#bar   li a:visited {
	color: #666666;
	text-decoration: none;
	font-weight: bold;

}
#bar   li a:active {
	color:#CC0000;
	text-decoration: none;
	font-weight: bold;
}
#in {
	width: 305px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	float: right;
}
#out {
	width: 310px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFCC99;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#sidebar {
	float: right; /* since this element is floated, a width must be given */
	width: 300px;
}
#flash {
	border-top-width: 3px;
	border-right-width: 0px;
	border-bottom-width: 3px;
	text-align: center;
	vertical-align: middle;
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	border-top-color: #FFCF9E;
	border-right-color: #FFCF9E;
	border-bottom-color: #FFCF9E;
	border-left-color: #FFCF9E;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	border-left-width: 0px;
	padding: 0px;
}

#article {
	border: 3px double #FFCF9E;
	color: #333333;
	text-align: justify;
	height: auto;
	width: auto;
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 10px;
}

#new {
	background-color: #F85E5E;
	border: 3px double #FFCF9E;
	color: #FFFFFF;
	text-align: justify;
	height: auto;
	width: auto;
	margin-top: 15px;
	margin-bottom: 15px;
}
#line {
	background-color: #FFCF9E;
	width: 2px;
	float: left;
	height: auto;
}
.image {
	text-decoration: none;
	float: left;
	margin-right: 8px;
	margin-bottom: 5px;
	border: 1px solid #999;
}
.titleb {
	color:#CC4126;
	font-weight:bold;
	font-size: 13px;
}

.title {
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
}



.section {
	background-image: url(images/bar.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 12px;
	letter-spacing: 2px;
	text-align: left;
	font-weight: bold;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-indent: 15px;
	font-size: 14px;
}
#text {
	font-size: 11px;
	letter-spacing: 0px;
	text-align: left;
	word-spacing: normal;
	text-indent: 0px;
}


#sidebar   img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#mainContent { 
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin-top: 0px;
	margin-right: 300px;
	margin-bottom: 0;
	margin-left: auto;
} 
#mainContent    a:link {
	text-decoration: none;
	color: #CC0000;
}
#mainContent    a:hover {
	color:#000000;
	text-decoration: none;
}
#mainContent   a:visited {
	color: #CC0000;
	text-decoration: none;
}
#mainContent   a:active {
	color:#000000;
	text-decoration: none;
}
#footer  {
	background-image: url(images/backgrounds/footer.gif);
	text-align: center;
	margin: 0;
	height: 40px;
	color: #FFFFFF;
	font-size: 90%;
	padding-top: 0px;
} 
#footer div {
	float: left;
}


#footer ul {
	margin: 0px;
	list-style-type: none;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#footer li {
	display: inline;
}

#footer a:link {
	text-decoration: none;
	color: #FFFFFF;
}
#footer  a:hover {
	color:#000000;
	text-decoration: none;
}
#footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#footer a:active {
	color:#FFFFFF;
	text-decoration: none;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#text a:active {
	font-size: 11px;
	letter-spacing: normal;
	text-align: left;
	word-spacing: normal;
	color: #666666;
	text-decoration: none;
}
#text a:hover {
	font-size: 11px;
	letter-spacing: normal;
	text-align: left;
	word-spacing: normal;
	color: #F25657;
	text-decoration: none;
}
#text a:link {
	font-size: 11px;
	letter-spacing: normal;
	text-align: left;
	word-spacing: normal;
	color: #666666;
	text-decoration: none;
}
#text a:visited {
	font-size: 11px;
	letter-spacing: normal;
	text-align: left;
	word-spacing: normal;
	color: #666666;
	text-decoration: none;
}
#new    a:link {
	text-align: center;
	font-size: 13px;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}
#new a:visited {
	text-align: center;
	font-size: 13px;
	text-decoration: none;
	color: #FFFFFF;
}
#new a:hover {
	text-align: center;
	font-size: 13px;
	text-decoration: none;
	color: #FFFFFF;
}
#new a:active {
	text-align: center;
	font-size: 13px;
	text-decoration: none;
	color: #FFFFFF;
}
.redtitle {
	color:#CC4126;
	font-weight:bold;
	font-size: 13px;
	text-align: center;
}
#adsup {
	margin-left: 450px;
	height: 75px;
	padding-top: 10px;
	width: 480px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}
#adsright {
	padding-top: 20px;
	padding-bottom: 20px;
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}
.signature {
	font-style: italic;
	color: #666666;
	text-align: right;
}
#authorlink {
	font-style: italic;
	color: #666666;
}
#authorlink  a:link {
	font-style: italic;
	color: #666666;
}


td img {display: block;}
