div.align-center {
	text-align: center;
}

div.align-left {
	text-align: left;
}

div.align-right {
	text-align: right;
}

.clear-float {
	clear: both;
}

.column {
	float: left;
}

.column-2 {
	width: 50%;
	float: left;
}

.column-3 {
	width: 33%;
	float: left;
}

.error { color: #ff0000; }

.color_black { color: #000000; }
.color_dark_gray { color: #666666; }
.color_light_gray { color: #cccccc; }
.color_white { color: #ffffff; }
.color_red { color: #ff0000; }

.borderwidth_thin { border-width: 1px; }
.borderwidth_medium { border-width: 2px; }
.borderwidth_thick { border-width: 3px; }
	
.borderstyle_dashed { border-style: dashed; }
.borderstyle_dotted { border-style: dotted; }
.borderstyle_solid { border-style: solid; }
	
.bordercolor_light_gray { color: #cccccc; }
.bordercolor_dark_gray { color: #666666; }
.bordercolor_black { color: #000000; }
.bordercolor_red { color: #ff0000; }

/* template-specific styles */

body {
	background-color: #005B89;
	margin: 0;
	padding: 0;
	text-align: center;
}

#container {
	width: 980px;
	text-align: left;
	margin: 0 auto;
	border: 1px solid #000000;
}
#top_nav {
	background-color: #000000;
	padding-top: 5px;
	text-align: right;
	height: 20px;
}

a.header_nav, a:link.header_nav, a:visited.header_nav {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
}

a:hover.header_nav {
	background-color:#D3D7DA;
	color: #000000;
	text-decoration: none;
}

#content {
	text-align:left;
	width: 960px;
	padding: 10px;
}

.box {
min-height: 600px;
}

/* IE fix */* html .box {height: 600px;}

#footer {
	width: 980px;
	font-size: 10px;
}

#header {
	width: 980px;
	text-align: left;
	background-color: #365E5E;
}

#nav {
	width: 970px;
	height: 20px;
	padding: 5px;
	text-align: center;
	background-color:#D3D7DA;
}

#address {
	width: 100%;
	text-align: center;
	margin-top: 150px;
}
a.link_navigation_primary, a:link.link_navigation_primary, a:active.link_navigation_primary {
	font-size: 10px;
	color: #000000;
	font-weight:bold;
	text-decoration:none;
}

a.link_navigation_primary:hover {
		color: #666666;
}
